Hi Xavier, Xavier Garrido wrote:
> Hi koma-letterers, > > >>Patches: > >> > >>1. summarizes all changes in author. It uses my solution as mentioned > >>above. > >>2. full support for after closing keywords. See commit message > >>3. signature to nil > >>4. change handling of subject and allow for setting subject in > >>OPTION-line. > > > >I'm going to apply the patches. Thanks to both of you for the nice work! > > I just update Org/git and install ox-koma-letter lisp file. I have a > strange behavior with EMAIL keyword since there will be always a > =\setkomavar{fromemail}= command in my LaTeX produced file even if > there is no #+EMAIL: keyword on top of my org file. This is slightly > different from what I get when I write or not #+AUTHOR: keyword : the > =\setkomavar{fromname}= naturally disappears if AUTHOR is not > written. > > I do not want to write every time my email in org file header since > it is already set in a lco file. But given this problem, the email is > always overloaded when exporting to latex/pdf. Please check the values of `org-koma-letter-email' and `org-koma-letter-author'. They should be set to nil if you have these settings defined in an LCO file and do not want to set them in the generated TeX sources. I use such a setup and the latest master branch is working for me. Cheers, Viktor > > I had a look into ox-koma-letter script and even if I saw small > differences when dealing with AUTHOR and EMAIL keywords, I am not > able to solve solve this discrepancy. > > Xavier > > PS: except from this little problem, it works like a charm, so thanks a lot. >