From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: [PATCH] Improve configurability of ox-koma-letter Date: Tue, 23 Apr 2013 13:11:19 +0200 Message-ID: References: <20130421175957.GA7821@cartman> <87ppxnkl4d.fsf@gmail.com> <20130422105742.GD7821@cartman> <20130422191448.GC725@kenny.fritz.box> <20130423100920.GC685@kenny.fritz.box> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUb86-0005Oo-HQ for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 07:11:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUb85-0005bR-9a for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 07:11:22 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:23852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUb85-0005bN-2x for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 07:11:21 -0400 In-reply-to: <20130423100920.GC685@kenny.fritz.box> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Viktor Rosenfeld Cc: emacs-orgmode@gnu.org Hi Viktor, Viktor Rosenfeld writes: > I can't reproduce your error. The date KOMA variable is automatically > set by the \date LaTeX command which can be verified by the snipplet > below. Out of curiosity, what TeX version are you using? I use TeX Live > 2012 which includes scrlttr2 2012/07/29 v3.11b. > > In any case, the KOMA-Script guide also uses the KOMA variable in its > examples, so I think your patch is fine. Thanks for checking. The problem was that I was setting the date in my LCO, and if both \date and \setkomavar{date} are set, then the latter wins. So everything is fine, and thanks again! Alan