From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [bug] Inline tasks are exported, even with noexport tag Date: Thu, 28 Feb 2013 00:01:24 +0100 Message-ID: <874ngxnyyj.fsf@bzg.ath.cx> References: <867glt4zd2.fsf@somewhere.org> <877gltstoc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAq0F-0002hc-Tg for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 18:01:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAq0E-0006do-Og for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 18:01:35 -0500 Received: from plane.gmane.org ([80.91.229.3]:44419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAq0E-0006dQ-J9 for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 18:01:34 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UAq0X-0002wB-G2 for emacs-orgmode@gnu.org; Thu, 28 Feb 2013 00:01:53 +0100 In-Reply-To: <877gltstoc.fsf@gmail.com> (Nicolas Goaziou's message of "Wed, 27 Feb 2013 15:44:19 +0100") 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: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org, Sebastien Vauban Hi Nicolas, Nicolas Goaziou writes: > Should it? Inlinetasks are not headlines, even though they use > a somewhat similar syntax. :noexport: tag applies to trees. Inlinetasks > do not define a tree. >From on intuitive point of view: Inline tasks support tags, and :noexport: means "Don't export me", me being whatever is tagged. So I support Sébastien's idea here: :noexport: should remove inline tasks from the exported string. Maybe we need to set the `org-export-filter-inlinetask-functions' at some point to support this? Thanks, -- Bastien