Re: [O] Debug (ox-odt): No OpenDocument schema files installed

2014-08-31 Thread Melleus
I should point to the /usr/share/emacs/site-list/org-mode/etc It's the one and only path that contains necessary files in Debian. Now the message has gone. Thank you.

Re: [O] Debug (ox-odt): No OpenDocument schema files installed

2014-08-30 Thread Christian Moe
Do org-odt-styles-dir and org-odt-schema-dir now point to the correct directory? If not, did you try putting (setq org-odt-data-dir /usr/share/emacs/24.3/etc/org) in your .emacs and restarting? Those variables are set on startup based on the contents of org-odt-data-dir, and not immediately

Re: [O] Debug (ox-odt): No OpenDocument schema files installed

2014-08-30 Thread Melleus
I did that. But got the same message. Should I have anything except: ls OrgOdtContentTemplate.xml OrgOdtStyles.xml README in that directory? Thank you.

[O] Debug (ox-odt): No OpenDocument schema files installed

2014-08-29 Thread Melleus
I'm trying to set up the odt exporter which is disabled by default. After loading the exporter with: (require 'ox-odt) I got the message about missing files. I inspected the org-odt-data-dir and found that it points to non-existant directory. So I did: (setq org-odt-data-dir