summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Sperber <sperber@deinprogramm.de>2012-04-04 09:21:44 +0200
committerBastien Guerry <bzg@altern.org>2012-04-09 12:47:44 +0200
commit8dda2fc1eec75b9fe21bc796dca31747795a7475 (patch)
treefff640efcc3cfe87b88f0aa4b40c41b10ed2223c
parent2d8913f1fc3b183261972b85620d2962714b9c10 (diff)
downloadorg-mode-8dda2fc1eec75b9fe21bc796dca31747795a7475.tar.gz
Fix bug ion `org-footnote-normalize'.
* org-footnote.el (org-footnote-normalize): Correctly pass keyword arguments to `org-export-preprocess-string'. TINYCHANGE
-rw-r--r--lisp/org-footnote.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index 34fc31f..9319e08 100644
--- a/lisp/org-footnote.el
+++ b/lisp/org-footnote.el
@@ -704,7 +704,7 @@ Additional note on `org-footnote-insert-pos-for-preprocessor':
(org-combine-plists
export-props
'(:todo-keywords t :tags t :priority t))))
- (org-export-preprocess-string def parameters))
+ (apply #'org-export-preprocess-string def parameters))
def)
;; Reference beginning position is a marker
;; to preserve it during further buffer