0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 19:46:27 +00:00

org-lparse.el: Don't run `org-export-html-after-blockquotes-hook'

* lisp/org-lparse.el (org-do-lparse): Remove stray call to
`org-export-html-after-blockquotes-hook'.

Fixes
http://lists.gnu.org/archive/html/emacs-orgmode/2012-06/msg00763.html
This commit is contained in:
Jambunathan K 2012-06-28 15:55:26 +05:30
parent 5968047924
commit 5a8de51d8a

View file

@ -901,7 +901,6 @@ version."
(funcall f style env-options-plist)
(throw 'nextline nil))))
(run-hooks 'org-export-html-after-blockquotes-hook)
(when (org-lparse-current-environment-p 'verse)
(let ((i (org-get-string-indentation line)))
(if (> i 0)