Browse Source

org-e-beamer: Fix defgroup

Nicolas Goaziou 13 years ago
parent
commit
69540aba51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/lisp/org-e-beamer.el

+ 1 - 1
contrib/lisp/org-e-beamer.el

@@ -95,7 +95,7 @@
 (defgroup org-export-e-beamer nil
 (defgroup org-export-e-beamer nil
   "Options specific for using the beamer class in LaTeX export."
   "Options specific for using the beamer class in LaTeX export."
   :tag "Org Beamer"
   :tag "Org Beamer"
-  :group 'org-export-e-beamer
+  :group 'org-export
   :version "24.2")
   :version "24.2")
 
 
 (defcustom org-e-beamer-frame-level 1
 (defcustom org-e-beamer-frame-level 1