From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Tag search in agenda buffer and #+CATEGORY Date: Sat, 04 Nov 2006 21:01:49 +0100 Message-ID: <87psc30ymq.fsf@tallis.ilo.ucl.ac.uk> 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 1GgRiF-0003KM-4I for emacs-orgmode@gnu.org; Sat, 04 Nov 2006 15:01:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GgRiD-0003ID-Dv for emacs-orgmode@gnu.org; Sat, 04 Nov 2006 15:01:54 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GgRiD-0003I0-9y for emacs-orgmode@gnu.org; Sat, 04 Nov 2006 15:01:53 -0500 Received: from [213.36.80.91] (helo=mail.libertysurf.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GgRiC-0001f6-PZ for emacs-orgmode@gnu.org; Sat, 04 Nov 2006 15:01:52 -0500 Received: from tallis.ilo.ucl.ac.uk (91.164.58.68) by mail.libertysurf.net (7.3.117.3) id 453E0DFA00207891 for emacs-orgmode@gnu.org; Sat, 4 Nov 2006 21:01:50 +0100 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 Hi, Tag search from agenda buffer does not match a headline if it is followed by #+CATEGORY string, and following sublevel headlines are skipped as well. Example : * headline :tag: #+CATEGORY category ** sublevel headline 1 ** sublevel headline 1 Searching for "tag" from agenda buffer gives no result when #+CATEGORY is here. This problem does not happen from an org buffer with C-c \. Maybe use of #+CATEGORY in the middle of an org file is not orthodox ... but i prefer to have several categories instead of splitted files. I use org-mode 4.53 with org-tags-match-list-sublevels and org-use-tag-inheritance both turned on. Regards, -- Bastien