From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org reserved and special words in drawers Date: Mon, 24 Dec 2012 02:49:03 +0100 Message-ID: <87a9t4te28.fsf@bzg.ath.cx> References: <1352210038.36570.YahooMailNeo@web29801.mail.ird.yahoo.com> <87625i8yoa.fsf@gmail.com> <1352221405.73627.YahooMailNeo@web29802.mail.ird.yahoo.com> <87pq3q7iny.fsf@gmail.com> <5750CCC1-3900-4FDC-8525-A51B7D85958C@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmxAD-0007AD-0X for emacs-orgmode@gnu.org; Sun, 23 Dec 2012 20:49:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TmxAA-0002Jq-BL for emacs-orgmode@gnu.org; Sun, 23 Dec 2012 20:49:08 -0500 Received: from mail-wi0-f179.google.com ([209.85.212.179]:33402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmxAA-0002Jf-51 for emacs-orgmode@gnu.org; Sun, 23 Dec 2012 20:49:06 -0500 Received: by mail-wi0-f179.google.com with SMTP id o1so3809008wic.6 for ; Sun, 23 Dec 2012 17:49:05 -0800 (PST) In-Reply-To: <5750CCC1-3900-4FDC-8525-A51B7D85958C@gmail.com> (tony day's message of "Wed, 7 Nov 2012 14:33:07 +1100") 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: tony day Cc: Org-mode Hi Tony, tony day writes: > I've been thinking about a patch for org-mode that would give an > option to place various org concepts in a drawer rather than > automatically in the body of the document. The overall idea is that > for some use cases, it makes sense to disturb the underlying content > as little as possible. In other words, we could then /apply/ org-mode > on a document rather than transforming a document into an org > document. > > Is this doable or is it a crazy amount of work for little benefit? What is doable is to try to enhance Org so that less stuff come in the way, sure. What we may think about is a "Org readable exchange format (oref?)", which would take the output of Nicolas' parser, export it in Org-mode using some specific properties like "TAGS:" "TODO:" etc. > The org concepts I've penciled in are: > > ** tags > > What might be the best scheme for defining tags as properties rather > than in headlines? See above. > ** scheduled, closed, deadline > > It should be possible to put these in drawers. There is a plan for this, yes. > ** =todo= > > Can we put =todo= keywords in drawers but still easily use all the > org-mode technology surrounding them? See above. > ** item > > Would it be at all possible to define an item without actually adding > a header? One solution that comes to mind is to define an item (or a > subtree in other words) as all content until the next properties drawer. > > Is there anything else missing from this list? Maybe you can start working on a org-e-oref exporter, storying *all* metadata into properties? ... Don't know where it will lead, but who knows? -- Bastien