Uwe Brauer <o...@mat.ucm.es> writes: >>>> "Eric" == Eric S Fraga <e.fr...@ucl.ac.uk> 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