From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: How to create non-inheritable properties? Date: Sun, 8 Jun 2014 19:12:12 -0500 Message-ID: References: <87a99nccwo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtnC9-0002oE-K7 for emacs-orgmode@gnu.org; Sun, 08 Jun 2014 20:12:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtnC8-0005wT-SF for emacs-orgmode@gnu.org; Sun, 08 Jun 2014 20:12:13 -0400 Received: from mail-oa0-x233.google.com ([2607:f8b0:4003:c02::233]:49453) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtnC8-0005wN-NW for emacs-orgmode@gnu.org; Sun, 08 Jun 2014 20:12:12 -0400 Received: by mail-oa0-f51.google.com with SMTP id j17so1586509oag.38 for ; Sun, 08 Jun 2014 17:12:12 -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" On Sun, Jun 8, 2014 at 4:45 PM, Charles Berry wrote: > Just guessing at this, but ... > > I suspect Grant's file has noweb chunks and that > `org-babel-use-quick-and-dirty-noweb-expansion' is set to nil. Exactly. Have been using it quite extensively. > If the :noweb-ref feature is not used, setting that variable to t will > make a time difference of a couple of orders of magnitude. Good to be reminded. I've relied quite heavily upon the noweb-ref property inheritance. Glad to know at least that this is expected.