From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: [Accepted] use code font for example footnote labels Date: Tue, 1 Feb 2011 12:33:26 +0100 (CET) Message-ID: <20110201113326.DB28B8783@myhost.localdomain> References: <1291842341-15199-15-git-send-email-bjg@network-theory.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=44571 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkEUA-00016u-DJ for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 06:33:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkEU8-0004rO-Q4 for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 06:33:26 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:63627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkEU8-0004r6-LK for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 06:33:24 -0500 Received: by bwz16 with SMTP id 16so6501246bwz.0 for ; Tue, 01 Feb 2011 03:33:23 -0800 (PST) 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@gnu.org Patch 450 (http://patchwork.newartisans.com/patch/450/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1291842341-15199-15-git-send-email-bjg%40network-theory.co.uk%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] use code font for example footnote labels > Date: Thu, 09 Dec 2010 02:05:37 -0000 > From: Brian Gough > X-Patchwork-Id: 450 > Message-Id: <1291842341-15199-15-git-send-email-bjg@network-theory.co.uk> > To: emacs-orgmode@gnu.org > Cc: Barry Gidden , > Brian Gough > > --- > doc/org.texi | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > > diff --git a/doc/org.texi b/doc/org.texi > index aecb224..a29f544 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -12892,9 +12892,9 @@ fninline @r{define footnotes inline} > fnnoinline @r{define footnotes in separate section} > fnlocal @r{define footnotes near first reference, but not inline} > fnprompt @r{prompt for footnote labels} > -fnauto @r{create [fn:1]-like labels automatically (default)} > +fnauto @r{create @code{[fn:1]}-like labels automatically (default)} > fnconfirm @r{offer automatic label for editing or confirmation} > -fnplain @r{create [1]-like labels automatically} > +fnplain @r{create @code{[1]}-like labels automatically} > fnadjust @r{automatically renumber and sort footnotes} > nofnadjust @r{do not renumber and sort automatically} > @end example >