emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Babel shell error


From: Eric Schulte
Subject: Re: [O] Babel shell error
Date: Thu, 22 Nov 2012 16:19:49 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Russell Adams <address@hidden> writes:

> It appears that in ob-sh.el function org-babel-sh-evaluate fails to
> honor other result types like latex.
>
> Adding latex to the result params test allows proper exporting of
> shell which results in latex code, otherwise it is imported with
> spaces separated into |'s to make a table.
>
> Verified against 7.9.2 repo.
>

This works in the current git head.

#+begin_src sh :results latex
  echo "\tt{shell}"
#+end_src

-- 
Eric Schulte
http://cs.unm.edu/~eschulte



reply via email to

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