From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: Best way to implement project specific captures Date: Wed, 22 Aug 2012 22:12:39 +0100 Message-ID: References: Reply-To: emacs-orgmode@gnu.org Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4IQL-0007KG-VH for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 17:25:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4IQI-0007le-1s for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 17:25:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:59061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4IQH-0007jC-RI for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 17:25:09 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T4IER-0002Yz-TW for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 23:12:55 +0200 Received: from client-86-31-177-231.oxfd.adsl.virginmedia.com ([86.31.177.231]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2012 23:12:55 +0200 Received: from rileyrg by client-86-31-177-231.oxfd.adsl.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2012 23:12:55 +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: emacs-orgmode@gnu.org Sylvain Rousseau writes: > Have a look at https://github.com/thisirs/org-context : Context agenda and capture for Org-mode > > It dynamically adds templates depending on the buffer you are currently editing. New templates are available with the key > "c" or merged if there is no conflict with existing ones. > > Hope this helps, > > Sylvain. > Org and its users/contributors never cease to impress me! Thanks!