From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aric Subject: Org Table Export to Markdown Table Question Date: Wed, 8 Jan 2014 20:41:53 +0000 (UTC) Message-ID: 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]:34492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0zxY-0007pD-Nw for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 15:42:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0zxR-0008NM-Dd for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 15:42:40 -0500 Received: from plane.gmane.org ([80.91.229.3]:49980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0zxR-0008NH-6f for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 15:42:33 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W0zxK-000539-V1 for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 21:42: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 ; Wed, 08 Jan 2014 21:42:26 +0100 Received: from aorchid by 149.142.83.92 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jan 2014 21:42:26 +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 Hello, I am trying to use org-mode now with R code in it to write manuscripts. That does unfortunately mean that it must be eventually exported to some doc format. I have been able to export to markdown and everything looks good in markdown (even previewed on github) with the exception of latex code which is not converted. However, using pandoc to convert the markdown to docx, the tables are not converted properly (all a single column). I realize this is a pandoc problem, but since markdown supports tables, is it possible to have Org export the tables into markdown as markdown tables rather than html tables? Also, is there a way for latex code to be converted prior to markdown export? Thanks, Aric