From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivanov Dmitry Subject: programming for org-mode Date: Thu, 15 Jul 2010 08:52:02 +0400 Message-ID: <3910304564.20100715085202@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=44734 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZGQX-0005Bu-39 for emacs-orgmode@gnu.org; Thu, 15 Jul 2010 00:52:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZGQW-0004ER-2i for emacs-orgmode@gnu.org; Thu, 15 Jul 2010 00:52:04 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:43256) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZGQV-0004EF-Qv for emacs-orgmode@gnu.org; Thu, 15 Jul 2010 00:52:04 -0400 Received: by bwz9 with SMTP id 9so427283bwz.0 for ; Wed, 14 Jul 2010 21:52:01 -0700 (PDT) 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 Hi, can anyone give me a tutorial for org-mode programming and it's API. I just read Eric Schultes module org-collector.el, but I can't understand the code: how it is organized and how to write the elisp for org-mode. Can anyone help?