From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Adding tags when capturing? Date: Thu, 20 Dec 2012 12:05:58 +0100 Message-ID: References: , , , , <87mwx9au0p.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tldww-00049M-76 for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 06:06:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tldwu-0006y2-LO for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 06:06:02 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:53894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tldwu-0006vX-Cl for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 06:06:00 -0500 In-reply-to: <87mwx9au0p.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode , Carsten Dominik Bastien writes: > Hi Alan, > > Alan Schmitt writes: > >> So is there a way to tell capture to search for the tags in todo.org >> instead of refile.org (which does not contain any)? > > If refile.org does not contain any tags, the simple fix is to add the > tags in todo.org to refile.org. Or am I missing something? Of course, I was looking in the wrong place. I was reading the documentation for capture, but I found all I actually needed in "6.2, Setting tags". I'll probably set up 'org-tag-alist' for this (I just discovered one can also have tag shortcuts, nice!) Thanks for pushing me in the right direction, Alan