summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-06-15 16:20:17 -0700
committerEric Schulte <schulte.eric@gmail.com>2010-06-15 16:20:17 -0700
commite55c7d8b44821ab06b1735b94a1ea3d67208ced6 (patch)
treefe6c7dd5ec9d179f01da55cee4d685ce70b64449
parent67e16095f418108cf455644dccd2182e54fb0722 (diff)
downloadorg-mode-e55c7d8b44821ab06b1735b94a1ea3d67208ced6.tar.gz
org-exp-blocks: fixed typo
* lisp/org-exp-blocks.el (org-export-blocks-preprocess): fixed typo
-rw-r--r--lisp/org-exp-blocks.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-exp-blocks.el b/lisp/org-exp-blocks.el
index 89cf104..cd5af17 100644
--- a/lisp/org-exp-blocks.el
+++ b/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)