From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Multiple underscores crash org latex export; other exporters survive Date: Tue, 13 Dec 2016 13:54:34 +0100 Message-ID: <87zik07zw5.fsf@nicolasgoaziou.fr> References: <49b70a0c-f81b-660b-e2f5-9921ab488d65@gmail.com> <50e77033-c13c-c0be-5d4a-ec5c107e93ae@gmail.com> <87bmwsatox.fsf@nicolasgoaziou.fr> <87mvg8ipmf.fsf@nicolasgoaziou.fr> <084a9c31-e7b1-72af-8d78-9655dc006d00@gmail.com> <87fum0htmk.fsf@nicolasgoaziou.fr> <878trncou3.fsf@nicolasgoaziou.fr> <87bmwhbne5.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGmbH-0007fE-Vs for emacs-orgmode@gnu.org; Tue, 13 Dec 2016 07:54:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGmbH-0001bR-5X for emacs-orgmode@gnu.org; Tue, 13 Dec 2016 07:54:32 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:50641) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cGmbH-0001b8-0K for emacs-orgmode@gnu.org; Tue, 13 Dec 2016 07:54:31 -0500 In-Reply-To: (Scott Otterson's message of "Mon, 12 Dec 2016 16:18: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: Scott Randby , "Emacs-orgmode@gnu.org" Hello, Scott Otterson writes: > 1.) *Multiple underscores* (the subject of this thread): Pandoc doesn't > crash and it exports the same thing for either html or latex: everything > after the first underscore is subscripted and all underscores are deleted. > I don't love that behavior but it's consistent. I think the current Org behaviour is satisfying enough. > 2.) *Plain lists with more than four sublevels*: For html export, pandoc > and orgmode do what you'd expect: produce a deeply nested html list. For > (Windows) latex export, pandoc and orgmode also do the same thing: crash. > Ideally, pandoc would have generated valid Latex for deep list nesting, but > at least it's not completely ornery; it snips out the part of the original > Latex error message that points to the cause. I'm not versed enough in LaTeX to work around this properly. Depending on user-defined document header, deep lists may or may not be exported correctly. > 3.) *Web link with a '#' in the URL*: Pandoc never crashes and it exports > nearly the same thing for html or latex pdf: In either case, clicking on > the link sends you to the right web page, and the only difference is that, > in the output pdf, the link text isn't highlighted; instead there's a > tooltip popup. This is now fixed in maint. Thank you. Regards, -- Nicolas Goaziou