From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Subject: Re: Please help with a filter Date: Wed, 03 Sep 2014 17:32:07 -0500 Message-ID: <86lhq0s5co.fsf@gmail.com> References: <87oauxetsm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPJ6M-0008Ak-T1 for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 18:32:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPJ6H-0001wA-7e for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 18:32:30 -0400 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:36466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPJ6G-0001tj-Vs for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 18:32:25 -0400 Received: by mail-pa0-f52.google.com with SMTP id eu11so18577627pac.11 for ; Wed, 03 Sep 2014 15:32:13 -0700 (PDT) Received: from lahp ([200.57.62.35]) by mx.google.com with ESMTPSA id k8sm10214354pdo.64.2014.09.03.15.32.10 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 03 Sep 2014 15:32:10 -0700 (PDT) In-Reply-To: (Charles Berry's message of "Wed, 3 Sep 2014 02:55:49 +0000 (UTC)") 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 Charles Berry writes: > Rafael gmail.com> writes: > >> I want that the result of exporting to markdown the following two blocks >> be identical: > > > You probably want a derived backend taking 'md as the parent. Yes, that's what I feared.. :) I thought I could delay creating a derived backend for later, but I guess now is the time. Thanks for your answer, it was helpful indeed.