Change default of org-koma-letter-signature to nil.

* ox-koma-letter.el(org-koma-letter-signature): set to nil.

The previoues value corresponds to the default value cf. the the koma
manual pp. 183.

Signed-off-by: Alan Schmitt <alan.schmitt@polytechnique.org>
This commit is contained in:
rasmus.pank 2013-05-25 19:35:10 +02:00 committed by Alan Schmitt
parent 3571a852a0
commit 7542aabb44
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ function may be given. Functions must return a string."
:group 'org-export-koma-letter
:type 'string)
(defcustom org-koma-letter-signature "\\usekomavar{fromname}"
(defcustom org-koma-letter-signature nil
"String used as the signature."
:group 'org-export-koma-letter
:type 'string)