From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] (org-footnote): Added missing group definition and typos. Date: Tue, 27 Apr 2010 08:11:28 +0200 Message-ID: <8B58329E-26F4-4123-A862-82F36F04DCAA@gmail.com> References: <1272304150-5219-1-git-send-email-mfo@abc.se> 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 1O6gWx-0001aN-Mn for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 04:52:35 -0400 Received: from [140.186.70.92] (port=59244 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6gWv-0001Zu-VZ for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 04:52:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6gWp-00068m-2r for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 04:52:33 -0400 Received: from ey-out-1920.google.com ([74.125.78.146]:44007) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6eZh-0007mL-21 for emacs-orgmode@gnu.org; Tue, 27 Apr 2010 02:47:20 -0400 Received: by ey-out-1920.google.com with SMTP id 13so262362eye.34 for ; Mon, 26 Apr 2010 23:47:16 -0700 (PDT) In-Reply-To: <1272304150-5219-1-git-send-email-mfo@abc.se> 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: Mikael Fornius Cc: emacs-orgmode@gnu.org Applied, thanks. - Carsten On Apr 26, 2010, at 7:49 PM, Mikael Fornius wrote: > --- > lisp/org-footnote.el | 9 +++++++-- > 1 files changed, 7 insertions(+), 2 deletions(-) > > diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el > index 84cd7b3..0f7168b 100644 > --- a/lisp/org-footnote.el > +++ b/lisp/org-footnote.el > @@ -65,6 +65,11 @@ > (org-re "^\\(\\[\\([0-9]+\\|fn:[-_[:word:]]+\\)\\]\\)") > "Regular expression matching the definition of a footnote.") > > +(defgroup org-footnote nil > + "Footnotes in Org-mode." > + :tag "Org Footnote" > + :group 'org) > + > (defcustom org-footnote-section "Footnotes" > "Outline heading containing footnote definitions before export. > This can be nil, to place footnotes locally at the end of the current > @@ -75,7 +80,7 @@ automatically, i.e. when creating the footnote, > and when sorting the notes. > However, by hand you may place definitions *anywhere*. > If this is a string, during export, all subtrees starting with this > heading will be removed after extracting footnote definitions." > - :group 'org-footnotes > + :group 'org-footnote > :type '(choice > (string :tag "Collect footnotes under heading") > (const :tag "Define footnotes locally" nil))) > @@ -87,7 +92,7 @@ as in Org-mode. Outside Org-mode, new footnotes > are always placed at > the end of the file. When you normalize the notes, any line > containing > only this tag will be removed, a new one will be inserted at the end > of the file, followed by the collected and normalized footnotes." > - :group 'org-footnotes > + :group 'org-footnote > :type 'string) > > (defcustom org-footnote-define-inline nil > -- > 1.7.0.2 > > > > _______________________________________________ > 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