Re: [O] Gather properties for use by babel source block?

2012-05-07 Thread Colin Hall
Tim Burt rochester.rr.com> writes: > > 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

Re: [O] Gather properties for use by babel source block?

2012-05-08 Thread Colin Hall
On Mon, May 07, 2012 at 10:16:36AM -0400, Eric Schulte wrote: > Colin Hall writes: > > > Tim Burt rochester.rr.com> writes: > >> > >> I want to gather data from properties into something that can be used by > >> a babel source block (e.g. plot the data

Re: [O] Gather properties for use by babel source block?

2012-05-09 Thread Colin Hall
On Tue, May 08, 2012 at 06:42:00AM -0400, Tim Burt wrote: > Colin Hall writes: > > > Tim Burt rochester.rr.com> writes: > >> > >> I want to gather data from properties into something that can be used by > >> a babel source block (e.g. plot the data

[O] Round-tripping data between org-mode table and sqlite db using python

2013-09-27 Thread Colin Hall
english TEXT); | ''') | con.commit() | con.close() ` Listing 3: Creating an empty database , | .mode column | .headers on | select * from translations; ` Listing 4: Dump records from the database on disk #