summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2014-06-19 22:31:01 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2014-06-19 22:31:01 +0200
commitc6cc27c5ec41d447f7ea0f45e153c9352f8a6403 (patch)
treef85b403f072290a6b98394c6988a9e64b112f078
parenta77118b3cad9bdda753ec0397233faabfc5018fa (diff)
downloadorg-mode-c6cc27c5ec41d447f7ea0f45e153c9352f8a6403.tar.gz
ox-koma-letter: Small fix
* contrib/lisp/ox-koma-letter.el (koma-letter): Do not set a default value for "from address". That address is computed later (see special headlines).
-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 c1ed57f..32dd199 100644
--- a/contrib/lisp/ox-koma-letter.el
+++ b/contrib/lisp/ox-koma-letter.el
@@ -391,7 +391,7 @@ was not present."
(:lco "LCO" nil org-koma-letter-class-option-file)
(:author "AUTHOR" nil (org-koma-letter--get-value org-koma-letter-author) t)
(:author-changed-in-buffer-p "AUTHOR" nil nil t)
- (:from-address "FROM_ADDRESS" nil org-koma-letter-from-address newline)
+ (:from-address "FROM_ADDRESS" nil nil newline)
(:phone-number "PHONE_NUMBER" nil org-koma-letter-phone-number)
(:email "EMAIL" nil (org-koma-letter--get-value org-koma-letter-email) t)
(:to-address "TO_ADDRESS" nil nil newline)