* org-version.el (org-odt-data-dir): Remove incorrect, duplicate definition.
Fixes: debbugs:16734
This commit is contained in:
parent
ea922c8bb3
commit
4ff933dd26
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-02-25 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* org-version.el (org-odt-data-dir):
|
||||
Remove incorrect, duplicate definition. (Bug#16734)
|
||||
|
||||
2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Spelling fixes.
|
||||
|
|
|
@ -13,9 +13,6 @@
|
|||
Inserted by installing org-mode or when a release is made."
|
||||
(let ((org-git-version "release_8.2.5c"))
|
||||
org-git-version))
|
||||
;;;###autoload
|
||||
(defvar org-odt-data-dir "/usr/share/emacs/etc/org"
|
||||
"The location of ODT styles.")
|
||||
|
||||
(provide 'org-version)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue