Re: [O] the role of org-odt-preferred-output-format etc

2016-04-12 Thread Uwe Brauer
>>> "Ken" == Ken Mankoff writes: > On 2016-04-10 at 11:52, Uwe Brauer wrote: >> Thanks that works, as far as the setq are concerned, what is use-package >> supposed to do, in my GNU emacs 25 I cannot find it. >

Re: [O] the role of org-odt-preferred-output-format etc

2016-04-11 Thread Rasmus
Ken Mankoff writes: > It fails if LibreOffice is running, but works if it is not running. Did you try unoconv? Maybe it's more robust... http://dag.wieers.com/home-made/unoconv Rasmus -- Bang bang

Re: [O] the role of org-odt-preferred-output-format etc

2016-04-10 Thread Uwe Brauer
>>> "Ken" == Ken Mankoff writes: > On 2016-04-10 at 11:52, Uwe Brauer wrote: >> Thanks that works, as far as the setq are concerned, what is use-package >> supposed to do, in my GNU emacs 25 I cannot find it. >

Re: [O] the role of org-odt-preferred-output-format etc

2016-04-10 Thread Ken Mankoff
On 2016-04-10 at 11:52, Uwe Brauer wrote: > Thanks that works, as far as the setq are concerned, what is use-package > supposed to do, in my GNU emacs 25 I cannot find it. https://github.com/jwiegley/use-package It is a replacement for (require) that takes care of installing

Re: [O] the role of org-odt-preferred-output-format etc

2016-04-10 Thread Uwe Brauer
>>> "Ken" == Ken Mankoff writes: > I convert to DOC with the following on OS X: > (use-package ox-odt > :ensure nil > :config (progn > (setq org-odt-preferred-output-format "doc") > (setq org-odt-convert-processes >

Re: [O] the role of org-odt-preferred-output-format etc

2016-04-10 Thread Ken Mankoff
I convert to DOC with the following on OS X: (use-package ox-odt :ensure nil :config (progn (setq org-odt-preferred-output-format "doc") (setq org-odt-convert-processes '(("LibreOffice" "/path/to/LibreOffice.app/Contents/MacOS/soffice --headless

Re: [O] the role of org-odt-preferred-output-format etc

2016-04-10 Thread Uwe Brauer
>>> "Eric" == Eric Abrahamsen writes: > Uwe Brauer writes: >> Hello >> >> Maybe I misunderstood the manual >> http://orgmode.org/manual/Extending-ODT-export.html >> and >>

Re: [O] the role of org-odt-preferred-output-format etc

2016-04-10 Thread Eric Abrahamsen
Uwe Brauer writes: > Hello > > Maybe I misunderstood the manual > http://orgmode.org/manual/Extending-ODT-export.html > and > http://orgmode.org/manual/Configuring-a-document-converter.html#Configuring-a-document-converter > > I can successfully convert a org file to odt, but

[O] the role of org-odt-preferred-output-format etc

2016-04-10 Thread Uwe Brauer
Hello Maybe I misunderstood the manual http://orgmode.org/manual/Extending-ODT-export.html and http://orgmode.org/manual/Configuring-a-document-converter.html#Configuring-a-document-converter I can successfully convert a org file to odt, but sometimes I need it to be directly in doc format.