From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [bug] Inline tasks are exported, even with noexport tag Date: Sat, 02 Mar 2013 14:09:18 +0100 Message-ID: <87mwumkkxt.fsf@bzg.ath.cx> References: <867glt4zd2.fsf@somewhere.org> <877gltstoc.fsf@gmail.com> <874ngxnyyj.fsf@bzg.ath.cx> <87bob2vudz.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]:42361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBmBu-00037Y-9J for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 08:09:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBmBt-0000BJ-Bw for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 08:09:30 -0500 Received: from plane.gmane.org ([80.91.229.3]:51258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBmBs-0000BE-VL for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 08:09:29 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UBmCC-0002Fh-N3 for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 14:09:48 +0100 In-Reply-To: <87bob2vudz.fsf@gmail.com> (Nicolas Goaziou's message of "Sat, 02 Mar 2013 13:49:44 +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: >> 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? > > Then should it also support `org-export-with-tasks' variable? Yes. E.g. if `org-export-with-tasks' is set 'todo, only inline tasks with a TODO keyword should be exported. -- Bastien