From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jorge P. de Morais Neto" Subject: =?UTF-8?B?QnVnOiBvcmctYWdlbmRhLXRhZy1maWx0ZXItcHJlc2V0IG5vdCBy?= =?UTF-8?B?ZXNwZWN0ZWQgWzkuMy42ICg5LjMuNi0xOS1nZjM2MGY5LWVscGFwbHVzIEAg?= =?UTF-8?B?L2hvbWUvam9yZ2UvLmNvbmZpZy9lbWFjcy9lbHBhLzI3LjAvZGV2ZWxvcC9v?= =?UTF-8?B?cmctcGx1cy1jb250cmliLTIwMjAwMzAyLyld?= Date: Fri, 06 Mar 2020 09:06:35 -0300 Message-ID: <87v9nhit6c.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35062) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jABki-00069u-2w for emacs-orgmode@gnu.org; Fri, 06 Mar 2020 07:06:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jABkf-00052v-L3 for emacs-orgmode@gnu.org; Fri, 06 Mar 2020 07:06:51 -0500 Received: from knopi.disroot.org ([178.21.23.139]:42250) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jABkf-0004vw-7H for emacs-orgmode@gnu.org; Fri, 06 Mar 2020 07:06:49 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 388EF21AB5 for ; Fri, 6 Mar 2020 13:06:46 +0100 (CET) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fXEVe9-sTB-e for ; Fri, 6 Mar 2020 13:06:44 +0100 (CET) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi. Since version org-plus-contrib-20200302, my agenda is buggy. The bug did not occur in previous versions. To reproduce the bug: 1. Move away your .emacs.d, so that Emacs starts with a pristine configuration. 2. Start Emacs and eval the following Elisp: --8<---------------cut here---------------start------------->8--- (setq package-archives '(("org" . "https://orgmode.org/elpa/") ("gnu" . "https://elpa.gnu.org/packages/"))) (setq org-agenda-custom-commands '(("w" "Buggy" ((tags "now" nil)) ((org-agenda-tag-filter-preset '("+@w" "-dummy")))))) (setq org-agenda-files '("~/unison/report_org-agenda_bug/report_org_bug.org")) (setq org-tag-alist '(("now" . ?n) ("dummy") ("@w" . ?w))) --8<---------------cut here---------------end--------------->8--- 3. Install the latest org-plus-contrib package. 4. Write to ~/unison/report_org-agenda_bug/report_org_bug.org the following text: --8<---------------cut here---------------start------------->8--- * This entry should not appear in the agenda :now: --8<---------------cut here---------------end--------------->8--- 5. Execute M-x org-agenda RET w 6. Note that the offending entry does appear in the agenda. It should not appear, since it lacks the "@w" tag -- see the value of org-agenda-tag-filter-preset. This occurred in an updated Emacs 27 snapshot (guix package emacs-next). Regards ------------------------------------------------------------------------ Emacs : GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.13) Package: Org mode version 9.3.6 (9.3.6-19-gf360f9-elpaplus @ /home/jorge/.config/emacs/elpa/27.0/develop/org-plus-contrib-20200302/) -- - - I am Brazilian. I hope my English is correct and I welcome feedback. - Free Software Supporter: