From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Org -> markdown Date: Wed, 30 May 2012 09:44:36 +0530 Message-ID: <81r4u2fgpf.fsf@gmail.com> References: <7092.1338350117@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZaJ9-0008Kq-R7 for emacs-orgmode@gnu.org; Wed, 30 May 2012 00:14:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZaJ8-0001Pq-3z for emacs-orgmode@gnu.org; Wed, 30 May 2012 00:14:51 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:37841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZaJ7-0001Pm-RZ for emacs-orgmode@gnu.org; Wed, 30 May 2012 00:14:50 -0400 Received: by pbbrp2 with SMTP id rp2so7127521pbb.0 for ; Tue, 29 May 2012 21:14:48 -0700 (PDT) In-Reply-To: <7092.1338350117@alphaville> (Nick Dokos's message of "Tue, 29 May 2012 23:55:17 -0400") 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: nicholas.dokos@hp.com Cc: Org Mode , Marcelo de Moraes Serpa Nick Dokos writes: > brian powell wrote: > >> * PanDoc! >> >> http://johnmacfarlane.net/pandoc/ >> >> On Tue, May 29, 2012 at 10:45 PM, Marcelo de Moraes Serpa >> wrote: >> >> Hey guys, >> >> Is there any tool out there that converts org to markdown? I'm >> sure it wouldn't be difficult to >> come up with something, but if there's something I'd rather use >> it. I'd like to write my >> blogposts in org and then automate exporting to markdown to my jekyll blogs. >> >> - Marcelo. >> >> > > AFAICT (from reading the web page, not from any actual experience), > pandoc can convert markdown to org but not the other way round. Pandoc *does have* difficulty converting Org tables to Markdown tables. I did work on partial Org->Markdown converter (org-e-markdown.el) (around the time WikEmacs made it's entry.) I am unable to locate the file right now. > Nick > > > > --