Kepa <gnu.cognition...@slmails.com> writes: > 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.
I can reproduce what you are seeing, but I do not see any bug here. rot13-region encrypts region between point and mark, as expected. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>