From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: How do you capture the intent never to tangle or weave a headline or its children? Date: Wed, 18 Jun 2014 20:14:45 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxQwB-0008Kq-RD for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 21:14:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxQwA-000269-N4 for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 21:14:47 -0400 Received: from mail-oa0-x22a.google.com ([2607:f8b0:4003:c02::22a]:51701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxQwA-000265-IK for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 21:14:46 -0400 Received: by mail-oa0-f42.google.com with SMTP id eb12so3734572oac.1 for ; Wed, 18 Jun 2014 18:14:45 -0700 (PDT) In-Reply-To: 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: Charles Berry Cc: "emacs-orgmode@gnu.org" Understood, and thank you. Grant Rettke | ACM, ASA, FSF, IEEE, SIAM gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) =E2=80=9CLife has become immeasurably better since I have been forced to st= op taking it seriously.=E2=80=9D --Thompson On Sun, Jun 15, 2014 at 10:29 PM, Charles Berry wrote: > 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#He= ader-arguments-in-Org-mode-properties > > i.e. :header-args: :exports none :tangle no > > HTH, > > Chuck > >