[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] ox-odt.el
From: |
Colin Baxter |
Subject: |
[O] ox-odt.el |
Date: |
Fri, 08 Apr 2016 11:51:09 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
The line
(expand-file-name "../../etc/styles/" org-odt-lib-dir) ; git
in the defconst org-odt-styles-dir-list at line 181 of ox-odt.el points to
"git/org-mode/lisp/etc/styles/". Should it not point to
"git/org-mode/etc/styles/"? This would be achieved by changing the line to
(expand-file-name "../etc/styles/" org-odt-lib-dir) ; git
My exporter however still cannot find the schema files at
"git/org-mode/etc/schema/", but that's a different matter perhaps.
Colin.
- [O] ox-odt.el,
Colin Baxter <=