summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJambunathan K <kjambunathan@gmail.com>2011-10-23 12:29:49 +0530
committerJambunathan K <kjambunathan@gmail.com>2011-10-23 15:26:14 +0530
commit49f18ef5be0935760c26c14f10e96cd489f35a6a (patch)
tree0ae2b46718087dba4c034d95990433f130789e5c
parentdfcb6faef11a2439b56b18a6289803361d402130 (diff)
downloadorg-mode-49f18ef5be0935760c26c14f10e96cd489f35a6a.tar.gz
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.
-rw-r--r--contrib/lisp/org-odt.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/lisp/org-odt.el b/contrib/lisp/org-odt.el
index d658eb2..6f8d8dc 100644
--- a/contrib/lisp/org-odt.el
+++ b/contrib/lisp/org-odt.el
@@ -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