瀏覽代碼

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
Jambunathan K 12 年之前
父節點
當前提交
5a8de51d8a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lisp/org-lparse.el

+ 0 - 1
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)