emacs-orgmode
[Top][All Lists]
Advanced

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

[bug] select TODO items and unexpected behaviour


From: Mario Frasca
Subject: [bug] select TODO items and unexpected behaviour
Date: Sat, 27 Jun 2020 16:16:53 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

when I select subsequent TODO items, whole lines, and I do M-<right>, they get demoted by one star, so something like

* header
<point>* a1
* a2
* a3
<mark>* header

after I hit M-<right> will become

* header
<point>** a1
** a2
** a3
<mark>* header

which is what I expected, even if I would not expect the region to be deactivated.

but if I now reactivate the region, andhit S-<right> (that's shift-right), the effect is only at the <point>, not on the selection:

* header
<point>** TODO a1
** a2
** a3
<mark>* header

I would have expected all lines to get the TODO.Same effect, if I hit C-c C-t: only the line at the point gets the TODO status rotated.

looks like a bug to me, but I would not know where to start looking for how to fix this.

Mario




reply via email to

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