From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Latex export fails for plain lists deeper than four, works for html Date: Sat, 03 Dec 2016 22:10:07 +0100 Message-ID: <871sxod8i8.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDHZO-0000Hh-N1 for emacs-orgmode@gnu.org; Sat, 03 Dec 2016 16:10:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cDHZN-00084l-RV for emacs-orgmode@gnu.org; Sat, 03 Dec 2016 16:10:06 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:58460) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cDHZN-00080z-Lx for emacs-orgmode@gnu.org; Sat, 03 Dec 2016 16:10:05 -0500 In-Reply-To: (Scott Otterson's message of "Sat, 3 Dec 2016 17:45:09 +0100") 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" To: Scott Otterson Cc: "Emacs-orgmode@gnu.org" Hello, Scott Otterson writes: > If a plain list has more than four levels, org-mode will produce latex that > crashes. See attached. On the other hand, html export works fine, even > for much deeper lists. > > In a large org file, this export error is pretty time consuming for a naive > user (me) to isolate, so I'd like to suggest that, before crashing latexmk, > org-mode should at least print a human-readable warning -- especially since > deep list export works for other export types. > > Better yet, would be deeper latex lists. There are ways: > > http://tex.stackexchange.com/questions/41408/a-five-level-deep-list > 1. level 1.1 > 1. level 2.1 > 1. level 3.1 > 1. level 4.1 > 1. level 5.1 (works if this level is deleted) > 2. level 5.2 (works if this level is deleted) > 2. level 4.2 > 2. level 3.2 > 2. level 2.2 > 2. level 1.2 Again, this doesn't crash here. Also, the manual already gives hint about how to support more than four levels of nesting for lists. Regards, -- Nicolas Goaziou