From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Beck Subject: org strips math delimiters from inline footnotes Date: Thu, 10 Jul 2014 01:49:25 +0200 Message-ID: <87zjgium7u.fsf@sophokles.streitblatt.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X51iD-0003JV-7V for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 19:55:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X51i6-0007gX-SB for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 19:55:45 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::2]:63097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X51i6-0007gC-H2 for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 19:55:38 -0400 Received: from sophokles (ip-77-24-136-73.web.vodafone.de [77.24.136.73]) by smtp.strato.de (RZmta 34.8 DYNA|AUTH) with ESMTPSA id v03fe4q69NnX5iv (using TLSv1.2 with cipher DHE-RSA-AES256-SHA256 (256/256 bits)) (Client did not present a certificate) for ; Thu, 10 Jul 2014 01:49:33 +0200 (CEST) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, the latex export of inline footnotes doesn't work correctly. This happens since commit ca6ecf9e498e6c4750f279e9f0ea0185bc8b1d10. text[fn:1: a footnote with $\sqrt{4}$.] exports as text\footnote{a footnote with \sqrt{4}.} -- Florian Beck