Browse Source

ox-koma-letter: Fix variable name

Marco Wahl 7 years ago
parent
commit
8aed6ba3ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/lisp/ox-koma-letter.el

+ 1 - 1
contrib/lisp/ox-koma-letter.el

@@ -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)))