From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: does this pandoc error look familiar to anybody? Date: Sat, 24 Mar 2018 16:58:54 -0700 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" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eztu3-0007BR-QT for emacs-orgmode@gnu.org; Sat, 24 Mar 2018 20:53:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ezttq-0004vY-Iz for emacs-orgmode@gnu.org; Sat, 24 Mar 2018 20:52:55 -0400 Received: from mail-lf0-x22b.google.com ([2a00:1450:4010:c07::22b]:33352) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ezt3q-0005Pb-8A for emacs-orgmode@gnu.org; Sat, 24 Mar 2018 19:58:58 -0400 Received: by mail-lf0-x22b.google.com with SMTP id x205-v6so23228658lfa.0 for ; Sat, 24 Mar 2018 16:58:56 -0700 (PDT) In-Reply-To: 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: Samuel Wales , emacs-orgmode@gnu.org i reduced levels in org. the exported html has no h1. it has nothing deeper than h4. it sounds like it's producing latex someplace but can't produce pdf. still i get this: pandoc -o sickly--pdf-from-pandoc.pdf alpha-org-export-output.html ! LaTeX Error: Too deeply nested. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.590 \begin{itemize} pandoc: Error producing PDF from TeX source (43) which is funny because it used to work. maybe it is not an error in my use of org? 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?