From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: [BUG] [babel] in :eval never with :session Date: Mon, 05 May 2014 14:28:44 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhI16-0004VX-3P for emacs-orgmode@gnu.org; Mon, 05 May 2014 08:29:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhI0z-0007Wj-RW for emacs-orgmode@gnu.org; Mon, 05 May 2014 08:29:08 -0400 Received: from mail-we0-f170.google.com ([74.125.82.170]:57579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhI0z-0007WW-LW for emacs-orgmode@gnu.org; Mon, 05 May 2014 08:29:01 -0400 Received: by mail-we0-f170.google.com with SMTP id u57so894203wes.15 for ; Mon, 05 May 2014 05:29:00 -0700 (PDT) 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 Cc: Eric Schulte --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable The error is back: When one header in a subtree which has the header argument=20 :eval never has the same name as in a following subtree which should be evaluated on export, the second subtree is not exported. When the name of the header is changed, the subtree is exported as expected. =2D-8<---------------cut here---------------start------------->8--- #+PROPERTY: exports both #+PROPERTY: session *tmp_R* * Some non-evaluated code :PROPERTIES: :eval: never :END: ** This is the same header #+BEGIN_SRC R cat("\ntwo\n") #+END_SRC * Data Assessment Results ** This is the same header If the name of the header is changed, the subtree is evaluated on export. #+begin_src R cat("\nhere it is @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n") #+end_src =2D-8<---------------cut here---------------end--------------->8--- =20 Org-mode version 8.2.6 (release_8.2.6-920-gc6d698 @ /Users/rainerkrug/.emac= s.d/org-mode/lisp/) GNU Emacs 24.3.1 (x86_64-apple-darwin13.0.0, Carbon Version 1.6.0 AppKit 12= 65) of 2014-02-13 on Rainers-MacBook-Pro-2.local Cheers, Rainer =2D-=20 Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,= UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBAgAGBQJTZ4QAAAoJENvXNx4PUvmCoPkH/R6Dv4Iph1tj2cS+x7WuZe1r 8vEnlF4EHXLtIjJeXUt+/+Twexceh2gOjn/x+7koaQlsY3ign81DPTR+A+6hWlrT ANzSE0du/mjewis4vbxx7C4p7D1qILDgphDmUltArmCmFHKXBbanWOe8V9mzhxDO A/CAhJ0sWEnmutwHPzKaBN+054Xw91o4iZmHrxEqhCpjso+0xTXXCfGy85ukbzBH 7tuQjJLVNCPv35dYmeCHqq2sbYkc7fzhgpL+EqqeIqp6jsdJabCdBAtfqfYl/LwW elrr/Z/uSgCXi/pVxO8P0lhFwfTB6UNNAL0MhjnpStYxkRMel4z+dX/+7AJEHI0= =5tMx -----END PGP SIGNATURE----- --=-=-=--