Ver Fonte

org-exp-blocks: fixed typo

* lisp/org-exp-blocks.el (org-export-blocks-preprocess): fixed typo
Eric Schulte há 15 anos atrás
pai
commit
e55c7d8b44
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lisp/org-exp-blocks.el

+ 1 - 1
lisp/org-exp-blocks.el

@@ -199,7 +199,7 @@ specified in BLOCKS which default to the value of
                    (match-beginning 0) (match-end 0) indentation)))))
 	  (setq start (match-end 0)))
 	(interblock start (point-max))
-	(run-hooks org-export-blocks-postblock-hooks)))))
+	(run-hooks 'org-export-blocks-postblock-hook)))))
 
 (add-hook 'org-export-preprocess-hook 'org-export-blocks-preprocess)