From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: koma export and order of options Date: Thu, 10 Sep 2015 14:31:07 +0200 Message-ID: <87d1xqsbg4.fsf@nicolasgoaziou.fr> References: <877fnzfgws.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za0yq-0003TD-9e for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 08:29:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za0yp-0006fa-F1 for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 08:29:32 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:54813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za0yp-0006fJ-8Q for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 08:29:31 -0400 In-Reply-To: (Alan Schmitt's message of "Thu, 10 Sep 2015 11:59:56 +0200") 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: Alan Schmitt Cc: emacs-orgmode Alan Schmitt writes: > Thanks, I confirm it works for email, but I=E2=80=99m having trouble gett= ing rid > of the place. Here is an ECM: > > testlco.lco > \ProvidesFile{testlco.lco} > > \setkomavar{place}{Rennes} > > \endinput > > letter.org > #+latex_class: my-letter > #+options: place:nil > #+lco: testlco > > letter text > > The output still mentions =E2=80=9CRennes=E2=80=9D right before the date. "place" is a bit tricky because there is no \KOMAoption{place}{false} setting. Anyway, I think it should now be fixed: any time you alter place setting (with "place" OPTION item or PLACE keyword), it is set after LCO inclusion. Regards,