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 14:19:45 +0200 Message-ID: <878ub2k8pq.fsf@nicolasgoaziou.fr> References: <87a8vmv5vq.fsf@nicolasgoaziou.fr> <87pp4htpk1.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9Y0x-0004aQ-1O for emacs-orgmode@gnu.org; Mon, 29 Jun 2015 08:18:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9Y0v-0002cw-TR for emacs-orgmode@gnu.org; Mon, 29 Jun 2015 08:18:18 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:49016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9Y0v-0002cd-N4 for emacs-orgmode@gnu.org; Mon, 29 Jun 2015 08:18:17 -0400 In-Reply-To: (Alan Schmitt's message of "Mon, 29 Jun 2015 11:52:51 +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: > It seems that (org-org-template) is not available in the currently > released version (I looked into the maint branch and could not see > it). Correct. > Is there a way to support both the master and the maint branch for > ox-pandoc? Since you are going to override it anyway, how does it matter? Just define `org-pandoc-template' and associate it to `template' context in "ox-pandoc.el". Am I mistaken? Regards,