From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jude DaShiell Subject: Re: searching for csv utilities Date: Thu, 18 Jun 2015 20:58:09 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5kdK-0002JA-S6 for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 20:58:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5kdG-0007l4-Rw for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 20:58:14 -0400 Received: from mailbackend.panix.com ([166.84.1.89]:61478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5kdG-0007ky-Ot for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 20:58:10 -0400 Received: from panix3.panix.com (panix3.panix.com [166.84.1.3]) by mailbackend.panix.com (Postfix) with ESMTP id B75E3137F9 for ; Thu, 18 Jun 2015 20:58:09 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by panix3.panix.com (Postfix) with ESMTP id A11C62EB4E for ; Thu, 18 Jun 2015 20:58:09 -0400 (EDT) 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@gnu.org I spent time looking for vmode in info org using a regular expression search and couldn't find it either. That capability is probably in R though it may be under another name. I have emacs-ess package and R installed on this system though haven't used them yet. I also found sbcl so if it gets too difficult to get stuff done with R I'll have an option open to start studying common lisp and write a mode function I can use with common lisp in conjunction with orgmode. Interestingly, I did find pop_stdev() in postgresql but it turned out to be one of those situations like you were better off never having found that function since I managed to break a query that was working up until I added that extra code into it. I was using aliases and pop_stdev() needs explicit casting to work at all for some reason. That's what happens on learning curves every so often. --