[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] ox-koma-letter.el: Add support for 'location' koma varia
From: |
Myles English |
Subject: |
Re: [O] [PATCH] ox-koma-letter.el: Add support for 'location' koma variable |
Date: |
Mon, 04 Apr 2016 01:54:19 +0100 |
User-agent: |
mu4e 0.9.15; emacs 24.5.1 |
0001-ox-koma-letter-Fixed-bug-in-filling-location-field.patch
Description: patch
Rasmus,
A patch is attached that fixes some naughty brackets in the recent commit.
Myles
Rasmus writes:
> Myles English <address@hidden> writes:
>
>> Thanks for looking at this again.
>
> I'm just sorry about the delay, but I hope you can appreciate that
> sometimes time is at a premium.
>
>>> 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}
>
> So if something should be in ALL letters the advised method would be to
> use LCO file or set the location variable. I’m just concerned with having
> too many variables. ox-koma-letter is already fairly complex.
>
> It might make sense to NOT parse (i.e. interpret org syntax) the keyword
> version or location then. Then you’d be able to add latex commands there.
> The headline version would still be parsed.
>
> Rasmus