From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Any way to include filetags in tags completion? Date: Fri, 16 Oct 2009 19:42:29 -0400 Message-ID: <8763aehpne.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MywT4-0004Jt-JG for emacs-orgmode@gnu.org; Fri, 16 Oct 2009 19:44:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MywSy-0004Ek-Vy for emacs-orgmode@gnu.org; Fri, 16 Oct 2009 19:44:17 -0400 Received: from [199.232.76.173] (port=57416 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MywSy-0004Ee-Te for emacs-orgmode@gnu.org; Fri, 16 Oct 2009 19:44:12 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:51540) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MywSy-0001cX-B8 for emacs-orgmode@gnu.org; Fri, 16 Oct 2009 19:44:12 -0400 Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id A5BE4B149A for ; Fri, 16 Oct 2009 19:44:09 -0400 (EDT) Received: from archeee (adsl-99-190-82-34.dsl.klmzmi.sbcglobal.net [99.190.82.34]) by mail.messagingengine.com (Postfix) with ESMTPSA id 37CF3938E for ; Fri, 16 Oct 2009 19:44:09 -0400 (EDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Hi everyone, I've searched the org-mode variables and can't seem to find a way to get filetags included in tags completion. In other words, when I press "TAB" to see the org-global-tags-completion-table while entering a tag or filtering for tags in the agenda, only tags associated with headlines are offered for completion. Is there a way to include filetags in the completion table? I ask because I frequently use filetags (such as "finances" and "household") to filter the agenda and would prefer (lazy emacs user that I am) not to have to type the entire word. Thanks for your help. Matt