[Orgmode] Re: Problem with sectioning function for LaTeX export

2010-04-29 Thread Sebastian Hofer
Oh, nevermind. I figured it out, (cons Heading (cons "\section[year]{%s}" "\section*[year]{%s}")) solves the problem. I guess I really need to learn more about the different types of sequences in lisp. Sorry for that. Cheers, Sebastian On 29.04.10 14:10 Uhr, Sebastian Hofer wrote: Hi Carsten,

[Orgmode] Re: Problem with sectioning function for LaTeX export

2010-04-29 Thread Sebastian Hofer
Hi Carsten, thanks for your reply! At Tue, 27 Apr 2010 17:44:07 +0200, Carsten Dominik wrote: > I think it must be > > ("Heading" "\section[year]{%s}" "\section*[year]{%s}") > > Note the %s for the heading, and also it i just one flat list of 3 > items. > > And yes, this is not too well docum