ox-koma-letter: Fix variable name
This commit is contained in:
parent
8f22ed2018
commit
8aed6ba3ed
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue