* ox-odt.el
@ 2016-04-08 10:51 Colin Baxter
2016-04-19 19:31 ` ox-odt.el Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Colin Baxter @ 2016-04-08 10:51 UTC (permalink / raw)
To: emacs-orgmode
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ox-odt.el
2016-04-08 10:51 ox-odt.el Colin Baxter
@ 2016-04-19 19:31 ` Nicolas Goaziou
2016-04-20 5:45 ` ox-odt.el Colin Baxter
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2016-04-19 19:31 UTC (permalink / raw)
To: Colin Baxter; +Cc: emacs-orgmode
Hello,
Colin Baxter <m43cap@yandex.com> writes:
> 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
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ox-odt.el
2016-04-19 19:31 ` ox-odt.el Nicolas Goaziou
@ 2016-04-20 5:45 ` Colin Baxter
0 siblings, 0 replies; 3+ messages in thread
From: Colin Baxter @ 2016-04-20 5:45 UTC (permalink / raw)
To: emacs-orgmode
On Tue, Apr 19 2016, Nicolas Goaziou wrote:
> Hello,
>
> Colin Baxter <m43cap@yandex.com> writes:
>
>> 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
>
> Fixed. Thank you.
>
> Regards,
Thank you.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-20 5:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-08 10:51 ox-odt.el Colin Baxter
2016-04-19 19:31 ` ox-odt.el Nicolas Goaziou
2016-04-20 5:45 ` ox-odt.el Colin Baxter
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).