From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Re: Use babel to import table data from OpenDocument spreadsheets? Date: Tue, 02 Jul 2013 22:30:20 +0800 Message-ID: <87y59p591f.wl%jamshark70@dewdrop-world.net> References: <87k3l9kq78.wl%jamshark70@dewdrop-world.net> <878v1pvybk.fsf@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu1bS-0005U3-Lt for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 10:30:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uu1bP-0003OB-Hz for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 10:30:46 -0400 Received: from mail-pd0-x234.google.com ([2607:f8b0:400e:c02::234]:60844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu1bP-0003Nv-3E for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 10:30:43 -0400 Received: by mail-pd0-f180.google.com with SMTP id 10so3609953pdi.39 for ; Tue, 02 Jul 2013 07:30:42 -0700 (PDT) In-Reply-To: <878v1pvybk.fsf@gmail.com> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jambunathan K Cc: orgmode At Tue, 02 Jul 2013 19:49:43 +0530, Jambunathan K wrote: > M-x org-odt-convert RET > > or > > (org-odt-convert ......) Is this valid for .ods, or only .odt? The file is from LibreOffice Calc, not Writer. I made a quick test and got only "failed." From the Messages, I can see it's using a headless soffice, so maybe it needs some other command line parameters. That will have to wait for another day... busy with other things now. Debug (ox-odt): Searching for OpenDocument styles files... Debug (ox-odt): Trying /usr/share/emacs/etc/org/styles/... Debug (ox-odt): Using styles under /usr/share/emacs/etc/org/styles/ Debug (ox-odt): Searching for OpenDocument schema files... Debug (ox-odt): Trying /usr/share/emacs/etc/org/schema/... Debug (ox-odt): Using schema files under /usr/share/emacs/etc/org/schema/ Making completion list... Executing soffice --headless --convert-to csv --outdir /home/dlm/Documents/xinghai/12-13-spring/ /home/dlm/Documents/xinghai/12-13-spring/gradesheet.ods Export to /home/dlm/Documents/xinghai/12-13-spring/gradesheet.csv failed hjh