mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
Fix bug ion `org-footnote-normalize'.
* org-footnote.el (org-footnote-normalize): Correctly pass keyword arguments to `org-export-preprocess-string'. TINYCHANGE
This commit is contained in:
parent
2d8913f1fc
commit
8dda2fc1ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user