From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: 7.6 Parsing error with footnotes? Date: Mon, 18 Jul 2011 16:57:27 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qir8V-0006mH-M5 for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 12:57:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qir8P-0003v2-2R for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 12:57:39 -0400 Received: from mailout1-trp.thomsonreuters.com ([163.231.6.6]:26457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qir8O-0003ua-Mq for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 12:57:32 -0400 Received: from trpusmneagrly01.int.westgroup.com (relay1 [163.231.22.97]) by mailout1-trp.thomsonreuters.com (Sentrion-MTA-4.0.5/Sentrion-MTA-4.0.5) with ESMTP id p6IGvU2x032454 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 18 Jul 2011 16:57:30 GMT Received: from EAGE-ERFPHUB12.ERF.thomson.com (EAGE-ERFPHUB12.erf.thomson.com [10.220.31.97]) by trpusmneagrly01.int.westgroup.com (Sentrion-MTA-4.0.5/Sentrion-MTA-4.0.5) with ESMTP id p6IGvTGP027269 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 18 Jul 2011 16:57:29 GMT Content-Language: en-US Content-ID: 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: emacs-orgmode@gnu.org Hi,=20 I noticed a problem in a great-big-huge org-mode file of mine after I upgraded to version 7.6, and I whittled it down to the following org-mode file: ------------------------------------------------------------- #+TITLE: My title here #+AUTHOR: Ken Williams #+BEGIN_SRC R [1] 173 #+END_SRC #+begin_example : [1] 12151 #+end_example #+begin_example [1] 8935 #+end_example ------------------------------------------------------------- When I do "C-c C-e b" to export to HTML, I get the error: ------------------------------------------------------------- ad-Orig-error: unbalanced begin/end_src blocks with #("#+BEGIN_SRC R " 0 13 (fontified t font-lock-fontified t) 13 14 (fontified t font-lock-fontified t)) ------------------------------------------------------------- If I remove any of those [1] thingies, an export will complete without error (this is true for both this small sample, and my original big file). I *suspect* that the problem might be an overzealous footnote-finder, because I also (after the 7.6 upgrade) have a bunch of " DEFINITION NOT FOUND" errors appearing at the bottom of my exported HTML file now. Anyone able to reproduce this? (yes, I know "[1] 173" isn't valid R code. Still the export probably shouldn't bomb out though.) -- Ken Williams Senior Research Scientist Thomson Reuters http://labs.thomsonreuters.com