From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id UKabInsp/15obgAA0tVLHw (envelope-from ) for ; Fri, 03 Jul 2020 12:50:03 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id sBWKHnsp/14rZQAA1q6Kng (envelope-from ) for ; Fri, 03 Jul 2020 12:50:03 +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 0683B940391 for ; Fri, 3 Jul 2020 12:50:02 +0000 (UTC) Received: from localhost ([::1]:55036 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jrL8i-0005me-P8 for larch@yhetil.org; Fri, 03 Jul 2020 08:50:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37032) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrL8L-0005mJ-Sc for emacs-orgmode@gnu.org; Fri, 03 Jul 2020 08:49:38 -0400 Received: from eldiron.immae.eu ([176.9.151.89]:33407) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrL8J-0001qK-FQ for emacs-orgmode@gnu.org; Fri, 03 Jul 2020 08:49:37 -0400 Received: from dilion (unknown [IPv6:2a01:4f8:141:53e7::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by eldiron.immae.eu (Postfix) with ESMTPSA id 6500D74E0001; Fri, 3 Jul 2020 12:49:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=bouya.org; s=eldiron; t=1593780569; bh=QGONhna4Fb0hFJnOln0kzB92hx7kVKC5/0gHWhzFUxM=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=h/H8wfqNIuBUvbB8XRzEuK+a/TOc+OisZvSy/S0yUnn39dsf8D+0eUewA+3dOtXlU Pd7apHydTuaSy4Qen4Ss0Fr8yyhCTVX45lyyIIs2+paWAPvEnVOE9t3vkgsS5xj7/1 0xe9VA+Ketedk0Xvyc966xvzA9zKo/15VhJSWoHY= Date: Fri, 3 Jul 2020 14:49:29 +0200 From: Ismael Bouya To: Kyle Meyer Subject: Re: Bug in filtered version Message-ID: <20200703124929.u7ulv3u363g5rfbl@dilion> References: <20200701122344.5gxiylhao7dxdld4@dilion> <87fta9ce6v.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="evmckthjizxudiib" Content-Disposition: inline In-Reply-To: <87fta9ce6v.fsf@kyleam.com> Received-SPF: pass client-ip=176.9.151.89; envelope-from=ismael@bouya.org; helo=eldiron.immae.eu X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/03 08:49:29 X-ACL-Warn: Detected OS = ??? 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN 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@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=bouya.org header.s=eldiron header.b=h/H8wfqN; dmarc=fail reason="SPF not aligned (relaxed)" header.from=bouya.org (policy=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: -1.51 X-TUID: 6peVo/D8crw5 --evmckthjizxudiib Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable (Fri, Jul 03, 2020 at 02:20:24AM -0400) Kyle Meyer : > > Now filter with `C-c / m sometag`. It will show only "Some header to > > remove". However, if you remove that heading (with C-k) it will also > > remove the next one, which is a quite surprising behavior. > > Is there a way to avoid getting bitten by this? >=20 > Setting org-ctrl-k-protect-subtree should catch this. >=20 > You might also be interested in configuring org-show-context-detail, in > particular the value for tags-tree. Thanks for the hints Kyle, I found something workable with the two variables (even though not perfect, at least I won=E2=80=99t lose entries without knowing it). Kind regards, --=20 Ismael --evmckthjizxudiib Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEHbA6XjnBfeR3vtz7/R1O9X+pWQIFAl7/KVkACgkQ/R1O9X+p WQKYZg/8CLzZMdBKpRWoRkv0rbbgiZWrz1jpCuHn43lKVmnrEpp8EIDQqSIekJnP cX7wUpx4YAPGxlrIWx23pJ9G9WR3ktvN4SAT8JPtt3yurhi8oN511F6WIj3RVSW7 hGLyRkrb5jE/KByyKMT2/K0+u/0wnwH1WyajbYBavwmSl0sxuayBs0clf06Kh43j 4osM5vT+aSTPwm4GzHnPonqPY27mjQamh/iKBxupBJ6apgdxf8SX0UAOis7xhqlZ REGgJJ+aMfn2M8PNsI3Z1ZuI5Eidkkh1gRuhb7yhjc5XqWlIAQ7vC0TK0QgRGFYn dS3gF62Ya/+KTAQ7X1qwutb37+B/dOZQ2D+NAwbs46gE0FlulPvaoWpay/wCyVIb v2uj5Cgjq0Vy/mBXPLUCCUYXLybPtgLacpYs0n3pMcwebpyiUnD+Xpl5Ir+aPpEW hzVs5+zQgxNN9vQpO/7pmKhA9+M4gOwfiIMGQ7WOZuBZX8LdeYtbyGSCFpQMcy9p sbjrPDaGWcWDTbHl7rJ42anhyg/QTZbVLu/zyKLPUwqsWD1w4lg3g+s7txOYn/4e f9kIfVy/0V6Q9sX5a5WOA3XCXVADNWsq9lELL9VfbdR4ht8SxMKK7Za6kfBN5/Cz TQAEwKAoo6XS005OZxI5N1MEtF3J93ACx02ixp+Z1BW9sFXK+B8= =8A7f -----END PGP SIGNATURE----- --evmckthjizxudiib--