mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-02 08:22:16 +00:00
org-odt.el: Trivial cleanup
* contrib/lisp/org-odt.el (org-export-odt-nosave-list): Remove a useless variable. (org-odt-init-outfile): Propagate above change.
This commit is contained in:
parent
82cf5d59e7
commit
0c48918be5
@ -1272,9 +1272,6 @@ MAY-INLINE-P allows inlining it as an image."
|
||||
(defconst org-export-odt-save-list
|
||||
'("mimetype" "META-INF/manifest.xml" "content.xml" "meta.xml" "styles.xml"))
|
||||
|
||||
;; xml files that are copied
|
||||
(defconst org-export-odt-nosave-list '())
|
||||
|
||||
;; xml files that contribute to the final odt file
|
||||
(defvar org-export-odt-file-list nil)
|
||||
|
||||
@ -1429,8 +1426,7 @@ MAY-INLINE-P allows inlining it as an image."
|
||||
(make-directory pictures-dir)
|
||||
|
||||
;; initialize list of files that contribute to the odt file
|
||||
(setq org-export-odt-file-list
|
||||
(append org-export-odt-save-list org-export-odt-nosave-list)))
|
||||
(setq org-export-odt-file-list org-export-odt-save-list))
|
||||
content-file))
|
||||
|
||||
(defconst org-odt-manifest-file-entry-tag
|
||||
|
Loading…
Reference in New Issue
Block a user