From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: orgmode to markdown Date: Mon, 01 Jun 2015 00:12:09 +0200 Message-ID: <87iob85rd2.fsf@nicolasgoaziou.fr> References: <1433064971.9859.25.camel@sindominio.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzBRN-0003Dy-Ao for emacs-orgmode@gnu.org; Sun, 31 May 2015 18:10:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzBRK-00079n-Io for emacs-orgmode@gnu.org; Sun, 31 May 2015 18:10:45 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:39030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzBRK-00078i-75 for emacs-orgmode@gnu.org; Sun, 31 May 2015 18:10:42 -0400 In-Reply-To: <1433064971.9859.25.camel@sindominio.net> (flow's message of "Sun, 31 May 2015 11:36:11 +0200") 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: flow Cc: emacs-orgmode@gnu.org Hello, flow writes: > I would like to ask you about how org-mode exports title and headlines > to markdow > > org-mode to markdown doesn't export title as md heading one # and > org-mode heading one as heading one but heading two > > I think it should work as org-mode to html: > > org-mode title to md heading one # > org-mode heading one * to md heading two (##) > > What do you think about it? "ox-md" supports Setext-type headlines, which are limited to 2 levels. Using a title as the first level leaves only one level for regular headlines. Also, it doesn't solve the problem of author, date and email, which do not appear either in the output. I think they are part of the same problem: (vanilla) markdown has no real support for meta-data. Regards, -- Nicolas Goaziou