From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: problem with ox-pandoc export Date: Mon, 29 Jun 2015 20:54:39 +0200 Message-ID: <874mlqjqfk.fsf@nicolasgoaziou.fr> References: <87a8vmv5vq.fsf@nicolasgoaziou.fr> <87pp4htpk1.fsf@nicolasgoaziou.fr> <878ub2k8pq.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9eB7-0002nK-Bn for emacs-orgmode@gnu.org; Mon, 29 Jun 2015 14:53:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9eB5-0001nM-7q for emacs-orgmode@gnu.org; Mon, 29 Jun 2015 14:53:13 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:60212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9eB5-0001mr-2G for emacs-orgmode@gnu.org; Mon, 29 Jun 2015 14:53:11 -0400 In-Reply-To: (Alan Schmitt's message of "Mon, 29 Jun 2015 16:50:08 +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: Alan Schmitt Cc: emacs-orgmode Alan Schmitt writes: > There is an `org-pandoc-template' already, it just does not deal with > the metadata used in `org-org-template'. I was thinking of reusing > `org-org-template' directly, but if I understand your suggestion, we > should just copy that code in `org-pandoc-template'. Is this correct? Correct. Also, I don't think you need /exactly/ `org-org-template', since pandoc probably uses another syntax for meta-data, doesn't it? Regards,