From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Edgington Subject: math in footnotes not exported correctly when a buffer is narrowed Date: Mon, 18 May 2015 15:38:28 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuQsa-0002Q5-0V for emacs-orgmode@gnu.org; Mon, 18 May 2015 15:39:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuQsY-0007kJ-Rj for emacs-orgmode@gnu.org; Mon, 18 May 2015 15:39:11 -0400 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:35170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuQsY-0007k6-FL for emacs-orgmode@gnu.org; Mon, 18 May 2015 15:39:10 -0400 Received: by wgfl8 with SMTP id l8so48251186wgf.2 for ; Mon, 18 May 2015 12:39:08 -0700 (PDT) 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 I've noticed a bug in org-mode's LaTeX exporting of footnotes when a buffer is narrowed to a particular section. To reproduce, try to export the following org-file to a LaTeX document, and inspect the resulting LaTeX code -- it will have stripped the math environment off of "\tau_s": * Test Section Here we test whether the footnote is exported correctly [1]. Be sure to narrow the buffer to this section only before doing a LaTeX export. * Footnotes [1] $\tau_s$ is blah blah blah. Let me know if there's a workaround for this (apart from just "don't narrow the buffer"). Thanks! Regards, Mark