Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-03-14 Thread 9661031
I'm sorry that I respond so late. My idea is that as org-mode exports a plain text,org-mode assigns the number to items having eight or more *s, and the title starts from the number of the 8th depth. So,I expect the exported .tex file is like that: ... \section{one} \label{sec-1}

Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-03-07 Thread Nicolas Goaziou
Hello, Rasmus writes: > Do you have opinions on this location versus the one proposed by Nick? I think your location is fine. It doesn't preclude adding a footnote in "Header and sectioning", as suggested by Nick. WDYT? Regards, -- Nicolas Goaziou

Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-03-07 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> I would be happy with simply documenting this limitation and documenting a >> solution, e.g. using enumitem one. Enumitem is a wonderful package, but I >> see no reason to add it as a standard

Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-03-07 Thread Nicolas Goaziou
Hello, Rasmus writes: > I would be happy with simply documenting this limitation and documenting a > solution, e.g. using enumitem one. Enumitem is a wonderful package, but I > see no reason to add it as a standard package because of this. > > Do any of you have a place in mind

Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-03-06 Thread Marcin Borkowski
On 2016-03-02, at 22:20, Rasmus wrote: >> Fair enough. Do you have a proposal for deeply nested headlines (or >> items)? > > Use this header: > > #+options: h:0 > #+latex_header: \usepackage{enumitem} > #+latex_header: \setlistdepth{9} > #+latex_header:

Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-03-06 Thread Rasmus
Nick Dokos writes: > Sorry, I missed your suggestion. If it has to be anywhere, I thought > what I suggested was the most natural place (I took a look at your > suggestion and I still have a slight preference for "Header and > Sectioning"), but I'm not doing the work: feel free

Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-03-06 Thread Nick Dokos
Rasmus writes: > Nick Dokos writes: > >> Nicolas Goaziou writes: >> >>> Hello, >>> >>> Rasmus writes: >>> I don’t think we need to do anything. >>> >>> Don't do anything? OK, done. >>> If we wanted to support

Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-03-06 Thread Rasmus
Nick Dokos writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rasmus writes: >> >>> I don’t think we need to do anything. >> >> Don't do anything? OK, done. >> >>> If we wanted to support this we’d probably need to load enumerate >>>

Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-03-06 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> I don’t think we need to do anything. > > Don't do anything? OK, done. > >> If we wanted to support this we’d probably need to load enumerate >> (which is not a bad package...). We have worse

Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-03-04 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> I don’t think we need to do anything. > > Don't do anything? OK, done. > >> If we wanted to support this we’d probably need to load enumerate >> (which is not a bad package...). We have worse

Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-03-03 Thread Nicolas Goaziou
Hello, Rasmus writes: > I don’t think we need to do anything. Don't do anything? OK, done. > If we wanted to support this we’d probably need to load enumerate > (which is not a bad package...). We have worse offenders of manual > config. Local TOCs spring to mind.

Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-03-02 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > 9661031 <9661...@gmail.com> writes: > >> When you use a headline which is more than 7th level,the exported LaTeX file >> raises an error in typesetting. Here is an example (org file): >> >> === >> * one >> ** two >> *** three >>

Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-02-29 Thread Nicolas Goaziou
Hello, 9661031 <9661...@gmail.com> writes: > When you use a headline which is more than 7th level,the exported LaTeX file > raises an error in typesetting. Here is an example (org file): > > === > * one > ** two > *** three > four > * five > ** six > *** seven > eight >

[O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-02-29 Thread 9661031
--text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.