org-exp-blocks: fixed typo

* lisp/org-exp-blocks.el (org-export-blocks-preprocess): fixed typo
This commit is contained in:
Eric Schulte 2010-06-15 16:20:17 -07:00
parent 67e16095f4
commit e55c7d8b44

View file

@ -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)