summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJambunathan K <kjambunathan@gmail.com>2011-10-23 13:44:58 +0530
committerJambunathan K <kjambunathan@gmail.com>2011-10-23 15:26:45 +0530
commitb83e532174cbdf55025a21c29d00a8364614a0b6 (patch)
treee063d78d1e2e399cdbb0e7d4c567c6ef64b852aa
parent5082f2bbd49cfceca125b2de4a4c80dc53dff767 (diff)
downloadorg-mode-b83e532174cbdf55025a21c29d00a8364614a0b6.tar.gz
Define customizable group org-export-odt
* contrib/lisp/org-odt.el (org-export-odt): Define the missing customizable group and hook it up with `org-export' customizable group. (org-export-odt-preferred-output-format): Fix the `:group' property.
-rw-r--r--contrib/lisp/org-odt.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/lisp/org-odt.el b/contrib/lisp/org-odt.el
index 17d1364..c0a7b50 100644
--- a/contrib/lisp/org-odt.el
+++ b/contrib/lisp/org-odt.el
@@ -30,6 +30,11 @@
(eval-when-compile (require 'cl))
(require 'org-lparse)
+(defgroup org-export-odt nil
+ "Options specific for ODT export of Org-mode files."
+ :tag "Org Export ODT"
+ :group 'org-export)
+
(defun org-odt-end-export ()
(org-odt-fixup-label-references)
@@ -282,7 +287,7 @@ in `org-odt-get'. If the above option is unspecified then
The format specified here should be listed in OTHER-BACKENDS
option of `org-odt-get' or `org-lparse-convert-capabilities' as
appropriate."
- :group 'org-odt
+ :group 'org-export-odt
:type '(choice :convert-widget
(lambda (w)
(apply 'widget-convert (widget-type w)