From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: FILETAGS documentation clarification Date: Fri, 04 Sep 2009 16:32:58 -0400 Message-ID: <873a728n7p.fsf@fastmail.fm> References: 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 1MjfT2-00017z-5D for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 16:33:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjfSx-00014U-1s for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 16:33:07 -0400 Received: from [199.232.76.173] (port=52099 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjfSw-00014K-Un for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 16:33:02 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:50969) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjfSw-0002GD-Kr for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 16:33:02 -0400 In-Reply-To: (PT's message of "Fri, 4 Sep 2009 16:13:28 +0000 (UTC)") 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: PT Cc: emacs-orgmode@gnu.org PT writes: > I tried FILETAGS for the first time and it failed to work and it > took a while until I found out why. > > I assumed orgfiles are scanned dynamically for filetags, so I > don't have to do anything just write it into the file. Turned out I > had to reload the file as well, because org cached filetag info. Any time you change one of the in-buffer settings line (e.g., #+FILETAGS), you need to refresh the buffer by hitting C-c C-c on the new or updated line. You don't have to reload the file. Here's the information in the manual: http://orgmode.org/manual/In_002dbuffer-settings.html Best, Matt