From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julius Dittmar Subject: Re: does this pandoc error look familiar to anybody? Date: Sun, 25 Mar 2018 10:57:45 +0200 Message-ID: References: <87tvtcqtgf.fsf@delle7240.chemeng.ucl.ac.uk> <87sh8v2nwl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f01TN-0008Re-QG for emacs-orgmode@gnu.org; Sun, 25 Mar 2018 04:57:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f01TJ-0001YQ-0M for emacs-orgmode@gnu.org; Sun, 25 Mar 2018 04:57:53 -0400 Received: from mout.gmx.net ([212.227.15.18]:50169) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f01TI-0001X5-Mh for emacs-orgmode@gnu.org; Sun, 25 Mar 2018 04:57:48 -0400 Received: from [192.168.237.34] ([84.44.251.118]) by mail.gmx.com (mrgmx002 [212.227.17.190]) with ESMTPSA (Nemesis) id 0MOOpx-1euGJb1IWL-005rRv for ; Sun, 25 Mar 2018 10:57:46 +0200 In-Reply-To: Content-Language: de-DE 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: emacs-orgmode@gnu.org On 25.03.2018 00:58, Samuel Wales wrote: > i then tried .latex and went to line 590 and did not find anything > unusual, nor that line. > but it was a list. must lists not be nested? How deeply are those lists nested? LaTeX has a maximum on that as well: 4 levels of a specific kind of list, and 6 levels total (so you could put for levels of bullet-list into an enumerated list for example). HTH, Julius