emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in filtered version


From: Kyle Meyer
Subject: Re: Bug in filtered version
Date: Fri, 03 Jul 2020 02:20:24 -0400

Ismael Bouya writes:

> I would like to report a bug in filtered mode for org-mode. Take this
> given file as example:
> -----------
> * Some heading 1
> ** Some header to remove                                            :sometag:
> ** Some header to keep                                             :othertag:
> -----------
>
> (note that last two headers are *at the same level*)
>
> 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?

Setting org-ctrl-k-protect-subtree should catch this.

You might also be interested in configuring org-show-context-detail, in
particular the value for tags-tree.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]