From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: Best way to implement project specific captures Date: Sun, 26 Aug 2012 07:18:25 +0100 Message-ID: References: <871uiw5ve0.fsf@altern.org> <87y5l45a78.fsf@altern.org> 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]:50206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5WBD-0005pb-Sp for emacs-orgmode@gnu.org; Sun, 26 Aug 2012 02:18:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5WBC-00047T-OV for emacs-orgmode@gnu.org; Sun, 26 Aug 2012 02:18:39 -0400 Received: from plane.gmane.org ([80.91.229.3]:37550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5WBC-00047P-Hj for emacs-orgmode@gnu.org; Sun, 26 Aug 2012 02:18:38 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T5WBB-0000H7-2u for emacs-orgmode@gnu.org; Sun, 26 Aug 2012 08:18:37 +0200 Received: from client-82-26-142-48.pete-bam-1.adsl.virginmedia.com ([82.26.142.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Aug 2012 08:18:37 +0200 Received: from rileyrg by client-82-26-142-48.pete-bam-1.adsl.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Aug 2012 08:18:37 +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 Bastien writes: > Hi Richard, > > Richard Riley writes: > >> ALso it would be really really nice if it would >> use the existing org file if that file is on the agenda list and I dont >> specify a path component on the destination file variable in the >> template. > > Mhh... can't parse this, sorry :/ > > Can you re-explain again what you want? If you see my initial reply about which file is used to add the capture, its explained there - does this make sense? ,---- | > 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!) `---- The reply is that I should hard code the path but I'm really averse to this.