From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Default location for "./" with respect to capture file+headline Date: Sun, 07 Feb 2016 12:00:54 -0500 Message-ID: <87zivcfoah.fsf@kyleam.com> References: <877fii7asc.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSShu-0006ep-J6 for emacs-orgmode@gnu.org; Sun, 07 Feb 2016 12:01:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSShp-0007Qc-Jc for emacs-orgmode@gnu.org; Sun, 07 Feb 2016 12:01:06 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:55348 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSShp-0007Q0-Fw for emacs-orgmode@gnu.org; Sun, 07 Feb 2016 12:01:01 -0500 In-Reply-To: (John Hendy's message of "Sun, 7 Feb 2016 09:30:19 -0600") 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: John Hendy Cc: emacs-orgmode John Hendy writes: [...] > Thank you very much! That did it and let me run my "sandbox" org > capture demonstration nicely. > > So I can fish for myself next time, did you happen to just know this > relationship, or search the manuals for "capture"? I took a look at > the templates manual page and simply say file+headline used, though > with an absolute path. > - http://orgmode.org/manual/Capture-templates.html#Capture-templates It doesn't seem to be mentioned in the capture documentation (either the manual or org-capture-templates's docstring). I think I knew about org-directory from looking into something with org-read-agenda-file-list, which is another place it is used. Until recently, org-directory's docstring was stale for a long time and nobody noticed, so I'm guessing few people use the variable. I've updated org-capture-templates and the capturing section of the manual to mention org-directory. -- Kyle