From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Frings Subject: Re: Re: Footnotes and org-export, revisited Date: Thu, 18 Dec 2008 11:34:27 +0100 Message-ID: References: <5171E67B-8472-409A-A0EE-7EA25D18D58B@uva.nl> <873agmyg4y.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) 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 1LDGDF-0003wI-SY for emacs-orgmode@gnu.org; Thu, 18 Dec 2008 05:34:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDGDD-0003vb-Lj for emacs-orgmode@gnu.org; Thu, 18 Dec 2008 05:34:36 -0500 Received: from [199.232.76.173] (port=37164 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDGDD-0003vY-EA for emacs-orgmode@gnu.org; Thu, 18 Dec 2008 05:34:35 -0500 Received: from mornm02-out.agfa.com ([134.54.1.77]:29828) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDGDC-0005Uv-Vo for emacs-orgmode@gnu.org; Thu, 18 Dec 2008 05:34:35 -0500 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: emacs-orgmode Org-Mode On Dec 17, 2008, at 6:18 PM, Sivaram Neelakantan wrote: > Paul R writes: > >> * Usage 1, anonymous footnotes [snip] > > And then we will have that one feature request to cross reference a > previous footnote! :-) In the above case, how would a person go > about asking someone to refer to an earlier footnote? > >> * Usage 2, keyword named footnotes [snip] >> > Unless I've got it wrong, wouldn't it be better to do something like > > [fn:kenpo { Kenpo is the name of several martial arts}] > (keep the keyword and definition in one place?) > > And all future references go as 'see [fn:kenpo] to understand the > meaning'. Maybe re-use the same concepts of urls? And combine anonymous and labeled footnotes at once? And references? labeled: [[fn:label][text]] anonymous: [[fn:]][text]] reference: [[fn:label]] (In the reference form, the reference could become a clickable link.) Example 1: "This is the body of the text.[[fn:xyz][And this is the text of the footnote]] It indeed is a silly piece of text, but what would you expect?[[fn:abc][It's showing off references to previous footnotes, as well.[fn:xyz]]]" Example 2: "You can also use the references to put the footnote text out of the body text[[fn:xyzzy]]. [[fn:xyzzy][This footnote illustrates the out-of-the-body principle.]]" Maybe too many brackets? Cheers, Peter.