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 23:54:49 +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]:34905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4JpS-00056w-Oh for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 18:55:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4JpJ-0003YT-LK for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 18:55:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:43941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4JpJ-0003Vv-EB for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 18:55:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T4JpH-0004Xq-Et for emacs-orgmode@gnu.org; Thu, 23 Aug 2012 00:55:03 +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 ; Thu, 23 Aug 2012 00:55:03 +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 ; Thu, 23 Aug 2012 00:55:03 +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 Richard Riley writes: > 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. >> > > Hi, > > I'm not sure if the error (?!) is mine or on your side - possibly error > is the wrong word. See this img here > > http://i.imgur.com/Tvdgx.png > > When I hit C-c c I then hit c for my customised "j" template its > recreating shamrock/barwebs.org (see status line) as opposed to using > the existing barwebs.com which I have referenced via org-agenda-files ^^^^^^^^^^^ this should say barwebs.org of course, sorry for the confusion. > '("~/.orgfiles" "~/webs/.orgfiles"). > > Can you advise further? (Looks great regardless btw!)