From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: problem exporting footnotes Date: Mon, 2 Nov 2009 06:09:16 +0100 Message-ID: <9EADEC11-A1BD-4057-818C-EF1D78AAEB67@gmail.com> References: <87eiohq0pn.fsf@stats.ox.ac.uk> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4pAU-0002sX-JX for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 00:09:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4pAP-0002s5-3R for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 00:09:25 -0500 Received: from [199.232.76.173] (port=35554 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4pAO-0002s2-UG for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 00:09:21 -0500 Received: from ey-out-1920.google.com ([74.125.78.146]:38182) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4pAO-0002Dy-Ix for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 00:09:20 -0500 Received: by ey-out-1920.google.com with SMTP id 3so5228864eyh.34 for ; Sun, 01 Nov 2009 21:09:19 -0800 (PST) In-Reply-To: <87eiohq0pn.fsf@stats.ox.ac.uk> 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: Dan Davison Cc: emacs org-mode mailing list On Nov 2, 2009, at 12:33 AM, Dan Davison wrote: > I'm getting an error when exporting a document with footnotes: > > ,---- > | Symbol's function definition is void: org-in-verbatim-emphasis > `---- > > E.g. C-e h on this file > > ,---- > | * test footnote export > | This[fn:1] doesn't need a footnote. > | > | * Footnotes > | > | [fn:1] Nothing to say about it > `---- > > It works if I manually evaluate the defun in org.el. Something to do > with declare-function? More likely an old org.elc somewhere? - Carsten