From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Cave Subject: Updated version of my Orgnode module Date: Fri, 26 Jun 2009 22:14:49 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKJhN-0003rG-9r for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 18:15:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKJhI-0003pI-Sa for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 18:15:09 -0400 Received: from [199.232.76.173] (port=37434 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKJhI-0003pF-Pa for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 18:15:04 -0400 Received: from main.gmane.org ([80.91.229.2]:54912 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MKJhI-0003al-8y for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 18:15:04 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MKJhG-0001rI-JJ for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 22:15:03 +0000 Received: from c211-30-34-34.rivrw6.nsw.optusnet.com.au ([c211-30-34-34.rivrw6.nsw.optusnet.com.au]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Jun 2009 22:15:02 +0000 Received: from charles_cave by c211-30-34-34.rivrw6.nsw.optusnet.com.au with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Jun 2009 22:15:02 +0000 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 I have updated my Python module "Orgnode" which reads an org-mode file and presents the information as Orgnode objects with methods for retrieving the various pieces of information What's new: - The Priority of a Headline (A, B or C) can be retrieved with the Priority() method - Tags() returns a list of all tags in a headline. The only method I had previousy was Tag() which returned the first tag - hasTag(TAG) - returns true of the heading contains the tag TAG - I fixed a bug where the properties in the last node were not stored. Article and download link are on this page: http://members.optusnet.com.au/~charles57/GTD/orgnode.html Charles