[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Re: Footnotes and R output when exporting to HTML or Latex
From: |
Nick Dokos |
Subject: |
Re: [Orgmode] Re: Footnotes and R output when exporting to HTML or Latex |
Date: |
Wed, 21 Jan 2009 12:33:35 -0500 |
Graham Smith <address@hidden> wrote:
> > Check org-footnote-re and org-footnote-definition-re
>
> Thanks, but I would appreciate a bit more hand holding on this.
>
> I don't actually know how to "check" org-footnote-re and
> org-footnote-definition-re
>
C-h v org-footnote-re <RET>
or
M-x describe-variable <RET> org-footnote-re <RET>
These are the standard Emacs mechanisms for checking variables
(the Help section of the Emacs manual describes these and other similar
mechanisms, e.g. describing functions, keys, etc.)
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.
---------------------------------------------------------------------------
so you'll need a fair amount of grounding in regular expressions
to even decipher this.
Re: [Orgmode] Footnotes and R output when exporting to HTML or Latex, Dan Davison, 2009/01/28