From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: ox-md export title block Date: Fri, 23 Oct 2015 17:22:52 -0400 Message-ID: <87wpud700j.fsf@alphaville.usersys.redhat.com> References: <87fv11z5f8.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpjpr-0003NQ-JX for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 17:25:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zpjpo-0004uM-Fa for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 17:25:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:34673) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpjpo-0004u2-A7 for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 17:25:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zpjpg-0006Zf-CH for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 23:25:04 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Oct 2015 23:25:04 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Oct 2015 23:25:04 +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: emacs-orgmode@gnu.org Nicolas Goaziou writes: > However, "ox-md.el" is for Vanilla Markdown, where such constructs do > not exist. So it cannot be applied there. > ISTR there are a few others export back-ends in contrib/ that may use > this. You may also create ox-md-pandoc.el if it doesn't exist already. Rasmus writes: > I don't think it's inadequate, but I also don't know if this should be > part of ox-md in it’s present form. > > The original md specification doesn’t seem to support this syntax: > > https://daringfireball.net/projects/markdown/syntax > > (I searched for % and author). > > Would it be recognized by say Github or Stack Exchange? On Github > "^% Rasmus\n" is printed as just that, so I guess not. > > Perhaps it would be better to define a new backend, ox-md-pandoc.el, or > add a "#+MARKDOWN_FLAVOR" keyword to condition such insertions on. > Great minds always meet ;-) -- Nick