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:
parent
3571a852a0
commit
7542aabb44
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue