From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [BUG] crash while ping-ponging between back-to-back footnotes. Date: Wed, 29 Jun 2011 15:26:39 +0200 Message-ID: <87mxh06a5s.fsf@gnu.org> References: <81hb78n9i8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbumT-0002ua-LF for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 09:26:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbumR-0007jB-AM for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 09:26:12 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:58902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbumQ-0007iy-Sa for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 09:26:11 -0400 Received: by wyg36 with SMTP id 36so1068811wyg.0 for ; Wed, 29 Jun 2011 06:26:09 -0700 (PDT) In-Reply-To: <81hb78n9i8.fsf@gmail.com> (Jambunathan K.'s message of "Wed, 29 Jun 2011 17:18:47 +0530") 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: Jambunathan K Cc: Nicolas Goaziou , emacs-orgmode@gnu.org Hi Jambunathan, Jambunathan K writes: > Summary: Sample org file down below also doubles up as bug report. > > * Sample > > Add footnote-1 using C-c C-x f [fn:1][fn:2] Workaround: separate the footnotes with a space. Add footnote-1 using C-c C-x f [fn:1] [fn:2] Both fontification and export get confused if footnotes are not separated with a space -- I think it's okay to live with this one-space-between-footnotes policy, but I let Nicolas decides. Thanks for reporting this, -- Bastien