From mboxrd@z Thu Jan 1 00:00:00 1970 From: 9661031 <9661031@gmail.com> Subject: Re: Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)] Date: Mon, 14 Mar 2016 20:05:08 +0900 Message-ID: References: <87io17qks4.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <9661031@gmail.com>) id 1afQJC-0004nC-F1 for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 07:05:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <9661031@gmail.com>) id 1afQJB-0007iE-90 for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 07:05:10 -0400 Received: from mail-io0-x22e.google.com ([2607:f8b0:4001:c06::22e]:35897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <9661031@gmail.com>) id 1afQJB-0007i6-44 for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 07:05:09 -0400 Received: by mail-io0-x22e.google.com with SMTP id z76so217696525iof.3 for ; Mon, 14 Mar 2016 04:05:08 -0700 (PDT) In-Reply-To: <87io17qks4.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: 9661031 <9661031@gmail.com>, emacs-orgmode@gnu.org 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} \subsection{two} \label{sec-1-1} \subsubsection{three} \label{sec-1-1-1} \begin{enumerate} \item four \label{sec-1-1-1-1} \begin{enumerate} \item five \label{sec-1-1-1-1-1} \begin{enumerate} \item six \label{sec-1-1-1-1-1-1} \begin{enumerate} \item seven \label{sec-1-1-1-1-1-1-1} 1. eight \label{sec-1-1-1-1-1-1-1-1} 1.1 nine \label{sec-1-1-1-1-1-1-1-1-1} \end{enumerate} \end{enumerate} \end{enumerate} \end{enumerate} ... Also,org-mode should export tex command to indent. Sincerely, 2016-03-01 6:16 GMT+09:00 Nicolas Goaziou : > Hello, > > 9661031 <9661031@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): >> >> =3D=3D=3D >> * one >> ** two >> *** three >> **** four >> ***** five >> ****** six >> ******* seven >> ******** eight >> =3D=3D=3D >> >> This happens because nesting of enumerate environment in LaTeX is limite= d. >> I think the program should export an LaTeX file that successfully makes >> a PDF file even though the solution is dirty. > > Fair enough. Do you have a proposal for deeply nested headlines (or > items)? > > Regards, > > -- > Nicolas Goaziou --=20 Candlejack=E3=81=82=E3=81=82=E3=80=81=E3=81=82=E3=82=8C=E3=81=AF=E6=98=94= =E3=81=AE=E3=82=A2=E3=83=8B=E3=83=A1=E3=81=AB=E5=87=BA=E3=81=A6=E3=81=8F=E3= =82=8B=E3=83=BB=E3=83=BB=E3=83=BB =E3=81=8A=E3=81=A3=E3=81=A8=E3=80=81=E5=AE=85=E9=85=8D=E4=BE=BF=E3=81=8B=E3= =81=AA=E3=80=81=E8=AA=B0=E3=81=8B=E3=81=8C=E6=9D=A5=E3=81=9F=E3=82=88=E3=81= =86=E3=81=A0