From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: [PATCH] ox-koma-letter.el: Add support for 'location' koma variable Date: Fri, 01 Apr 2016 00:32:05 +0100 Message-ID: <8760w2p6kq.fsf@gmail.com> References: <87egd2ho08.fsf@gmail.com> <87vb6eekzj.fsf@gmx.us> <87d1smgdcw.fsf@gmail.com> <87k2mtdhem.fsf@gmx.us> <87a8npgy92.fsf@gmail.com> <87bn84a8e4.fsf@gmx.us> <878u38ghth.fsf@gmail.com> <87vb6c6mdh.fsf@gmx.us> <87mvr2xeso.fsf@gmail.com> <87wpoizajs.fsf@pank.eu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alm4S-00052e-OC for emacs-orgmode@gnu.org; Thu, 31 Mar 2016 19:32:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alm4O-0007JH-Nw for emacs-orgmode@gnu.org; Thu, 31 Mar 2016 19:32:12 -0400 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:37657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alm4O-0007J8-Gw for emacs-orgmode@gnu.org; Thu, 31 Mar 2016 19:32:08 -0400 Received: by mail-wm0-x234.google.com with SMTP id p65so2056222wmp.0 for ; Thu, 31 Mar 2016 16:32:08 -0700 (PDT) In-reply-to: <87wpoizajs.fsf@pank.eu> 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: Rasmus Pank Roulund Cc: emacs-orgmode@gnu.org Hi Rasmus, Thanks for looking at this again. Rasmus Pank Roulund writes: > Myles, > > Is :with-location something you feel strongly about? I'm not sure I find > that it makes sense... > > I would like to apply the following patch on top of yours. I think that's alright. Just to recap: I use the "location" field, intended as a general purpose extension field, for bank details. Those details shouldn't be in every letter I write and I don't want to have to enter those details every time they are used. For those reasons I put the bank details in variable in a LCO file and toggle the inclusion by setting the :LOCATION: (or :EXPORT_LOCATION) property like this: :EXPORT_LOCATION: \usekomavar{frombank} As long as I can still do that I don't mind. Myles