From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Re: Tagging a region of text without creating a branch Date: Fri, 09 Oct 2009 13:58:34 -0400 Message-ID: References: <87r5tc919n.wl@imapmail.org> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwJjo-000137-DW for emacs-orgmode@gnu.org; Fri, 09 Oct 2009 13:58:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwJjj-0000uX-Ld for emacs-orgmode@gnu.org; Fri, 09 Oct 2009 13:58:43 -0400 Received: from [199.232.76.173] (port=41916 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwJjj-0000u6-6T for emacs-orgmode@gnu.org; Fri, 09 Oct 2009 13:58:39 -0400 Received: from mx20.gnu.org ([199.232.41.8]:38529) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MwJji-0008If-Le for emacs-orgmode@gnu.org; Fri, 09 Oct 2009 13:58:38 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwJjh-0007vn-SW for emacs-orgmode@gnu.org; Fri, 09 Oct 2009 13:58:38 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Org Mode List Carsten Dominik wrote: > > Matt: Inline tasks are now always exported, the variable > org-inlinetask-export is obsolete. Export will look like > a description list item - in fact, the export uses internally > description lists. Thanks for clarifying this. I had org-inlinetask-export set to nil in my .emacs (probably from earlier experimentation with the feature). I see that one can exclude inline tasks with an exclude tag. But in that case, one has to apply the tag to both headlines. * ** Testing :noexport: Here is a test * ** END :noexport: If one leaves the tag off of the END headline, then it is exported in the HTML. Would there be a way automatically to exclude the END line even if it does not have an exclude tag. Thanks, Matt