Re: [Orgmode] [babel] writing my .Rprofile in orgmode, issue with emacsclient

2010-06-04 Thread Eric Schulte
Hi Erik, This is an interesting problem. The simplest setup I was able to use to reproduce the issue was the following org-mode file, * babel call test Test calling Emacs from within a babel code block. #+begin_src sh :results output ./babel-call-test.sh #+end_src which calls the following s

[Orgmode] [babel] writing my .Rprofile in orgmode, issue with emacsclient

2010-06-01 Thread Erik Iverson
Hello, In the spirit of the examples of writing your .emacs file in orgmode, I wrote my .Rprofile (R's startup file) in orgmode. I do have one issue where I have no idea what is going wrong, and would appreciate any information! Basic setup, GNU Emacs 23.1, latest git org-mode, running on Li