From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: footnote bugs Date: Wed, 14 Apr 2010 16:48:13 +0200 Message-ID: <077D75A3-2217-4A76-B8B0-95C75312C65A@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O24j6-0003BT-0h for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 11:42:04 -0400 Received: from [140.186.70.92] (port=37571 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O24j4-00039r-78 for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 11:42:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O24j2-0002u8-5W for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 11:42:02 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:37355) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O24j1-0002tw-V9 for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 11:42:00 -0400 Received: by ewy6 with SMTP id 6so162255ewy.32 for ; Wed, 14 Apr 2010 08:41:58 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: emacs-orgmode@gnu.org Hi Samuel, On Apr 7, 2010, at 4:39 AM, Samuel Wales wrote: > (setf org-footnote-auto-label 'confirm) > (setf org-footnote-section nil) > > * top > *** an article > sadfkaj sdnfklaj nsfklandsf > asd flkajnd sfa > *** an article. exporting this to ascii does not export anonymous > footnotes > I sometimes[fn:3] mix regular[fn:1] footnotes and inline > [fn:: There are issues here. For example, I have to type > them in manually. You cannot leave empty; it won't accept > it. Maybe it has to do with my ido setup. Exporting this > to ASCII seems to silent fail. I tried "fn:: text" and > "fn::text".] ones[fn:2]. ASCII export of anonymous footnotes works fine for me. here is an example for your text above: The following text Some text[fn::text] with note is exported like this: Some text[1] with note [1] text Also, when inserting a footnote, I can eave the label empty - the fact that this is not working for you must mean that you have some completion setup that takes over the generic function `completing-read'. > > === > > [fn:1] ordinary. note that if you put point here and do c-c > c-c, you will get sent to the next article, which is > disconcerting. i expected it to go up to the thing that > points to it. this situation, where you have duplicate > footnote numbers in the same file, but different org > entries, is very common when you refile an article. > \par > don't know how to separate paragraphs in a footnote in > a way that fill-paragraph with filladapt will understand. > would be nice if a way were possible, imo. I guess you can hack the paragraph... regexps to make \par a separator. > > [fn:2] another > > [fn:3] a third > # a comment > *** another article > ordinary [fn:1], inline[fn:This is a test.], and > regular[fn:2] footnotes. It is very difficult for org to find footnotes if there are several definitions in a buffer for the same footnote label. But I can follow you argument, so the definition is now search up in the buffer, before looking down. > > === > > [fn:1] regular > > [fn:2] usual > *** another article > asdfj alkdfn akljdn fklajdf > askdfn al;ksjnf lajdnf klajdnf > skjdhflakjdnf klajnf [fn:1] > > [fn:1] test > *** another article > asdknf lakjdnf ak > asdkjfn aldjf > > > Thanks. > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten