From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Activate/deactivate export of inlinetasks with #+OPTIONS Date: Thu, 16 Aug 2012 13:05:45 +0200 Message-ID: <87mx1vp052.fsf@gnu.org> References: <87has5psws.fsf@pank.lan> <87r4r9ywk4.fsf@gnu.org> <87has3ds8i.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1xtG-0000Ez-2S for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 07:05:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1xtB-0003YK-Sj for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 07:05:25 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:57246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1xtB-0003YF-Mf for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 07:05:21 -0400 Received: by wgbez12 with SMTP id ez12so1826897wgb.30 for ; Thu, 16 Aug 2012 04:05:21 -0700 (PDT) In-Reply-To: <87has3ds8i.fsf@gmail.com> (Nicolas Goaziou's message of "Thu, 16 Aug 2012 12:51:57 +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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, Rasmus Nicolas Goaziou writes: > Bastien writes: > >>> (defcustom org-export-with-inlinetasks t >>> "Non-nil means include INLINETASKS keywords in export. >>> When nil, remove all these keywords from the export." >>> :group 'org-export-general >>> :type 'boolean) >> >> +1 for having this for the new exporter. >> >> Thanks for the idea and the code! > > I agree, this is a good idea. I've added it in org-export.el. Thanks! -- Bastien