From 5a8de51d8a05fce03dcfe05653b171bca52d3f49 Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Thu, 28 Jun 2012 15:55:26 +0530 Subject: [PATCH] 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 --- lisp/org-lparse.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/org-lparse.el b/lisp/org-lparse.el index 9c3cd5b48..9153f2f52 100644 --- a/lisp/org-lparse.el +++ b/lisp/org-lparse.el @@ -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)