emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: Graham Smith <myotisone@gmail.com>
Cc: Paul R <paul.r.ml@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: Re: Footnotes and R output when exporting to HTML or Latex
Date: Wed, 21 Jan 2009 12:33:35 -0500	[thread overview]
Message-ID: <7900.1232559215@alphaville.usa.hp.com> (raw)
In-Reply-To: Message from Graham Smith <myotisone@gmail.com> of "Wed, 21 Jan 2009 16:47:02 GMT." <2c75873c0901210847p2857fd5fvffdcb2cb064e950f@mail.gmail.com>

Graham Smith <myotisone@gmail.com> 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.

  parent reply	other threads:[~2009-01-21 17:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-21 15:39 Footnotes and R output when exporting to HTML or Latex Graham Smith
2009-01-21 16:32 ` Paul R
2009-01-21 16:47   ` Graham Smith
2009-01-21 17:15     ` [OT] basic emacs tips you will need someday (was: Footnotes and R output when exporting to HTML or Latex) Paul R
2009-01-21 17:28       ` Graham Smith
2009-01-22  3:54       ` Manish Sharma
2009-01-22  9:13         ` Graham Smith
2009-01-21 17:33     ` Nick Dokos [this message]
2009-01-21 17:40       ` Re: Footnotes and R output when exporting to HTML or Latex Graham Smith
2009-01-29  1:14 ` Dan Davison

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7900.1232559215@alphaville.usa.hp.com \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=myotisone@gmail.com \
    --cc=paul.r.ml@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).