From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id QFKfLQ1x4l+WVgAA0tVLHw (envelope-from ) for ; Tue, 22 Dec 2020 22:19:57 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id wCyeKQ1x4l9qDAAAbx9fmQ (envelope-from ) for ; Tue, 22 Dec 2020 22:19:57 +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 B926B9402A5 for ; Tue, 22 Dec 2020 22:19:56 +0000 (UTC) Received: from localhost ([::1]:36976 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1krq0Z-0004XD-Bq for larch@yhetil.org; Tue, 22 Dec 2020 17:19:55 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:50220) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krpzS-0004X2-L3 for emacs-orgmode@gnu.org; Tue, 22 Dec 2020 17:18:46 -0500 Received: from out1.migadu.com ([91.121.223.63]:44620) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krpzO-0003tk-1n for emacs-orgmode@gnu.org; Tue, 22 Dec 2020 17:18:46 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1608675516; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3C+KEyZ/5/FdS+/P5QmntiMevEqwc0jWS/s/mcHrR0w=; b=lvGQazcQfpzJv4qQVY9/u/13/w5F3xaJkekY+tTyD57HT9fJ+pnl1RFa5SLkiOWR98iUZ6 7MKP5qjIjxdBzO869V5YlXtK6D/khd7M0EV0ZJ7pa34ZQfaJMKDL3DiZNaE4+ezc/bwbwL M5b1WEbhu5gs87kbVRntUty+pxP/JUQh3lor/L5HjZ/VUSmEQV/zVD5fQT2NmhW1o6D8af YxZW5LfX2DMVLxj9uWN1ufak+F7y2E3Yq7T8AwL6GYbG6ZXw+QWrWYLb9yNIzzXgJRpKhF NDjDBOcGL5J1nUQNabhVX1YdrSfgfJnkIsgT2O2/jWKtlhs39lHG50uu/PhH1A== From: Kyle Meyer To: Ihor Radchenko , "Victor A. Stoichita" Subject: Re: strange behavior of @ in tag searches In-Reply-To: <8735zz4yn7.fsf@localhost> References: <87mty89kvy.fsf@svictor.net> <87pn34rscc.fsf@svictor.net> <8735zz4yn7.fsf@localhost> Message-ID: <87lfdph4cl.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Auth-User: kyle@kyleam.com Date: Tue, 22 Dec 2020 22:18:36 GMT Received-SPF: pass client-ip=91.121.223.63; envelope-from=kyle@kyleam.com; helo=out1.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: , Cc: emacs-orgmode Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.52 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=kyleam.com header.s=key1 header.b=lvGQazcQ; 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-Migadu-Queue-Id: B926B9402A5 X-Spam-Score: -2.52 X-Migadu-Scanner: scn0.migadu.com X-TUID: j0sXiR1lq0+s Ihor Radchenko writes: > "Victor A. Stoichita" writes: >> I just realized that with "emacs -Q" both searches yield the=20 >> expected results. >> I have emacs 27.1 which ships org-mode 9.3. >> Could I have set inadvertently something that changes the meaning=20 >> of @ in tag searches? Or was there a change in that respect=20 >> between 9.3 and 9.4.3? > > I can reproduce your first recipe on master. However, I simply get no > results on the second recipe (which also should not happen). Hmm, I tried on master (9140a712f) and maint (97f1d8e34) and can't trigger the issue. [recipe 1] With the default configuration, I load testfiles.org and, hopefully following the recipe, run `M-x org-agenda < m @anthro'. I see Headlines with TAGS match: @anthro Press =E2=80=98C-u r=E2=80=99 to search again testfiles: my anthro task = :@anthro: testfiles: my bib task = :bib: [recipe 2] I load testfiles_2.org and run `M-x org-agenda < m anthro2'. I see Headlines with TAGS match: anthro2 Press =E2=80=98C-u r=E2=80=99 to search again testfiles_2:my bib2 task = :bib2: Am I overlooking some detail?