From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: ob-rec.el Date: Fri, 15 May 2015 23:07:15 -0400 Message-ID: <87bnhlrzj0.fsf@pierrot.dokosmarshall.org> References: <55569AFB.3010309@verizon.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtSRp-0004Z6-1H for emacs-orgmode@gnu.org; Fri, 15 May 2015 23:07:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YtSRl-0002CE-HF for emacs-orgmode@gnu.org; Fri, 15 May 2015 23:07:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:48632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtSRl-0002C3-9z for emacs-orgmode@gnu.org; Fri, 15 May 2015 23:07:29 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YtSRj-0005mI-NT for emacs-orgmode@gnu.org; Sat, 16 May 2015 05:07:27 +0200 Received: from pool-108-7-223-120.bstnma.fios.verizon.net ([108.7.223.120]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 May 2015 05:07:27 +0200 Received: from ndokos by pool-108-7-223-120.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 May 2015 05:07:27 +0200 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 Charles Millar writes: > It appears that ob-rec.el is in org-mode - somewhere - because when I > evaluate > > #+begin_src rec :data Testrec2.rec > > #+end_src > > > the output in the is > > no org-babel execute function for rec > > However once I add (rec . t) to my org-babel-load-languages and restart > emacs and then evaluate the block, etc. > > #+begin_src rec :data Testrec2.rec > > #+end_src > > #+RESULTS: > | %Bar | %Baz | > |--------------+--- --------| > | entrybar1 | entrybaz1 | > | entrybar2 | entrybaz2 | > > So first question - where is ob-rec.el in org-mode? > M-x locate-library RET ob-rec RET In my case, ob-rec was not present (but see below). > Second - should rec-utils be added as a supported language or should > some reference be made so that users know to add (rec . t) to their > org-babel-load-languages, if so desired? > I downloaded recutils-1.7.tar.gz from http://ftp.gnu.org/gnu/recutils/ and, after unpacking it, found rec-mode.el and ob-rec.el in the etc/ subdirectory of the unpacked tarball. Maybe you can add a pointer to where to get it (and a few words about what it does) to http://orgmode.org/worg/org-contrib/babel/languages.html on Worg. N.B. the language should be "rec", not "rec-utils". -- Nick