From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Edgington Subject: Re: math in footnotes not exported correctly when a buffer is narrowed Date: Tue, 19 May 2015 16:04:19 +0000 (UTC) Message-ID: References: <87siatbop6.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yuk0P-0000qE-55 for emacs-orgmode@gnu.org; Tue, 19 May 2015 12:04:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yuk0J-0007I3-T2 for emacs-orgmode@gnu.org; Tue, 19 May 2015 12:04:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:42889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yuk0J-0007Hd-Mh for emacs-orgmode@gnu.org; Tue, 19 May 2015 12:04:27 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Yuk0H-0006lx-T8 for emacs-orgmode@gnu.org; Tue, 19 May 2015 18:04:26 +0200 Received: from c-68-36-124-21.hsd1.mi.comcast.net ([68.36.124.21]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 May 2015 18:04:25 +0200 Received: from edgimar by c-68-36-124-21.hsd1.mi.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 May 2015 18:04:25 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rasmus gmx.us> writes: > > It was fixed a while ago in master. Are you using 8.2? Oh, I thought I was using something more recent, since the version was named "8.3beta", but apparently that's old. Thanks! A slight digression: I noticed, when cloning the git repo, that the current repo size is around 67 MB. That seems somewhat large for a repo consisting primarily of source code (when all the source compresses to under 3MB). Have there been discussions about splitting the repository so that older content is relegated to a 'historic' repo? Also, org.el is nearly 1MB in size, which is crazy -- maybe it could use some splitting also!