From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: Tangling takes long - profiling and calling R Date: Thu, 2 Jul 2015 20:44:21 +0200 Message-ID: References: <87ioaobvl1.fsf@selenimh.access.network> <87a8vzc1u8.fsf@selenimh.access.network> <07F390A6-B112-4E02-8417-E9280B24AC94@gmail.com> <87zj3gj7qg.fsf@gmail.com> <87h9pmn5fh.fsf@nicolasgoaziou.fr> <876162bjpu.fsf@gmail.com> <86d20a1kui.fsf@example.com> Mime-Version: 1.0 (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]:51723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAjTH-00087f-QM for emacs-orgmode@gnu.org; Thu, 02 Jul 2015 14:44:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAjTE-0003Qv-GV for emacs-orgmode@gnu.org; Thu, 02 Jul 2015 14:44:27 -0400 Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:34644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAjTE-0003Qn-8x for emacs-orgmode@gnu.org; Thu, 02 Jul 2015 14:44:24 -0400 Received: by wgqq4 with SMTP id q4so70602389wgq.1 for ; Thu, 02 Jul 2015 11:44:23 -0700 (PDT) In-Reply-To: <86d20a1kui.fsf@example.com> 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: Sebastien Vauban Cc: "emacs-orgmode@gnu.org" Envoy=C3=A9 de mon iPhone > Le 2 juil. 2015 =C3=A0 20:21, Sebastien Vauban a= =C3=A9crit : >=20 > Aaron Ecay writes: >>> which adds to header-args, what is missing is >>>=20 >>> ,---- >>> | :header-args-: noweb >>> `---- >>>=20 >>> which would remove the "noweb yes" from the header arguments=20 >>=20 >> This is not possible with the old syntax either, though: >>=20 >> * One >> :PROPERTIES: >> :noweb: yes >> :END: >>=20 >> ** Two >> :PROPERTIES: >> ??????? >> :END: >>=20 >> #+begin_src emacs-lisp >> ... >> #+end_src >>=20 >> There=E2=80=99s nothing you can put in the ?s at heading Two to get rid o= f the >> noweb property inherited from One. (Unless you have something in mind >> which I=E2=80=99m not thinking of.) >=20 > Quickly, just on that particular point: what you'd put there would be > the "toggle" of the property (here ":noweb: no"), but that's of course > sort of limited to boolean values which have an explicit "no" (or "nil") > value; so I admit I just cover this particular exemple. But this was possible with the old syntax, but not with the new one - right?= >=20 > Best regards, > Seb >=20 > --=20 > Sebastien Vauban >=20 >=20