1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-05 11:45:52 +00:00

Make org-export-odt-embed-images internal

* contrib/lisp/org-odt.el (org-export-odt-embed-images):
Removed customizability of this variable.
This commit is contained in:
Jambunathan K 2011-10-23 12:51:24 +05:30
parent 08ac9121f5
commit 2c74df762b

View File

@ -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.