ox-koma-letter.el: update docstring

* ox-koma-letter.el (org-koma-letter-prefer-special-headings): change
docstring.
This commit is contained in:
Rasmus 2014-08-24 15:35:17 +02:00
parent 0491ae5204
commit 23e7278416
1 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ This option can also be set with the OPTIONS keyword, e.g.:
:type 'boolean)
(defcustom org-koma-letter-subject-format t
"Use the title as the subject of the letter.
"When non-nil include subject. Supports formatting options.
When t, insert a subject using default options. When nil, do not
insert a subject at all. It can also be a list of symbols among
@ -618,7 +618,7 @@ holding export options."
(org-koma-letter--build-settings 'buffer info)
;; From address.
(let ((from-address (org-koma-letter--determine-to-and-from info 'from)))
(when (org-string-nw-p from-address)
(when (org-string-nw-p from-address)
(format "\\setkomavar{fromaddress}{%s}\n" from-address)))
;; Date.
(format "\\date{%s}\n" (org-export-data (org-export-get-date info) info))