emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org mode R remote code evaluation


From: Alexander Vorobiev
Subject: Re: [O] org mode R remote code evaluation
Date: Thu, 26 Sep 2013 12:28:19 -0500

#+BEGIN_SRC sql :engine postgresql :dir /grid: :results output :colnames yes
  select 2+2 as four, 1+1 as one;
#+END_SRC

#+RESULTS:
| 4\t2 |

It works! As you see there are still some problems with ob-sql (no column names and \t is not parsed correctly) but the remote execution seems to be fixed.

Thanks,
Alex


On Thu, Sep 26, 2013 at 11:53 AM, Michael Albinus <address@hidden> wrote:
Alexander Vorobiev <address@hidden> writes:

> Hi Michael,

Hi Alex,

> I can't apply the patch for some reason.

Strange.

> Could you send it and/or new ob-core.el as a attachment?

It's appended.

> Thanks,
> Alex

Best regards, Michael.



reply via email to

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