|
@@ -651,7 +651,8 @@ Additional note on `org-footnote-insert-pos-for-preprocessor':
|
|
(org-combine-plists
|
|
(org-combine-plists
|
|
export-props
|
|
export-props
|
|
'(:todo-keywords t :tags t :priority t))))
|
|
'(:todo-keywords t :tags t :priority t))))
|
|
- (org-export-preprocess-string def parameters))
|
|
|
|
|
|
+ (if def
|
|
|
|
+ (org-export-preprocess-string def parameters)))
|
|
def)
|
|
def)
|
|
inlinep) ref-table)))
|
|
inlinep) ref-table)))
|
|
;; Remove definition of non-inlined footnotes.
|
|
;; Remove definition of non-inlined footnotes.
|