From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: A new module for Org-mode: Org-X Date: Sun, 14 Aug 2011 17:19:52 -0500 Message-ID: References: <2011-08-14T19-14-58@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qsj2D-0003Zr-RH for emacs-orgmode@gnu.org; Sun, 14 Aug 2011 18:19:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qsj2C-00047w-Dr for emacs-orgmode@gnu.org; Sun, 14 Aug 2011 18:19:57 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:55952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qsj2C-00047c-A5 for emacs-orgmode@gnu.org; Sun, 14 Aug 2011 18:19:56 -0400 Received: by gwaa20 with SMTP id a20so3152787gwa.0 for ; Sun, 14 Aug 2011 15:19:55 -0700 (PDT) In-Reply-To: <2011-08-14T19-14-58@devnull.Karl-Voit.at> (Karl Voit's message of "Sun, 14 Aug 2011 19:32:31 +0200") 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 Karl Voit writes: > Wow. This looks like exactly what I want to achieve with the > =C2=ABMemacs=C2=BB project on [1]. We certainly need to exchange ideas and > code :-) They sure do sound similar in spirit!! It's like we are tuned to the same wavelength. :) > Our plan is to use Python to simply generate org (archive) files from > different sources since we do have no ELISP knowledge and Python does > already have beautiful libraries for RegEx, string manipulation, XML, JSO= N, I have to say that one of my personal requirements is that such a system be implemented as much in Emacs Lisp as possible. I hate debugging code that's "in between" Emacs and some other system. Plus, I have excellent documentation, debugging and profiling resources available to me in Emacs, = but I've never found anything close to equivalent in Python (and I've tried them all: ipython, pydb, ropemacs, etc). Developing in Emacs is just so efficie= nt and fun, that I do it as much for recreation as to get things done. > We do not have any code yet but two of my students began to work on the > project. Are they Lisp programmers? If so, perhaps we could combine our efforts. There are many backends I'd like to write -- such as one that automatically records "ticked" articles in my Inbox as linked Org tasks -- but I only have so much time in each day. Since my own needs are immediate for this project, I should have the first three backends for Org-X completed by month's end. By that time, the core = API should be stable and I'll be ready to merge this code into main. I've also been writing for org.texi at the same time, so it will come fully documented when it arrives. John