From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Babel shell error Date: Thu, 22 Nov 2012 16:19:49 -0700 Message-ID: <87zk29gr59.fsf@gmail.com> References: <20121121194742.GA6013@cardamom.adamsinfoserv.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbg5c-0001bG-JD for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 18:21:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tbg5Y-0006L3-C0 for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 18:21:48 -0500 Received: from mail-ie0-f169.google.com ([209.85.223.169]:58808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbg5Y-0006Kz-6w for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 18:21:44 -0500 Received: by mail-ie0-f169.google.com with SMTP id 10so15449241ied.0 for ; Thu, 22 Nov 2012 15:21:43 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Russell Adams 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