summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2018-07-13 17:54:45 +0200
committerMarco Wahl <marcowahlsoft@gmail.com>2018-07-13 17:54:45 +0200
commit8aed6ba3edbe0e9523ba7be0aa5e8cf7db73f629 (patch)
tree39f6b5a3d9c02c5443138d42fde3d31d02b3697b
parent8f22ed20180fa8421f39ebaa48b6f92246e415a9 (diff)
downloadorg-mode-8aed6ba3edbe0e9523ba7be0aa5e8cf7db73f629.tar.gz
ox-koma-letter: Fix variable name
-rw-r--r--contrib/lisp/ox-koma-letter.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/ox-koma-letter.el b/contrib/lisp/ox-koma-letter.el
index b40c92c..defa388 100644
--- a/contrib/lisp/ox-koma-letter.el
+++ b/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)))