From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Tables not converted to markdown format with markdown exporter Date: Wed, 08 Feb 2017 14:22:54 +0100 Message-ID: <87a89wvmtt.fsf@nicolasgoaziou.fr> References: <87fujpc4j0.fsf@skimble.plus.com> <87h944ncer.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbSDK-0003Hc-Ni for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 08:23:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbSDF-0000h1-QQ for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 08:23:14 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:38382) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cbSDF-0000gR-KJ for emacs-orgmode@gnu.org; Wed, 08 Feb 2017 08:23:09 -0500 In-Reply-To: <87h944ncer.fsf@fastmail.fm> (Joost Kremers's message of "Wed, 08 Feb 2017 12:35:08 +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" To: Joost Kremers Cc: Roland Everaert , emacs-orgmode , Sharon Kimble Hello, Joost Kremers writes: > There are certainly markdown variants that support tables, > MultiMarkdown, PHP Markdown Extra and Pandoc markdown do, for example. Org only supports vanilla markdown out of the box. So there is no table conversion available (it is exported as HTML since vanilla markdown does support raw HTML). Various ELPA provide more advanced markdown conversion. The OP may use those. Since Org table and expected markdown tables are identical, another option is to force to export raw tables by surronding them within a #+begin_export md...#+end_export md block. This can be done automatically in a dedicated hook, e.g., `org-export-before-parsing-hook'. See manual for details. Regards, -- Nicolas Goaziou