[O] data tables produced by shell source block

2014-03-12 Thread Ken Mankoff
The babel sh example here: http://orgmode.org/worg/org-contrib/babel/intro.html#source-code-execution says (and shows), Babel automatically converts the output into an Org-mode table.. When I run that same code #+name: directories #+begin_src sh :results replace cd ~ du -sc * |grep -v

Re: [O] data tables produced by shell source block

2014-03-12 Thread Ken Mankoff
Ohp. Nevermind. Sorry for the noise. I have a default of :results output, and when I set :results value it works. -k. On 2014-03-12 at 16:08, Ken Mankoff wrote: The babel sh example here: http://orgmode.org/worg/org-contrib/babel/intro.html#source-code-execution says (and shows), Babel

Re: [O] data tables produced by shell source block

2014-03-12 Thread Thomas S. Dye
Aloha Ken, Running emacs -Q, initialized to point to an up-to-date Org mode, this works for me. I evaluate this source code block so babel recognizes shell source code blocks: #+BEGIN_SRC emacs-lisp (org-babel-do-load-languages 'org-babel-load-languages '((sh . t))) #+END_SRC #+RESULTS: |