From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan BISSON Subject: Re: A python module for orgmode files Date: Tue, 14 Dec 2010 01:24:57 +0100 Message-ID: <4D06B959.10404@gmail.com> References: <4d06530d.883edc0a.0ab2.fffff5f6SMTPIN_ADDED@mx.google.com> <4D06ACE3.2010007@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=43286 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSIVB-0001zx-07 for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 19:12:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSIUg-0005Ig-NC for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 19:11:51 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:36320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSIUg-0005IX-DY for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 19:11:50 -0500 Received: by wyj26 with SMTP id 26so42346wyj.0 for ; Mon, 13 Dec 2010 16:11:49 -0800 (PST) In-Reply-To: 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: Chris Malone Cc: Jeff Horn , emacs-orgmode@gnu.org On 12/14/2010 01:03 AM, Chris Malone wrote: > I guess the real question is: did you write the org-mode-parsing Python > code using org-mode? ;-) No but I was thinking that would be nice to fold classes and get TODO items (and even scheduled ones) Maybe using # as a "star". I don't know if it it possible to couple python-mode to org-mode > Looks promising, and I'll see if there is anything I can contribute, > although I am currently more familiar with Python than org-mode. Thanks Jeff and Chris, I would be happy to see what can be done with this. (I'm trying to follow the http://www.python.org/dev/peps/pep-0008/ Python Style Guide for the code to be clean and understandable) J.