emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: [BABEL] org-babel-post-tangle-hook problems


From: Eric Schulte
Subject: [Orgmode] Re: [BABEL] org-babel-post-tangle-hook problems
Date: Wed, 28 Jul 2010 07:42:38 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi Rainer,

Thanks for catching this, I've just pushed up a fix.

Best -- Eric

Rainer M Krug <address@hidden> writes:

> 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
>> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]