From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kevin Brubeck Unhammer" Subject: footnote-start-tag / footnote-end-tag not used in export Date: Sun, 23 Nov 2008 18:35:08 +0100 Message-ID: <96023f220811230935n1c7837eaj519a95b576cf4d66@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4Ire-0006XU-BR for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 12:35:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4IrY-0006X1-Qw for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 12:35:17 -0500 Received: from [199.232.76.173] (port=58638 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4IrY-0006Wy-N0 for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 12:35:12 -0500 Received: from rv-out-0708.google.com ([209.85.198.246]:56584) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4IrW-0002I9-IV for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 12:35:12 -0500 Received: by rv-out-0708.google.com with SMTP id k29so1870605rvb.6 for ; Sun, 23 Nov 2008 09:35:08 -0800 (PST) Content-Disposition: inline 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 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