1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-03 08:30:03 +00:00

Remove org-export-odt-use-bookmarks-for-internal-link

* contrib/lisp/org-odt.el
(org-export-odt-use-bookmarks-for-internal-links): Removed
unused variable.
This commit is contained in:
Jambunathan K 2011-10-23 12:29:49 +05:30
parent dfcb6faef1
commit 49f18ef5be

View File

@ -209,11 +209,6 @@ a per-file basis. For example,
(defconst org-export-odt-tmpdir-prefix "odt-")
(defconst org-export-odt-bookmark-prefix "OrgXref.")
(defcustom org-export-odt-use-bookmarks-for-internal-links t
"Export Internal links as bookmarks?."
:type 'boolean
:group 'org-export-odt)
(defcustom org-export-odt-embed-images t
"Should the images be copied in to the odt file or just linked?"
:type 'boolean