emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] (org-footnote): Added missing group definition and typos.
@ 2010-04-26 17:49 Mikael Fornius
  2010-04-27  6:11 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Mikael Fornius @ 2010-04-26 17:49 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: Mikael Fornius

---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] (org-footnote): Added missing group definition and typos.
  2010-04-26 17:49 [PATCH] (org-footnote): Added missing group definition and typos Mikael Fornius
@ 2010-04-27  6:11 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-04-27  6:11 UTC (permalink / raw)
  To: Mikael Fornius; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-27  8:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-26 17:49 [PATCH] (org-footnote): Added missing group definition and typos Mikael Fornius
2010-04-27  6:11 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).