From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: Re: How do you capture the intent never to tangle or weave a headline or its children? Date: Mon, 16 Jun 2014 03:29:52 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwNcc-0007Ky-2c for emacs-orgmode@gnu.org; Sun, 15 Jun 2014 23:30:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwNcW-00070r-Fq for emacs-orgmode@gnu.org; Sun, 15 Jun 2014 23:30:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:35041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwNcW-00070T-9n for emacs-orgmode@gnu.org; Sun, 15 Jun 2014 23:30:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WwNcU-00028E-Vd for emacs-orgmode@gnu.org; Mon, 16 Jun 2014 05:30:06 +0200 Received: from 172-7-166-26.lightspeed.sndgca.sbcglobal.net ([172.7.166.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2014 05:30:06 +0200 Received: from ccberry by 172-7-166-26.lightspeed.sndgca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2014 05:30:06 +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: emacs-orgmode@gnu.org Grant Rettke wisdomandwonder.com> writes: > > Good evening, > > For both performance and cognitive reasons, sometimes I specifically > never want to tangle or weave a headline or any of > its children. I still value it though, so it belongs in that document, > and it wouldn't make sense for it to be linked as an > external document. For performance reasons, I suspect that it would > speed up tangling, but I need to verify this. > > Thus far I just add something like this, so at least it is obvious to > *me* what is my intent: > > # INTENT: never weave or tangle this headline or its children > :PROPERTIES: > :exports: none > :tangle: no > :END: > You want this: http://orgmode.org/manual/Header-arguments-in-Org-mode-properties.html#Header-arguments-in-Org-mode-properties i.e. :header-args: :exports none :tangle no HTH, Chuck