From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: [babel] feature request - tangle-and-evaluate-tangled-file Date: Tue, 20 Jul 2010 09:55:55 +0200 Message-ID: <4C45568B.8060300@mail.com> References: <871vbdu77i.fsf@gmail.com> <874og8irrn.fsf@gmail.com> <87mxtwbii5.fsf@gmail.com> <4C3C2064.5020209@googlemail.com> <4C3F0106.8060904@mail.com> <87oce758zv.fsf@gmail.com> <4C43FADD.6000700@mail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=59764 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ob7gI-00012B-6z for emacs-orgmode@gnu.org; Tue, 20 Jul 2010 03:56:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ob7gG-0001DR-I8 for emacs-orgmode@gnu.org; Tue, 20 Jul 2010 03:56:01 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:34478) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ob7gG-0001D8-DK for emacs-orgmode@gnu.org; Tue, 20 Jul 2010 03:56:00 -0400 Received: by wwb17 with SMTP id 17so1209624wwb.30 for ; Tue, 20 Jul 2010 00:55:58 -0700 (PDT) In-Reply-To: <4C43FADD.6000700@mail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: emacs-orgmode -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Eric I just discovered a "switching of buffers" when tangling the following org file with the new org-babel-post-tangle-hook. Otherwise it is working perfectly now. ############################################# ** tangle R and load :PROPERTIES: :tangle: to-load.r :END: evaluate this #+begin_src emacs-lisp :results silent :tangle no (add-hook 'org-babel-post-tangle-hook (lambda () (ess-load-file (buffer-file-name)))) #+end_src then tangle #+begin_src R :comments yes x <- 8 #+end_src t #+begin_src R y <- 9 #+end_src #+begin_src R :tangle file2.R y <- 9 #+end_src A second buffer will open with the R session. If you tangle a second time, these buffers are switching, i.e. where the .org buffer was is the R buffer and vice-versa. ############################################# - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch University Main Campus, Merriman Avenue Stellenbosch South Africa Tel: +33 - (0)9 53 10 27 44 Cell: +27 - (0)8 39 47 90 42 Fax (SA): +27 - (0)8 65 16 27 82 Fax (D) : +49 - (0)3 21 21 25 22 44 Fax (FR): +33 - (0)9 58 10 27 44 email: Rainer@krugs.de Skype: RMkrug -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkxFVosACgkQoYgNqgF2egpctwCfVc6cKfOYQ0P6xhoZfM3LGpxc ZZcAoIGUfXWtrm0n7EAVxT4v5/QbouI8 =UFZe -----END PGP SIGNATURE-----