From:     Ihor Radchenko
Subject:     Re: [BUG] Speed command for rot13-region
Date:     Mon, 09 Sep 2024 18:12:44 +0000
If you can reproduce from emacs -Q, may your please share more detailed
instructions on how to trigger the problem you are seeing?

Emacs -Q

Create org file with:

* 1
aaa
* 2
bbb
* 3
ccc


Eval this:

(setq org-use-speed-commands t)

(setq org-speed-commands '(("c" . rot13-region)))

Try "c" speed command on * 2 headline: * 1 headline is encrypted.

Try "c" speed command on * 3 headline: * 1 and * 2 headlines are encrypted.