ox-koma-letter: Fix a comment
* contrib/lisp/ox-koma-letter.el (org-koma-letter-keyword): Fix a comment.
This commit is contained in:
parent
bec25b5397
commit
bec2bc6744
|
@ -485,8 +485,8 @@ CONTENTS is nil. INFO is a plist used as a communication
|
||||||
channel."
|
channel."
|
||||||
(let ((key (org-element-property :key keyword))
|
(let ((key (org-element-property :key keyword))
|
||||||
(value (org-element-property :value keyword)))
|
(value (org-element-property :value keyword)))
|
||||||
;; Handle specifically BEAMER and TOC (headlines only) keywords.
|
;; Handle specifically KOMA-LETTER keywords. Otherwise, fallback
|
||||||
;; Otherwise, fallback to `latex' back-end.
|
;; to `latex' back-end.
|
||||||
(if (equal key "KOMA-LETTER") value
|
(if (equal key "KOMA-LETTER") value
|
||||||
(org-export-with-backend 'latex keyword contents info))))
|
(org-export-with-backend 'latex keyword contents info))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue