From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Loris Bennett" Subject: Beamer footnote to definition term printed twice Date: Fri, 21 Sep 2018 15:36:07 +0200 Message-ID: <87k1nf55x4.fsf@hornfels.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g3Lbe-00062X-5Q for emacs-orgmode@gnu.org; Fri, 21 Sep 2018 09:36:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g3LbU-0002D0-Lm for emacs-orgmode@gnu.org; Fri, 21 Sep 2018 09:36:21 -0400 Received: from [195.159.176.226] (port=39849 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g3LbU-0002By-2q for emacs-orgmode@gnu.org; Fri, 21 Sep 2018 09:36:16 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1g3LZL-0003VJ-8H for emacs-orgmode@gnu.org; Fri, 21 Sep 2018 15:34:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi, I'm using Org mode version 9.1.14 (9.1.14-1-g4931fc-elpaplus) on Emacs 25.1.1. When I add a footnote to the definition part of a definition environment thus #+TITLE: MWE #+LATEX_CLASS: beamer * What's up - with[fn:1] :: the footnotes[fn:2]? * Footnotes [fn:2] OK [fn:1] Huh? and export as a beamer presentation, I get the following footnotes: 1 Huh? 2 OK 1 Huh? Every thing is fine if I just export to article. Anyone know what the problem might be? Cheers, Loris -- This signature is currently under construction.