From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Burt Subject: Gather properties for use by babel source block? Date: Tue, 02 Aug 2011 19:57:55 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoOqW-0005sh-D8 for emacs-orgmode@gnu.org; Tue, 02 Aug 2011 19:58:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QoOqV-0005SY-9t for emacs-orgmode@gnu.org; Tue, 02 Aug 2011 19:58:00 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]:62442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoOqV-0005SG-7x for emacs-orgmode@gnu.org; Tue, 02 Aug 2011 19:57:59 -0400 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 I want to gather data from properties into something that can be used by a babel source block (e.g. plot the data). Searches in the manual, worg, and gmane have not yielded the method, but my best guess is that I've missed it. If so, this is simply a request for a pointer to the documentation I should read. BACKGROUND: I'm trying to complete a workflow where I capture data over time and periodically operate with it (e.g. put into a database and plot). The excellent documentation for orgmode has made certain parts easy going, but the current obstacle is extracting properties that can subsequently be operated on in babel source blocks. + [X] Capture data into properties using templates + [X] View tables of properties in org file * [X] use columnview dynamic block * [X] use org-collector + [ ] Gather properties for use by babel source block + [-] Operate on the gathered properties * [-] SQL or SQLite - [X] follow simple tutorials for proof of principle - [ ] populate database with gathered properties * [-] R - [X] follow simple tutorials - [ ] calculate statistics and populate database - [ ] plot from database - [ ] plot from table in org file Good evening, Tim