From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Feature Request? #+CONFIG keyword - to abstract more configuration into org files, Date: Thu, 22 Oct 2009 16:10:20 -0400 Message-ID: <87tyxr5gwj.fsf@gollum.intra.norang.ca> References: <3d6808890910221255j3ed36d34t63366fb6da3309d2@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 1N13zP-0001zs-3f for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 16:10:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N13zL-0001zQ-Id for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 16:10:26 -0400 Received: from [199.232.76.173] (port=60995 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N13zL-0001zL-Ds for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 16:10:23 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:62089) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N13zL-00022p-5Y for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 16:10:23 -0400 In-Reply-To: <3d6808890910221255j3ed36d34t63366fb6da3309d2@mail.gmail.com> (Tim O'Callaghan's message of "Thu\, 22 Oct 2009 21\:55\:47 +0200") 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: Tim O'Callaghan Cc: org-mode "Tim O'Callaghan" writes: > Simply, > > Expand the #+ in-org file configuration possibilities with > a #+CONFIG or similar keyword. > > The idea being to abstract more configuration into actual org files, > and let extensions have an easy way to use #+KEYWORD configuration. I > expect it could also be used to auto-load suitably registered > extensions/contributions. > > So for example, my org-action-verb extension might use a line like: > > #+CONFIG org-action-verb TODO|NEXT Address Ask Buy Change Clarify > > Where there is handler function CONFIG:org-action-verb, that is > defined as auto-loadable and called with the rest of the line to > configure the extension. > > I guess this mechanism could also be extended to abstract more > core-org configuration - such as agenda keys, stuck projects, or > whatever. > > what do people think? Can you use the #+BIND: keyword to set arbitrary variables and achieve the same result? -Bernt