Re: [Orgmode] [org-babel] R, :session and empty line in #+results

2010-12-01 Thread Thomas S. Dye

Aloha Bernd,

On Nov 30, 2010, at 1:23 PM, Bernd Weiss wrote:


Dear all,

I would like to use R objects across/among code blocks. Therefore, I  
included the header argument :session which then produces the  
following results:



#+BEGIN_SRC R  :results output :session
x - 1
x
x + 1
#+END_SRC

#+results:
:
: [1] 1
: [1] 2

#+BEGIN_SRC R :results output :session
x
#+END_SRC

#+results:
: [1] 1


How can I get rid of the first line of the first #+results-block?  
BTW: if I remove the :session argument this empty line disappears.




#+BEGIN_SRC R
x - 1
x
x + 1
#+END_SRC

#+results:
: 2

hth,
Tom

Thanks for your help,

Bernd


P.S. As far as I can see my question is not related to Dr. Bate's  
question on Removing the blank lines between code and results  
blocks in LaTeX export http://www.mail-archive.com/emacs-orgmode@gnu.org/msg29957.html 



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] [org-babel] R, :session and empty line in #+results

2010-12-01 Thread Bernd Weiss

Am 01.12.2010 02:19, schrieb Thomas S. Dye:

Aloha Bernd,

On Nov 30, 2010, at 1:23 PM, Bernd Weiss wrote:


Dear all,

I would like to use R objects across/among code blocks. Therefore, I
included the header argument :session which then produces the
following results:


#+BEGIN_SRC R :results output :session
x - 1
x
x + 1
#+END_SRC

#+results:
:
: [1] 1
: [1] 2

#+BEGIN_SRC R :results output :session
x
#+END_SRC

#+results:
: [1] 1


How can I get rid of the first line of the first #+results-block? BTW:
if I remove the :session argument this empty line disappears.



#+BEGIN_SRC R
x - 1
x
x + 1
#+END_SRC

#+results:
: 2



Hi Tom,

Thanks for your reply!

I should have noted that I am preparing a beamer presentation and I need 
all the code and the results. So, your answer does not solve my problem.


Maybe this is another information I should have given: To control 
org-babel's behaviour, I am defining the following buffer-wide header 
arguments:


#+BABEL: :results output replace :exports both :comments both :session


Bernd

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] [org-babel] R, :session and empty line in #+results

2010-12-01 Thread Eric Schulte
Hi Bernd,

I've just pushed up a change which should remove these empty lines.

Best -- Eric

Bernd Weiss bernd.we...@uni-koeln.de writes:

 Am 01.12.2010 02:19, schrieb Thomas S. Dye:
 Aloha Bernd,

 On Nov 30, 2010, at 1:23 PM, Bernd Weiss wrote:

 Dear all,

 I would like to use R objects across/among code blocks. Therefore, I
 included the header argument :session which then produces the
 following results:


 #+BEGIN_SRC R :results output :session
 x - 1
 x
 x + 1
 #+END_SRC

 #+results:
 :
 : [1] 1
 : [1] 2

 #+BEGIN_SRC R :results output :session
 x
 #+END_SRC

 #+results:
 : [1] 1


 How can I get rid of the first line of the first #+results-block? BTW:
 if I remove the :session argument this empty line disappears.


 #+BEGIN_SRC R
 x - 1
 x
 x + 1
 #+END_SRC

 #+results:
 : 2


 Hi Tom,

 Thanks for your reply!

 I should have noted that I am preparing a beamer presentation and I
 need all the code and the results. So, your answer does not solve my
 problem.

 Maybe this is another information I should have given: To control
 org-babel's behaviour, I am defining the following buffer-wide header
 arguments:

 #+BABEL: :results output replace :exports both :comments both :session


 Bernd

 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] [org-babel] R, :session and empty line in #+results

2010-12-01 Thread Bernd Weiss

Am 01.12.2010 10:01, schrieb Eric Schulte:

Hi Bernd,

I've just pushed up a change which should remove these empty lines.


Just updated my org-mode repository and it works great.

Thanks a lot!

Bernd

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] [org-babel] R, :session and empty line in #+results

2010-11-30 Thread Bernd Weiss

Dear all,

I would like to use R objects across/among code blocks. Therefore, I 
included the header argument :session which then produces the 
following results:



#+BEGIN_SRC R  :results output :session
x - 1
x
x + 1
#+END_SRC

#+results:
:
: [1] 1
: [1] 2

#+BEGIN_SRC R :results output :session
x
#+END_SRC

#+results:
: [1] 1


How can I get rid of the first line of the first #+results-block? BTW: 
if I remove the :session argument this empty line disappears.


Thanks for your help,

Bernd


P.S. As far as I can see my question is not related to Dr. Bate's 
question on Removing the blank lines between code and results blocks in 
LaTeX export 
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg29957.html


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode