From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org-table export to ods/xlsx etc Date: Wed, 21 Jun 2017 13:01:44 +0000 Message-ID: <87vanph4uf.fsf@mat.ucm.es> References: <87lgos9cpm.fsf@delle7240.chemeng.ucl.ac.uk> <877f0afyw1.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dNfGt-00029H-2m for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 09:02:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dNfGo-0001Xh-Aa for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 09:02:11 -0400 Received: from [195.159.176.226] (port=38993 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dNfGo-0001XN-4B for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 09:02:06 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dNfGc-0006E2-2V for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 15:01:54 +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 > Hello, > Eric S Fraga writes: > According to `org-odt-convert-processes', `org-odt-convert-capabilities' > and `org-odt-convert', isn't it already possible? Hm I set (add-to-list 'org-odt-convert-processes '("gnumeric" "ssconvert %i %o")) (setq org-odt-convert-process "gnumeric") But then my function returns Debugger entered--Lisp error: (error "Cannot convert from csv format to xlsx format?") signal(error ("Cannot convert from csv format to xlsx format?")) error("Cannot convert from %s format to %s format?" "csv" "xlsx") org-odt-do-convert("/home/oub/ALLES/tex/vorlesungen/HG/HGQuim-Num-Estad/Notas/Notas2017/Controles/Rosa/rosa4.csv" "xlsx" nil) org-odt-convert("/home/oub/ALLES/tex/vorlesungen/HG/HGQuim-Num-Estad/Notas/Notas2017/Controles/Rosa/rosa4.csv" "xlsx") org-export-to-xlsx() funcall-interactively(org-export-to-xlsx) call-interactively(org-export-to-xlsx nil nil) command-execute(org-export-to-xlsx) > Regards,