[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] footnote-start-tag / footnote-end-tag not used in export
From: |
Kevin Brubeck Unhammer |
Subject: |
[Orgmode] footnote-start-tag / footnote-end-tag not used in export |
Date: |
Sun, 23 Nov 2008 18:35:08 +0100 |
Hi,
If I setq footnote-start-tag / footnote-end-tag to something other
than "[" and "]", org-export-as-latex doesn't recognize them... I'm
assuming it involves replacing the hardcoded strings "\\[[0-9]+\\]" in
org-export-latex-preprocess with something like
(concat "\\" footnote-start-tag footnote-regexp "\\" footnote-end-tag)
but I couldn't get that to work on my setup. Is this something that
could be easily fixed? (The incentive being that "<" and ">" for
footnote-tags could make it easier to use LaTeX options without
conflicts.)
best regards,
Kevin Brubeck Unhammer
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Orgmode] footnote-start-tag / footnote-end-tag not used in export,
Kevin Brubeck Unhammer <=