From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis Anaya Subject: Re: is there some example for parse org-mode file in emacs lisp script mode ? Date: Wed, 25 Jul 2012 11:45:57 -0400 Message-ID: References: <20120723235524.GA27239@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Su3ms-0007Eb-CW for emacs-orgmode@gnu.org; Wed, 25 Jul 2012 11:46:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Su3mo-0005Zh-A1 for emacs-orgmode@gnu.org; Wed, 25 Jul 2012 11:46:10 -0400 Received: from blu0-omc1-s25.blu0.hotmail.com ([65.55.116.36]:31591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Su3mo-0005ZU-6P for emacs-orgmode@gnu.org; Wed, 25 Jul 2012 11:46:06 -0400 In-Reply-To: (Tongzhu Zhang's message of "Tue, 24 Jul 2012 17:02:57 +0800") 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: Tongzhu Zhang Cc: emacs-orgmode@gnu.org Tongzhu Zhang writes: I've been slowly working on these, but my boss is on holidays and I have to cover for him. I get all the work, none of the perks. I've been squeezing development between boring meetings. (which one just popped up on outlook :( ) I cleaned up most of the fluff from the org-e-man.el. If you want to try it and give me some feedback, it would be appreciated. Now numbered lists are supported. :). I'm now working on cleaning up org-e-groff.el I changed the way document classes are defined to make it more compact being that Groff does not change header markers like LaTeX. Now they look, for example: #+begin_src emacs-lisp ("file" ".MT 1" (:heading 'default :type "memo" :last-section "toc")) #+end_src My plan is to define the options that are related to the class in the class definition, and any exceptions in the #+GROFF_CLASS_OPTION However I'm trying to thread lightly not to create a lot of options. For that I added a custom type for allowing adding your own Groff code. I also added support for COVER documents in addition to MT ones, which are marked as :type "cover" and "type "memo" It's still in the works. If you want to play with it go ahead. Luis > cool ! > I'll keep an eye on it, thanks ! > On Tue, Jul 24, 2012 at 7:55 AM, Suvayu Ali > wrote: > > On Sun, Jul 22, 2012 at 04:40:45PM +0800, Tongzhu Zhang wrote: > > > > help command_a will display : > > > > some description or params for this command > > > > If you wait a few weeks, Luis Anya's org-e-man.el exporter for man pages > might be ready. You can actually try the current version too. > > https://github.com/papoanaya/emacs_utils > > Check the mailing list archives for more information. > -- > Suvayu > > Open source is the future. It sets us free. -- Luis R. Anaya papo anaya aroba hot mail punto com "Do not use 100 words if you can say it in 10" - Yamamoto Tsunetomo