From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id KF4/IZknZl88LwAA0tVLHw (envelope-from ) for ; Sat, 19 Sep 2020 15:45:29 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 0A42HZknZl+6CAAAB5/wlQ (envelope-from ) for ; Sat, 19 Sep 2020 15:45:29 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EDBF39402B0 for ; Sat, 19 Sep 2020 15:45:28 +0000 (UTC) Received: from localhost ([::1]:54768 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kJf3H-0000rU-LG for larch@yhetil.org; Sat, 19 Sep 2020 11:45:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37958) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJeCf-00008F-ML for emacs-orgmode@gnu.org; Sat, 19 Sep 2020 10:51:05 -0400 Received: from static.54.88.40.188.clients.your-server.de ([188.40.88.54]:41697 helo=mail.net2.ch) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJeCd-0005pC-BI for emacs-orgmode@gnu.org; Sat, 19 Sep 2020 10:51:05 -0400 To: emacs-orgmode@gnu.org Subject: Bug: Org-mode v3.8 tag hierarchy [9.3.3 (release_9.3.3 @ /home/user/.emacs.d/org-mode/lisp/)] From: Leon Weber Message-ID: Date: Sat, 19 Sep 2020 16:50:51 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Received-SPF: pass client-ip=188.40.88.54; envelope-from=leon.weber@net2.ch; helo=mail.net2.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/19 10:50:52 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sat, 19 Sep 2020 11:37:51 -0400 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -0.51 X-TUID: qs21NbyzZ0gv Hi together, I recently updated from org-mode version 9.1.8 to 9.3. I noticed a problem with group tags / tag hierarchy in the agenda-view (Agenda for current week or day). Example File: -------------- #+TAGS: [ PARENT : CHILD1 CHILD2 ] * test1 :CHILD1: SCHEDULED: <2020-09-14 Mon> * test2 :CHILD2: SCHEDULED: <2020-09-14 Mon> -------------- If I filter by the 'PARENT' tag, with the function 'org-agenda-filter-by-tag' (in the agenda daily view) in version 9.1.8 I get all the child entries. In version 9.3.8 however this does not work anymore. Does anyone know if this is intentional? I didn't find anything in the release notes about this. Tested on a vanilla Emacs installation version 26.3 and 27.1. Emacs : GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.22, cairo version 1.17.3) of 2020-08-28 Package: Org mode version 9.3.3 (release_9.3.3 @ /home/user/.emacs.d/org-mode/lisp/)