瀏覽代碼

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.
Jambunathan K 13 年之前
父節點
當前提交
49f18ef5be
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      contrib/lisp/org-odt.el

+ 0 - 5
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