From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Albinus Subject: Re: org mode R remote code evaluation Date: Thu, 26 Sep 2013 19:43:46 +0200 Message-ID: <87had7xyul.fsf@gmx.de> References: <87d2ownbtv.fsf@hornfels.zedat.fu-berlin.de> <87r4ce2x8k.fsf@gmx.de> <87mwn22vy8.fsf@gmx.de> <878uymyser.fsf@gmx.de> <87y56li3je.fsf@gmx.de> <87mwn0u5sh.fsf@gmail.com> <87wqm4yb8w.fsf@gmx.de> <87k3i4knns.fsf@gmx.de> <87mwmzy16d.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPFbf-0007Rf-1K for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 13:44:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPFbX-0006Si-NX for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 13:44:02 -0400 Received: from mout.gmx.net ([212.227.15.18]:59846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPFbX-0006SZ-D5 for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 13:43:55 -0400 Received: from detlef.gmx.de ([91.41.130.35]) by mail.gmx.com (mrgmx103) with ESMTPS (Nemesis) id 0LzKQf-1VuLHc2IqX-014RL4 for ; Thu, 26 Sep 2013 19:43:54 +0200 In-Reply-To: (Alexander Vorobiev's message of "Thu, 26 Sep 2013 12:28:19 -0500") 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: Alexander Vorobiev Cc: Loris Bennett , emacs-orgmode , Johannes Rainer Alexander Vorobiev writes: > #+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. Great! I will prepare the patch tomorrow, as instructed by Eric. > Thanks, > Alex Best regards, Michael.