ox-koma-letter: Fix variable name

This commit is contained in:
Marco Wahl 2018-07-13 17:54:45 +02:00
parent 8f22ed2018
commit 8aed6ba3ed

View file

@ -693,7 +693,7 @@ PLIST-KEY."
'headline
(lambda (h)
(and (funcall pred h info)
(org-element-property :title head)))
(org-element-property :title h)))
info t))))
(org-export-data (or headline-candidate keyword-candidate "") info)))