From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aric Subject: Re: Org Export to ODT Problem Files Date: Thu, 9 Jan 2014 02:02:04 +0000 (UTC) Message-ID: References: <87ha9egi04.fsf@bzg.ath.cx> <864n5ekool.fsf@freeenv.ad.medctr.ucla.edu> <87iotuf215.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W14xG-0000ZB-Km for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 21:02:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W14x6-0002gR-Qd for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 21:02:42 -0500 Received: from plane.gmane.org ([80.91.229.3]:49815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W14x6-0002fI-JW for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 21:02:32 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W14x4-0006s4-6J for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 03:02:30 +0100 Received: from 149.142.83.92 ([149.142.83.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Jan 2014 03:02:30 +0100 Received: from aorchid by 149.142.83.92 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Jan 2014 03:02:30 +0100 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: emacs-orgmode@gnu.org Thank you very much for the upgrade notice. The export to ODT from org-mode works very well now. There are pluses and minuses it seems between pandoc and org export. Org export -> 1. Includes figures and tables 2. Includes pretty code mark-up 3. Lacks latex code export 4. Figure and table references are by section, sort of like old fashioned latex. 5. Author list and title are in appropriate places Pandoc html (from org) to odt -> 1. Includes tables 2. Does not include figures 3. Does not include pretty code mark-up 4. Has latex code properly exported (i.e., $\geq$ is >= sign) 5. Figure and table references are as 'expected', first table is 1, then 2, etc. 6. author list is at end of file I can cut and paste the heavy math latex portions from a pandoc export, but is there a setting that I am missing about latex code being interpreted on export to odt? Thanks very much, Aric