summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJambunathan K <kjambunathan@gmail.com>2011-10-23 12:51:24 +0530
committerJambunathan K <kjambunathan@gmail.com>2011-10-23 15:26:29 +0530
commit2c74df762bf2734abfc622ee125b212ed25c4258 (patch)
tree3968b45f2019a4b91df802c544df4c8e072d9b3f
parent08ac9121f51c2ae2dde8a0916db3411ccf5521fd (diff)
downloadorg-mode-2c74df762bf2734abfc622ee125b212ed25c4258.tar.gz
Make org-export-odt-embed-images internal
* contrib/lisp/org-odt.el (org-export-odt-embed-images): Removed customizability of this variable.
-rw-r--r--contrib/lisp/org-odt.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/lisp/org-odt.el b/contrib/lisp/org-odt.el
index 5cffd8c..c7b589c 100644
--- a/contrib/lisp/org-odt.el
+++ b/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.