Browse Source

Make org-export-odt-embed-images internal

* contrib/lisp/org-odt.el (org-export-odt-embed-images):
Removed customizability of this variable.
Jambunathan K 13 years ago
parent
commit
2c74df762b
1 changed files with 3 additions and 4 deletions
  1. 3 4
      contrib/lisp/org-odt.el

+ 3 - 4
contrib/lisp/org-odt.el

@@ -209,10 +209,9 @@ a per-file basis.  For example,
 
 (defconst org-export-odt-tmpdir-prefix "odt-")
 (defconst org-export-odt-bookmark-prefix "OrgXref.")
-(defcustom org-export-odt-embed-images t
-  "Should the images be copied in to the odt file or just linked?"
-  :type 'boolean
-  :group 'org-export-odt)
+
+(defvar org-export-odt-embed-images t
+  "Should the images be copied in to the odt file or just linked?")
 
 (defcustom org-odt-export-inline-images 'maybe
   "Non-nil means inline images into exported HTML pages.