From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [setting is not read] Date: Mon, 26 Jun 2017 11:53:58 -0400 Message-ID: <87efu6sq21.fsf@alphaville.usersys.redhat.com> References: <87lgos9cpm.fsf@delle7240.chemeng.ucl.ac.uk> <8760fuehq9.fsf@t3610> <87podqg45z.fsf_-_@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPWM9-0007yP-Co for emacs-orgmode@gnu.org; Mon, 26 Jun 2017 11:55:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPWM5-0005GB-AB for emacs-orgmode@gnu.org; Mon, 26 Jun 2017 11:55:17 -0400 Received: from [195.159.176.226] (port=38825 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dPWM5-0005Eo-3z for emacs-orgmode@gnu.org; Mon, 26 Jun 2017 11:55:13 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dPWLx-0007NP-M2 for emacs-orgmode@gnu.org; Mon, 26 Jun 2017 17:55:05 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Uwe Brauer writes: >>>> "Eric" == Eric S Fraga 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. 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