From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: Footnotes in combination with LaTeX fragments is broken in latest trunk Date: Sun, 29 Nov 2009 01:23:10 +0100 Message-ID: <04CB85C8-8652-456B-B172-501D80A835BD@gmail.com> References: <866e16220911280457u23563ef6rd2946b8788831bd0@mail.gmail.com> <9A834EB5-68C3-4902-BBF5-BD661B3BDB1D@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NEXZR-0004qP-6Q for emacs-orgmode@gnu.org; Sat, 28 Nov 2009 19:23:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NEXZL-0004oT-Iz for emacs-orgmode@gnu.org; Sat, 28 Nov 2009 19:23:19 -0500 Received: from [199.232.76.173] (port=50938 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEXZL-0004oO-Ch for emacs-orgmode@gnu.org; Sat, 28 Nov 2009 19:23:15 -0500 Received: from mail-ew0-f215.google.com ([209.85.219.215]:60127) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NEXZK-0005Gh-VR for emacs-orgmode@gnu.org; Sat, 28 Nov 2009 19:23:15 -0500 Received: by ewy7 with SMTP id 7so3154217ewy.8 for ; Sat, 28 Nov 2009 16:23:13 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Scot Becker Cc: emacs-orgmode@gnu.org Hi Bj=F6rn, Scot, I just fixed a bug in this are, it the problem gone now? - Carsten On Nov 28, 2009, at 8:21 PM, Scot Becker wrote: > I noticed this this week as well. I don't know how to do a backtrace > (though I'll look it up and try) but attached (and pasted below) is a > sample file. > > Scot > (Edit: and the backtrace) > > #+TITLE: Some Lorem > > * Heading > > > If you do a \autocite{key_0000} followed by an org-footnote[fn:: You > seem to get an error.] Does this happen for you too? > > The error is "Invalid use of `\' in replacement text." > > If you do a \autocite{key_0000} and break the line > like this [fn:: No trouble now.] everything's fine. I notice this > because I use long-lines mode. > > And I just realized that I do this kind of thing with some > frequency:[fn:: See the fine discussion of this and other relevant > matters in \fullcite{bibtexkey_0000}] Do I have any hope that that > might be made to work? At the moment, it throws the same error. If I > need to I can use LaTeX footnote for this kind of thing, since I > already do live with the limitations that imposes (no HTML export). > > > ---------------------- > Backtrace: > > Debugger entered--Lisp error: (error "Invalid use of `\\' in =20 > replacement text") > replace-match("\\[1]") > org-footnote-normalize(nil t) > org-export-preprocess-string(#("#+TITLE: Some Lorem\n\n* Heading > \n\n\nIf you do a \\autocite{key_0000} followed by an > org-footnote[fn:: You seem to get an error.] Blah here.\n\nThe error > is \"Invalid use of `\\' in replacement text.\"\n\nIf you do a > \\autocite{key_0000} and break the line \nlike this [fn:: No trouble > now.] everything's fine. I notice this because I use long-lines > mode.\n\nAnd I just realized that I do this kind of thing with some > frequency:[fn:: See the fine discussion of this and other relevant > matters in \\fullcite{bibtexkey_0000}] Do I have any hope that that > might be made to work? At the moment, it throws the same error. If I > need to I can use LaTeX footnote for this kind of thing, since I > already do live with the limitations that imposes (no HTML > export).\n\n\n\n\n\n" 0 19 (fontified nil font-lock-fontified t > :org-license-to-kill t) 19 20 (fontified nil :org-license-to-kill t) > 20 21 (fontified nil) 21 23 (fontified nil) 23 31 (fontified nil) 31 > 34 (fontified nil) 34 138 (fontified nil) 138 347 (fontified nil) 347 > 746 (fontified nil) 746 751 (fontified nil)) :emph-multiline t > :for-LaTeX t :comments nil :tags not-in-toc :priority nil :footnotes t > :drawers nil :timestamps t :todo-keywords t :add-text nil > :skip-before-1st-heading nil :select-tags ("export") :exclude-tags > ("noexport") :LaTeX-fragments nil) > org-export-as-latex(nil nil nil "*Org LaTeX Export*") > org-export-as-latex-to-buffer(nil) > call-interactively(org-export-as-latex-to-buffer) > org-export(nil) > call-interactively(org-export nil nil) > - Carsten