From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: include Markdown files? Date: Mon, 26 Mar 2012 19:10:08 +0200 Message-ID: <87wr672sr3.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDPb-0004YG-6h for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:08:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCDPX-0004Ev-1m for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:08:54 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:40250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDPW-0004EU-PF for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:08:50 -0400 Received: by wibhj13 with SMTP id hj13so3545786wib.12 for ; Mon, 26 Mar 2012 10:08:48 -0700 (PDT) In-Reply-To: (Peter Salazar's message of "Mon, 26 Mar 2012 12:48:29 -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: Peter Salazar Cc: org-mode Hi Peter, Peter Salazar writes: > How hard would it be to add Markdown to the list of file formats > supported by #+INCLUDE? I don't know. Here are the steps: - learn more about org-elements.el and org-export.el by reading the files and by going through the reference documentation: http://orgmode.org/worg/dev/org-export-reference.html - implement org-markdown.el as a new export backend - allow #+INCLUDE to "export" file to the MarkDown backend while including them. MarkDown is actually quite high in my list of desired backends, but I cannot tell when this will be done. -- Bastien