Re: [O] org-latex question

2015-04-29 Thread Vikas Rawal
>> >>>You have num:2, so subsubsections are not TOC'ed, so they don't get >>>the alternative. If you set it to 3, all should work. >>> >>> That is what we have been discussing. There are situations where you >>> do not want a headline to appear in TOC, but still want the ALT_TITLE >>> use

Re: [O] org-latex question

2015-04-28 Thread Thomas S. Dye
Nick Dokos writes: > Vikas Rawal writes: > >> You have num:2, so subsubsections are not TOC'ed, so they don't get >> the alternative. If you set it to 3, all should work. >> >> That is what we have been discussing. There are situations where you >> do not want a headline to appear in TOC

Re: [O] org-latex question

2015-04-28 Thread Nick Dokos
Vikas Rawal writes: > You have num:2, so subsubsections are not TOC'ed, so they don't get > the alternative. If you set it to 3, all should work. > > That is what we have been discussing. There are situations where you > do not want a headline to appear in TOC, but still want the ALT_TITL

Re: [O] org-latex question

2015-04-28 Thread Vikas Rawal
> On 28-Apr-2015, at 1:17 pm, Vikas Rawal > wrote: > > >> On 28-Apr-2015, at 1:16 pm, Nicolas Goaziou wrote: >> >> Vikas Rawal writes: >> > [fn:3] aksjd kajshd kahsd Fixed in 88ea2ced0e38646d393e038bc81d6a0d45b8dcd6. Thank you. >>> The second and third head

Re: [O] org-latex question

2015-04-28 Thread Vikas Rawal
> On 28-Apr-2015, at 1:16 pm, Nicolas Goaziou wrote: > > Vikas Rawal 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

Re: [O] org-latex question

2015-04-28 Thread Nicolas Goaziou
Vikas Rawal 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

Re: [O] org-latex question

2015-04-27 Thread Vikas Rawal
> You have num:2, so subsubsections are not TOC'ed, so they don't get > the alternative. If you set it to 3, all should work. > That is what we have been discussing. There are situations where you do not want a headline to appear in TOC, but still want the ALT_TITLE used. It is now possible in org

Re: [O] org-latex question

2015-04-27 Thread Vikas Rawal
> > [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. Vikas

Re: [O] org-latex question

2015-04-27 Thread Nick Dokos
Vikas Rawal writes: >> >>> In the document (manuscript of a book) that I am working, ALT_TITLE >>> now works in most cases. However, ALT_TITLE does not work for >>> headlines in Appendices, which come after >>> >>> \begin{appendices} >> >> Are you sure the problem isn't on the LaTeX side? Wh

Re: [O] org-latex question

2015-04-27 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > I am sorry, it has nothing to do with appendices. Although I am not > able to exactly figure out where the problem is, I have an example > file where ALT_TITLE gets exported only for one headline and not for > the others. Please see the attached org and and latex fil

Re: [O] org-latex question

2015-04-27 Thread Vikas Rawal
> >> In the document (manuscript of a book) that I am working, ALT_TITLE now >> works in most cases. However, ALT_TITLE does not work for headlines in >> Appendices, which come after >> >> \begin{appendices} > > Are you sure the problem isn't on the LaTeX side? Where does the > appendices

Re: [O] org-latex question

2015-04-26 Thread Marcin Borkowski
On 2015-04-27, at 06:05, Vikas Rawal wrote: > In the document (manuscript of a book) that I am working, ALT_TITLE now works > in most cases. However, ALT_TITLE does not work for headlines in Appendices, > which come after > > \begin{appendices} Are you sure the problem isn't on the LaTeX si

Re: [O] org-latex question

2015-04-26 Thread Vikas Rawal
> >> True. This is because org-latex-headline is written this way: >> >> , >> | (if (and numberedp opt-title >> | ;; ^^^ ^ why this? Maybe there's a good reason... >> | (not (equal opt-title full-text)) >> | (string-match "\\`\\(.*?[^*]\\){" sectio

Re: [O] org-latex question

2015-04-12 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > True. This is because org-latex-headline is written this way: > > , > | (if (and numberedp opt-title > | ;; ^^^ ^ why this? Maybe there's a good reason... > |(not (equal opt-title full-text)) > |(string-match "\\`\

Re: [O] org-latex question

2015-04-12 Thread Vikas Rawal
> >>> See :ALT_TITLE: property. >>> >> >> ALT_TITLE seems to work only for those headlines that appear in the >> Table of Contents. While that is the main purpose, this does not have >> to be necessarily the case. In the present case, I need it because >> LaTeX would not accept a footnote to a

Re: [O] org-latex question

2015-04-12 Thread Rasmus
Hi, >> See :ALT_TITLE: property. >> > > ALT_TITLE seems to work only for those headlines that appear in the > Table of Contents. While that is the main purpose, this does not have > to be necessarily the case. In the present case, I need it because > LaTeX would not accept a footnote to a heading

Re: [O] org-latex question

2015-04-12 Thread Marcin Borkowski
On 2015-04-12, at 10:59, Vikas Rawal wrote: >>> How do I get a headline to be exported like this? >>> >>> >>> \section[Effect on staff turnover]{An analysis of the >>> effect of the revised recruitment policies on staff >>> turnover at divisional headquarters} >>> >>> >>> That is, with an ex

Re: [O] org-latex question

2015-04-12 Thread Vikas Rawal
> >> How do I get a headline to be exported like this? >> >> >> \section[Effect on staff turnover]{An analysis of the >> effect of the revised recruitment policies on staff >> turnover at divisional headquarters} >> >> >> That is, with an extra short-title to be used in Table of Contents and

Re: [O] org-latex question

2015-04-12 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > How do I get a headline to be exported like this? > > > \section[Effect on staff turnover]{An analysis of the > effect of the revised recruitment policies on staff > turnover at divisional headquarters} > > > That is, with an extra short-title to be used in Table of