emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH] Consider verse/quote environments that end at eob.


From: David Maus
Subject: [Orgmode] [PATCH] Consider verse/quote environments that end at eob.
Date: Tue, 15 Jun 2010 17:20:38 +0200

Attached patch fixes an error when exporting a region with a verse or
quote block at the end.  During preparation with
`org-export-mark-blockquote-verse-center' such a block ends at
end-of-buffer, i.e. without a newline after the #+end_ declaration.

`org-export-mark-blockquote-verse-center' assumes the end of the block
to be at the end of the line with the #+end_ declaration + 1, what
causes `delete-region' to fail when there this position is invalid.

Available at

git://github.com/dmj/dmj-org-mode.git quickfix

David Maus (1):
  Consider environments that end at eob.

 lisp/org-exp.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]