Re: [O] odt export not working

2013-05-10 Thread Julian M. Burgos
Nick, I meant to include (setq org-export-backends '(odt)) in my .emacs file. I did that, and now I get the odt exporter as an option when I do C-c C-e. I usually try no to use things that make changes to my .emacs file direcly because I generate my .emacs file from an .org file (through tangl

Re: [O] odt export not working

2013-05-07 Thread Nick Dokos
John Hendy writes: > #+begin_quote > > 3 Installation > > PP > > There are two ways to install export back-ends. > > 1. You may customize `org-export-backends' variable. It contains the > list of back-ends that should always be available. > > 2. You can also simply require the back-en

Re: [O] odt export not working

2013-05-07 Thread John Hendy
On Tue, May 7, 2013 at 11:32 AM, Nick Dokos wrote: > "Julian M. Burgos" writes: > >> Ok, I see what you mean. So I should do >> (setq org-export-backends '(odt)) or something like that. Fair enough. :) >> > > That's *not* what Nicolas suggested and it's *not* what you should do. > > Just do > >

Re: [O] odt export not working

2013-05-07 Thread Nick Dokos
"Julian M. Burgos" writes: > Ok, I see what you mean. So I should do > (setq org-export-backends '(odt)) or something like that. Fair enough. :) > That's *not* what Nicolas suggested and it's *not* what you should do. Just do C-h v org-export-backends and click the Customize link, then mar

Re: [O] odt export not working

2013-05-07 Thread Julian M. Burgos
Ok, I see what you mean. So I should do (setq org-export-backends '(odt)) or something like that. Fair enough. :) Nicolas Goaziou writes: > "Julian M. Burgos" writes: > >> Right... I did not saw it. And even if I did, I would not know that the >> package needed for loading the back-end for

Re: [O] odt export not working

2013-05-07 Thread Nicolas Goaziou
"Julian M. Burgos" writes: > Right... I did not saw it. And even if I did, I would not know that the > package needed for loading the back-end for ODT is called ox-odt. You don't need to know that. The manual tells you to customize `org-export-backends' instead. Regards, -- Nicolas Goaziou

Re: [O] odt export not working

2013-05-07 Thread Julian M. Burgos
Just thinking how to things easier for noobs like me. :) Julian M. Burgos writes: > Right... I did not saw it. And even if I did, I would not know that the > package needed for loading the back-end for ODT is called ox-odt. > > Nicolas Goaziou writes: > >> Hello, >> >> Julian Burgos writes: >>

Re: [O] odt export not working

2013-05-07 Thread Julian M. Burgos
Right... I did not saw it. And even if I did, I would not know that the package needed for loading the back-end for ODT is called ox-odt. Nicolas Goaziou writes: > Hello, > > Julian Burgos writes: > >> Manfred Lotz arcor.de> writes: >> >> >>> > Are you calling (require 'ox-odt) somewhere in yo

Re: [O] odt export not working

2013-05-07 Thread Nicolas Goaziou
Hello, Julian Burgos writes: > Manfred Lotz arcor.de> writes: > > >> > Are you calling (require 'ox-odt) somewhere in your config? Or >> > configuring `org-export-backends'? ODT export isn't loaded by default, >> > you'll have to load it explicitly by one of those two methods. > > > This should

Re: [O] odt export not working

2013-05-07 Thread Julian Burgos
Manfred Lotz arcor.de> writes: > > Are you calling (require 'ox-odt) somewhere in your config? Or > > configuring `org-export-backends'? ODT export isn't loaded by default, > > you'll have to load it explicitly by one of those two methods. This should be included in the manual. From all the e

Re: [O] odt export not working

2013-04-21 Thread Manfred Lotz
On Sun, 21 Apr 2013 22:29:10 +0800 Eric Abrahamsen wrote: > Manfred Lotz writes: > > > Hi there, > > Using org-mode 8.0-2-g77476c (fedora 18 system) exporting to odt > > doesn't work. zip program is available. When I do =C-c C-e= the > > *Org Export Dispatcher* buffer pops up but showing nothin

Re: [O] odt export not working

2013-04-21 Thread Eric Abrahamsen
Manfred Lotz writes: > Hi there, > Using org-mode 8.0-2-g77476c (fedora 18 system) exporting to odt > doesn't work. zip program is available. When I do =C-c C-e= the > *Org Export Dispatcher* buffer pops up but showing nothing related to > odt. When now typing =o o= I get =Invalid Key=. > > Any i