From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: Re: Implementing Org-mode tools in languages other than ELISP Date: Mon, 06 Jan 2014 20:47:08 -0500 Message-ID: <87zjn836n7.fsf@iro.umontreal.ca> References: <2013-11-22T17-28-29@devnull.Karl-Voit.at> <3414130.xOGDSAomuL@descartes> <2013-11-22T17-57-08@devnull.Karl-Voit.at> <81482742.cUeHUGJmrV@descartes> <2013-11-24T13-29-07@devnull.Karl-Voit.at> <878uuvssi8.fsf@bzg.ath.cx> <87fvp3snof.fsf@iro.umontreal.ca> <87zjnaidlz.wl%n142857@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0LlB-0000ky-ST for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 20:47:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0Ll7-0003La-3v for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 20:47:13 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:57507 helo=mercure.progiciels-bpi.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0Ll6-0003LW-Un for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 20:47:09 -0500 In-Reply-To: <87zjnaidlz.wl%n142857@gmail.com> (Daniel Clemente's message of "Sun, 05 Jan 2014 23:43:04 +0700") 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@gnu.org Daniel Clemente writes: >> I dream of having a general Python parser for Org mode files, knowing >> every bit about the current syntax for Org files, surrounded by enough >> Python machinery to make it useful. > Try PyOrgMode (https://github.com/bjonnh/PyOrgMode), it works for some > files (but still needs corrections: it crashes with date formats, with > bold markers, etc.). Hi, Daniel. As Karl points out (in a kind way), PyOrgMode is rather far from "knowing every bit about the current syntax for Org files". My feeling is that this effort should be restarted afresh. > You don't need a Lisp interpreter written in Python, only Python code > that understands org syntax without getting confused. Well, I would prefer a Python-only solution, rather than requiring Emacs and using it under the scene. Fran=C3=A7ois