> On 28-Apr-2015, at 1:17 pm, Vikas Rawal <vikasli...@agrarianresearch.org> > wrote: > > >> On 28-Apr-2015, at 1:16 pm, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: >> >> Vikas Rawal <vikasli...@agrarianresearch.org> writes: >> >>>>> [fn:3] aksjd kajshd kahsd >>>> >>>> Fixed in 88ea2ced0e38646d393e038bc81d6a0d45b8dcd6. Thank you. >>>> >>>> >>>> >>> The second and third headings are getting exported as: >>> >>> \subsection*[Heading 2]{Heading 2\footnote{aksjdlkjaslkjd}} >>> >>> I do not think the * should be there. >> >> I don't follow you. You want an unnumbered subsection (per H:2 option), >> which, according to `org-latex-classes' translates into >> "\subsection*{%s}". So, what the expected output, then? >> > > \subsection*[Heading 2]{Heading 2\footnote{aksjdlkjaslkjd}} > > should be > > \subsection[Heading 2]{Heading 2\footnote{aksjdlkjaslkjd}} > > In the example file, the first heading with ALT_TITLE is corrected exported. >
My apologies. What you have done is right. Took me a moment to understand. Now let me figure out how to use it in my case. Sorry, please ignore the previous email. Vikas