emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Manuel Giraud <manuel.giraud@univ-nantes.fr>
To: emacs-orgmode@gnu.org
Cc: Manuel Giraud <manuel.giraud@univ-nantes.fr>
Subject: [PATCH] Move org-export-html group definition to fix uninitialized customs.
Date: Tue, 15 Mar 2011 13:01:31 +0100	[thread overview]
Message-ID: <1300190491-14442-1-git-send-email-manuel.giraud@univ-nantes.fr> (raw)
In-Reply-To: <4D7EF96D.3000004@gmail.com>

---
 lisp/org-exp.el  |    5 +++++
 lisp/org-html.el |    5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index 34f101d..2cd4289 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -134,6 +134,11 @@ This is without condition, so even subtrees inside that carry one of the
   :group 'org-export-general
   :type '(repeat (string :tag "Tag")))
 
+(defgroup org-export-html nil
+  "Options specific for HTML export of Org-mode files."
+  :tag "Org Export HTML"
+  :group 'org-export)
+
 ;; FIXME: rename, this is a general variable
 (defcustom org-export-html-expand t
   "Non-nil means for HTML export, treat @<...> as HTML tag.
diff --git a/lisp/org-html.el b/lisp/org-html.el
index d9f34ef..a17b044 100644
--- a/lisp/org-html.el
+++ b/lisp/org-html.el
@@ -36,11 +36,6 @@
 (declare-function org-id-find-id-file "org-id" (id))
 (declare-function htmlize-region "ext:htmlize" (beg end))
 
-(defgroup org-export-html nil
-  "Options specific for HTML export of Org-mode files."
-  :tag "Org Export HTML"
-  :group 'org-export)
-
 (defcustom org-export-html-footnotes-section "<div id=\"footnotes\">
 <h2 class=\"footnotes\">%s: </h2>
 <div id=\"text-footnotes\">
-- 
1.7.1

  parent reply	other threads:[~2011-03-15 12:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-15  5:30 An HTML Export Observation Scott Randby
2011-03-15  5:49 ` Nick Dokos
2011-03-15 12:01 ` Manuel Giraud [this message]
2011-03-15 13:17   ` [PATCH] Move org-export-html group definition to fix uninitialized customs Bastien
2011-03-15 14:28     ` Manuel Giraud
2011-03-15 14:44       ` Bastien
2011-03-15 13:14 ` An HTML Export Observation Bastien
2011-03-15 15:25   ` Scott Randby
2011-03-15 15:53     ` Bastien
2011-03-15 16:31       ` Scott Randby

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1300190491-14442-1-git-send-email-manuel.giraud@univ-nantes.fr \
    --to=manuel.giraud@univ-nantes.fr \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).