From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Elston Subject: Re: Announcing my Python module to read org-mode files Date: Mon, 16 Mar 2009 11:28:56 -0700 Message-ID: <49BE9A68.5020604@advantest-ard.com> References: <49BC77EF.9060102@optusnet.com.au> Reply-To: m.elston@advantest-ard.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LjHZT-0002CR-SS for emacs-orgmode@gnu.org; Mon, 16 Mar 2009 14:29:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjHZN-0002Bt-Fe for emacs-orgmode@gnu.org; Mon, 16 Mar 2009 14:29:55 -0400 Received: from [199.232.76.173] (port=59833 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjHZN-0002Bq-Bc for emacs-orgmode@gnu.org; Mon, 16 Mar 2009 14:29:49 -0400 Received: from [192.84.20.196] (port=3146 helo=mailhub.ardeng.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LjHZM-0007gM-R0 for emacs-orgmode@gnu.org; Mon, 16 Mar 2009 14:29:49 -0400 In-Reply-To: <49BC77EF.9060102@optusnet.com.au> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Charles, * Charles Cave wrote (on 3/14/2009 8:37 PM): > Over the last couple of months I have developed a Python module > to read an org-mode file and return the nodes as a list > of objects. The module is the basis of a Python/TK GUI > program to display a "Word of the Day" (another article > will be published about this program soon). > This looks interesting. I had started a thread about a month ago dealing with reading and writing org files from an external process. I already was extracting data from external sources and writing these files but I didn't have a way of effectively *updating* these files, only overwriting them. This looks like what I was looking for to allow me to accomplish this. The only thing better would be a way to use this package to update the nodes and then write them back out. Hmmmmm...... Mark