From mboxrd@z Thu Jan 1 00:00:00 1970 From: vilibald@wvi.cz Subject: Re: Org Table Export to Markdown Table Question Date: Thu, 9 Jan 2014 08:44:32 +0100 Message-ID: <39f6c62bc590f0f9b623548737a197da.squirrel@mail.wvi.cz> References: Mime-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1ALa-0007nL-Ue for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 02:48:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1ALU-0000uE-Mk for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 02:48:10 -0500 Received: from ns1.webprostor.eu ([94.142.233.69]:46870 helo=mail.webprostor.eu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1ALU-0000tq-Gj for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 02:48:04 -0500 In-Reply-To: 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: Aric Cc: emacs-orgmode@gnu.org > 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 Hi Aric, AFAIK md export doesn't support tables as the original Markdown is not mentioning them, so unfortunately org-mode will not help you at the momen= t unless you are up for bit of elisp programming to get these Markdown extensions working. As for the latex code, I'm not sure what you'd like to achieve, you want the latex code to be converted to what? Have a nice day Vilibald