From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: [BABEL] org-babel-post-tangle-hook problems Date: Wed, 28 Jul 2010 09:18:29 +0200 Message-ID: <4C4FD9C5.1030300@mail.com> References: <4C4EDFD5.7010507@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=40791 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oe0uS-0006CX-0N for emacs-orgmode@gnu.org; Wed, 28 Jul 2010 03:18:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oe0uQ-0006ov-PX for emacs-orgmode@gnu.org; Wed, 28 Jul 2010 03:18:35 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:56849) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oe0uQ-0006oo-JN for emacs-orgmode@gnu.org; Wed, 28 Jul 2010 03:18:34 -0400 Received: by wyg36 with SMTP id 36so4394174wyg.0 for ; Wed, 28 Jul 2010 00:18:33 -0700 (PDT) In-Reply-To: <4C4EDFD5.7010507@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: Rainer M Krug Cc: emacs-orgmode -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 27/07/10 15:32, Rainer M Krug wrote: > Hi Eric > > I relized the following problems today: > > After setting the org-babel-post-tangle-hook (e.g. > (add-hook 'org-babel-post-tangle-hook > (lambda () (message "I'm in %s" (buffer-file-name)) )) > ) > > the .org file closes, and the .R file is opened. > If I tangle a second time, emacs tells me that the .R file has changed > on disk, and if it should be re-read. > I don't know what happened, but it would be nice to have the working > behavior back. > > I haven't used org for a few days, so I don't know when it happened. One addition: it works with org-7.01g, but not any more with Org-mode version 7.01trans (release_7.01g.31.g95212) Example org file: ################################################# ** 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 ################################################# Cheers, Rainer > > Cheers, > > Rainer > - -- 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/ iEYEARECAAYFAkxP2cUACgkQoYgNqgF2egqCtQCfUmO1nDdTlyHNyxpFtr5xpvQI g7MAn1duHEB9ezE2v1/39dR/ovambwOR =uK2G -----END PGP SIGNATURE-----