From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graham Smith Subject: Re: Re: Footnotes and R output when exporting to HTML or Latex Date: Wed, 21 Jan 2009 17:40:07 +0000 Message-ID: <2c75873c0901210940u28c5ce72td60150da4c09c878@mail.gmail.com> References: <2c75873c0901210739v77a6d347g8ab78d36ec0640a1@mail.gmail.com> <87tz7sbow5.fsf@gmail.com> <2c75873c0901210847p2857fd5fvffdcb2cb064e950f@mail.gmail.com> <7900.1232559215@alphaville.usa.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPh3i-0004g7-Fn for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 12:40:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPh3h-0004es-BS for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 12:40:09 -0500 Received: from [199.232.76.173] (port=56357 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPh3g-0004ej-Ph for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 12:40:08 -0500 Received: from fg-out-1718.google.com ([72.14.220.152]:55418) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPh3g-0007qi-AN for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 12:40:08 -0500 Received: by fg-out-1718.google.com with SMTP id l26so1918095fgb.30 for ; Wed, 21 Jan 2009 09:40:07 -0800 (PST) In-Reply-To: <7900.1232559215@alphaville.usa.hp.com> 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: emacs-orgmode@gnu.org Nick > But I suspect that you are going to run into a much harder wall > after you've done this. The description reads as follows: > > > --------------------------------------------------------------------------- > org-footnote-re is a variable defined in `/home/nick/src/emacs/org/git/org-mode/lisp/org-footnote.elc'. > Its value is > "[^][\n]\\[\\(?:\\([0-9]+\\)\\|\\(fn:\\([-_[:word:]]+?\\)?\\)\\(?::\\([^]]*?\\)\\)?\\)\\]" > > Documentation: > Regular expression for matching footnotes. > --------------------------------------------------------------------------- Errm yes, my knowledge of reglar expressions is zero, but thanks :-) Graham