From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou 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, 29 Feb 2016 22:16:59 +0100 Message-ID: <87io17qks4.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaV9c-0002rx-8y for emacs-orgmode@gnu.org; Mon, 29 Feb 2016 16:14:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaV9b-0007BK-EJ for emacs-orgmode@gnu.org; Mon, 29 Feb 2016 16:14:56 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:40920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaV9b-0007Aw-76 for emacs-orgmode@gnu.org; Mon, 29 Feb 2016 16:14:55 -0500 In-Reply-To: (9661031@gmail.com's message of "Mon, 29 Feb 2016 00:31:04 +0900") 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> Cc: emacs-orgmode@gnu.org 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): > > === > * one > ** two > *** three > **** four > ***** five > ****** six > ******* seven > ******** eight > === > > This happens because nesting of enumerate environment in LaTeX is limited. > 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