From mboxrd@z Thu Jan 1 00:00:00 1970 From: PT Subject: FILETAGS documentation clarification Date: Fri, 4 Sep 2009 16:13:28 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjbQD-0008IN-8i for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 12:13:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjbQ8-0008BW-Bz for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 12:13:56 -0400 Received: from [199.232.76.173] (port=37547 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjbQ8-0008BG-7N for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 12:13:52 -0400 Received: from mx20.gnu.org ([199.232.41.8]:51569) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MjbQ7-0003Oj-Ow for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 12:13:52 -0400 Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjbQ7-0002eH-7G for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 12:13:51 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MjbQ6-0003vP-8b for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 18:13:50 +0200 Received: from dsl51B79202.pool.t-online.hu ([81.183.146.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Sep 2009 18:13:50 +0200 Received: from spamfilteraccount by dsl51B79202.pool.t-online.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Sep 2009 18:13:50 +0200 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: emacs-orgmode@gnu.org 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. I suggest adding a sidenote about it to this page for new users, so they know filetags don't work automatically as soon as they are inserted into the file: http://orgmode.org/manual/Tag-inheritance.html