[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] Improve configurability of ox-koma-letter
From: |
Alan Schmitt |
Subject: |
Re: [O] [PATCH] Improve configurability of ox-koma-letter |
Date: |
Tue, 23 Apr 2013 09:28:02 +0200 |
User-agent: |
mu4e 0.9.9.5; emacs 24.3.1 |
Hi again,
I've applied the patch. I propose a further tiny improvement:
,----
| --- a/contrib/lisp/ox-koma-letter.el
| +++ b/contrib/lisp/ox-koma-letter.el
| @@ -273,7 +273,7 @@ holding export options."
| (when email (format "\\setkomavar{fromemail}{%s}\n" email))
| (when signature (format "\\setkomavar{signature}{%s}\n" signature))))
| ;; Date.
| - (format "\\date{%s}\n" (org-export-data (org-export-get-date info) info))
| + (format "\\setkomavar{date}{%s}\n" (org-export-data (org-export-get-date
info) info))
| ;; Place
| (let ((with-place (plist-get info :with-place))
| (place (plist-get info :place)))
`----
It seems that the date is not picked up by the letter unless it's in a
koma var. I can commit this if you think it's correct.
Thanks,
Alan
- [O] [PATCH] Improve configurability of ox-koma-letter, Viktor Rosenfeld, 2013/04/21
- Re: [O] [PATCH] Improve configurability of ox-koma-letter, Alan Schmitt, 2013/04/22
- Re: [O] [PATCH] Improve configurability of ox-koma-letter, Nicolas Goaziou, 2013/04/22
- Re: [O] [PATCH] Improve configurability of ox-koma-letter, Alan Schmitt, 2013/04/22
- Re: [O] [PATCH] Improve configurability of ox-koma-letter, Viktor Rosenfeld, 2013/04/22
- Re: [O] [PATCH] Improve configurability of ox-koma-letter, Alan Schmitt, 2013/04/22
- Re: [O] [PATCH] Improve configurability of ox-koma-letter, Viktor Rosenfeld, 2013/04/22
- Re: [O] [PATCH] Improve configurability of ox-koma-letter, Alan Schmitt, 2013/04/23
- Re: [O] [PATCH] Improve configurability of ox-koma-letter, Viktor Rosenfeld, 2013/04/23
- Re: [O] [PATCH] Improve configurability of ox-koma-letter, Alan Schmitt, 2013/04/23
- Re: [O] [PATCH] Improve configurability of ox-koma-letter,
Alan Schmitt <=
- Re: [O] [PATCH] Improve configurability of ox-koma-letter, Viktor Rosenfeld, 2013/04/23
- Re: [O] [PATCH] Improve configurability of ox-koma-letter, Alan Schmitt, 2013/04/23
Re: [O] [PATCH] Improve configurability of ox-koma-letter, Viktor Rosenfeld, 2013/04/22
Re: [O] [PATCH] Improve configurability of ox-koma-letter, Rasmus, 2013/04/22
Re: [O] [PATCH] Improve configurability of ox-koma-letter, Bastien, 2013/04/22