summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrasmus.pank <rasmus.pank@gmail.com>2013-05-25 19:35:10 +0200
committerAlan Schmitt <alan.schmitt@polytechnique.org>2013-05-27 08:35:35 +0200
commit7542aabb44cbc55b7ac5052c3995761332fea021 (patch)
tree62fdab09f31c2e8970ac8e6533e071501be45a68
parent3571a852a0e4a14b44d9fb29771ea1f6da2188b3 (diff)
downloadorg-mode-7542aabb44cbc55b7ac5052c3995761332fea021.tar.gz
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>
-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 22cfb2e..30671e5 100644
--- a/contrib/lisp/ox-koma-letter.el
+++ b/contrib/lisp/ox-koma-letter.el
@@ -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)