emacs-orgmode
[Top][All Lists]
Advanced

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

[O] babel sh session eats '>' after first src block


From: George Jones
Subject: [O] babel sh session eats '>' after first src block
Date: Sat, 26 Apr 2014 11:20:57 -0400

This may be expected behavior, but it was unexpected to me:
'>' in sh :session output eaten after first src block.

Clues, RFTMs (I tried), workarounds?

Thanks,
---George Jones

----------------------------redirect-test.org---------------------

* Session output with ">" works first time, not subsequent times

  #+BEGIN_SRC sh 
  echo 'one > two' > foobar.txt
  #+END_EXAMPLE

  #+BEGIN_SRC sh :results output :exports both :session session1
  cat foobar.txt
  #+END_SRC

  #+RESULTS:
  : 
  : one > two


  #+BEGIN_SRC sh :results output :exports both :session session1
  cat foobar.txt
  #+END_SRC

  #+RESULTS:
  : 
  : two


reply via email to

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