>>> "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.
> https://github.com/jwiegley/use-package
> It is a replacement for (r
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
>>> "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.
> https://github.com/jwiegley/use-package
> It is a replacement for (r
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 dependencies
and d
>>> "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
> '(("LibreOffice"
"/path
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 --co
>>> "Eric" == Eric Abrahamsen writes:
> 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
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 sometimes I need it
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.
So