emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [setting is not read] (was: org-table export to ods/xlsx etc)


From: Uwe Brauer
Subject: [O] [setting is not read] (was: org-table export to ods/xlsx etc)
Date: Mon, 26 Jun 2017 15:27:36 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

>>> "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")


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




reply via email to

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