From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: problem exporting footnotes Date: Sun, 01 Nov 2009 18:33:56 -0500 Message-ID: <87eiohq0pn.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4jvy-0007U5-0H for emacs-orgmode@gnu.org; Sun, 01 Nov 2009 18:34:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4jvu-0007T9-1T for emacs-orgmode@gnu.org; Sun, 01 Nov 2009 18:34:05 -0500 Received: from [199.232.76.173] (port=50032 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4jvt-0007T3-CS for emacs-orgmode@gnu.org; Sun, 01 Nov 2009 18:34:01 -0500 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:58220) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4jvs-0001H7-Us for emacs-orgmode@gnu.org; Sun, 01 Nov 2009 18:34:01 -0500 Received: from blackcap.stats.ox.ac.uk (blackcap.stats [163.1.210.5]) by markov.stats.ox.ac.uk (8.13.6/8.13.6) with ESMTP id nA1NY0EG014396 for ; Sun, 1 Nov 2009 23:34:00 GMT 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 org-mode mailing list 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? Dan HEAD is 7edbb11a57e062595db3078e69ff5a4211e17b5d Org-mode version 6.32 (release_6.32b.61.g7edb)