From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: Is there a good way to use org as blog system? Date: Wed, 30 Sep 2009 19:43:22 -0600 Message-ID: References: <83eipo4wd0.fsf@ymail.com> <874oqkh6cj.fsf@anzu.internal.golden-gryphon.com> <62b3fb50909301817w1bfdee96u128bf14c7fe553b2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtAhg-00020w-UI for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 21:43:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtAhc-0001sW-7L for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 21:43:32 -0400 Received: from [199.232.76.173] (port=60765 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtAhc-0001sQ-4q for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 21:43:28 -0400 Received: from mail-yx0-f191.google.com ([209.85.210.191]:45809) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtAhb-00066J-Ri for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 21:43:27 -0400 Received: by yxe29 with SMTP id 29so7188188yxe.14 for ; Wed, 30 Sep 2009 18:43:27 -0700 (PDT) In-Reply-To: <62b3fb50909301817w1bfdee96u128bf14c7fe553b2@mail.gmail.com> (Nagarjuna G.'s message of "Thu, 1 Oct 2009 06:47:07 +0530") 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: "Nagarjuna G." Cc: emacs-orgmode@gnu.org "Nagarjuna G." writes: > org offers multiple ways of solving problems. worg, blorg, and > Manoj's perl script, and I am sure there will be others. I am now > thinking on the following idea: > > Using the new features (babel) added in the fresh release of org, it > is indeed possible to provide a minor mode in gnowsys-mode (see the > other thread posted on 30th October) to publish the notes with > relations and attributes (tagging, categorizing) etc. in Plone > (gnowsys currently uses Zope/Plone for webservices). > > It is high time that we should work on a emacs-engine (as a > webservice) that performs elisp functions so that several of the org > functions can be used independently. This will proliferate org's use > beyond imagination. > I started down this path some months ago and generated the following as a sort of tentative exploration http://github.com/eschulte/simple-server which makes use of http://www.emacswiki.org/emacs/EmacsEchoServer and httpd.el at http://emarsden.chez.com/downloads/ It is certainly possible to go further... > > Doesn't such an emacs-engine already exist? Couldn't we use emacs in > batchmode to achieve this? Any guidance is welcome. > it is currently possible to hand single elisp statements to Emacs in batch mode, however startup time (starting Emacs, loading all elisp files, and implementing any .emacs customization) is an issue. To the best of my knowledge there is nothing like an elisp REPL currently implemented, although it would be possible and there has been scattered discussion on this topic Best -- Eric