Re: [O] [PATCH] ox-koma-letter.el: Add support for fromurl variable

2017-07-13 Thread Grant Rettke
On Mon, Jan 9, 2017 at 3:42 AM, Rasmus wrote: > The default description is "Url" and it does not have a corresponding > "symbolicname". > > In general, descriptors are used in headers or footers which would > typically be set up in a separate LCO file, I’d guess. E.g. > > \ifkomavarempty{f

Re: [O] [PATCH] ox-koma-letter.el: Add support for fromurl variable

2017-01-09 Thread Rasmus
Hi Grant, Thanks for the patch. Grant Rettke writes: > I want to use the fromurl variable in KOMA so I copied how the phone > variable works. > > The next change that I want to make is to include the description for > the fromurl like this: > > \setkomavar{fromurl}[description]{content} > > I h

Re: [O] [PATCH] ox-koma-letter.el: Add support for fromurl variable

2017-01-04 Thread Nicolas Goaziou
Hello, Grant Rettke writes: > The next change that I want to make is to include the description for > the fromurl like this: > > \setkomavar{fromurl}[description]{content} > > I haven't figured out how to do that yet. What is "description" supposed to do? > Subject: [PATCH] ox-koma-letter.el:

[O] [PATCH] ox-koma-letter.el: Add support for fromurl variable

2017-01-04 Thread Grant Rettke
Good morning, I want to use the fromurl variable in KOMA so I copied how the phone variable works. The next change that I want to make is to include the description for the fromurl like this: \setkomavar{fromurl}[description]{content} I haven't figured out how to do that yet. Maybe the simples