From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Best way to implement project specific captures Date: Wed, 22 Aug 2012 16:37:16 +0200 Message-ID: <878vd79en7.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4C3K-00048t-CU for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 10:37:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4C3E-0004TJ-Jp for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 10:37:02 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:42431) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4C3E-0004TD-DM for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 10:36:56 -0400 Received: by wgbez12 with SMTP id ez12so676186wgb.30 for ; Wed, 22 Aug 2012 07:36:55 -0700 (PDT) In-Reply-To: (Sylvain Rousseau's message of "Wed, 22 Aug 2012 13:48:52 +0200") 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: Sylvain Rousseau Cc: emacs-orgmode@gnu.org Hi Sylvain, Sylvain Rousseau writes: > Have a look at https://github.com/thisirs/org-context : Context > agenda and capture for Org-mode I *love* it! This would be a great addition to contrib/lisp/ -- doors are open, just ring the bell. One possible enhancement: allow using only the capture/agenda template instead of the full template in `org-context-capture-alist' and `org-context-agenda-alist'. For example, it would be easy to read/write (setq org-context-capture-alist '(("*el" . ("a" "b")) ("*org" . ("c" "d")))) `a' and `b' being templates (triggered in *el files) already defined in `org-capture-templates'. I guess this would speed up adoption of org-context... but again, thanks for this! -- Bastien