emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [setting is not read]


From: Nick Dokos
Subject: Re: [O] [setting is not read]
Date: Mon, 26 Jun 2017 11:53:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Uwe Brauer <address@hidden> writes:

>>>> "Eric" == Eric S Fraga <address@hidden> writes:
>
>     > On Saturday, 17 Jun 2017 at 14:54, Nicolas Goaziou wrote:
>     > [...]
>
>     >> According to `org-odt-convert-processes', 
> `org-odt-convert-capabilities'
>     >> and `org-odt-convert', isn't it already possible?
>
>     > Indeed.  <blush>  Adding this
>
>     >   (add-to-list 'org-odt-convert-processes '("gnumeric" "ssconvert %i 
> %o"))
>     >   (setq org-odt-convert-process "gnumeric")
>
> Odd thing. I put these lines in my org_init.el file byte compile and
> restart emacs but then
> (org-odt-do-reachable-formats "csv") returns
>
> Nil
>
> I have to explicitly eval the two settings 
>
> (add-to-list 'org-odt-convert-processes '("gnumeric" "/usr/bin/ssconvert %i 
> %o"))
> (setq org-odt-convert-process "gnumeric")
>

These probably need to be done after loading ox-odt. But the first one should 
give
an error if org-odt-convert-processes is not defined: are you getting an error 
at
initialization? Check *Messages*.

>
> What do I miss? I could use customize of course, but I would like to
> understand the problem.
>

-- 
Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]