From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Restrict include to some backend Date: Tue, 06 Sep 2016 17:58:56 +0200 Message-ID: <87mvjluiin.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhIm7-00061Z-Jz for emacs-orgmode@gnu.org; Tue, 06 Sep 2016 11:59:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhIm3-0003zt-JV for emacs-orgmode@gnu.org; Tue, 06 Sep 2016 11:59:02 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:51110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhIm3-0003zn-CY for emacs-orgmode@gnu.org; Tue, 06 Sep 2016 11:58:59 -0400 In-Reply-To: (=?utf-8?Q?=22Cl=C3=A9ment?= Pit--Claudel"'s message of "Tue, 6 Sep 2016 09:59:58 -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" To: =?utf-8?Q?Cl=C3=A9ment?= Pit--Claudel Cc: emacs-orgmode@gnu.org Hello, Cl=C3=A9ment Pit--Claudel writes: > I remove the blocks based on the current backend using a crude > pre-processing step in Emacs lisp. I can share the code if you're in > a hurry, but maybe this idea can also be integrated to Org itself? I think implementing it in a pre processing hook is the way to go. It doesn't seem too hard either. Besides, we would need to introduce a new syntax to implement this, which I find not too appealing. Regards, --=20 Nicolas Goaziou