Re: [BUG] Speed command for rot13-region

2024-10-13 Thread Ihor Radchenko
Ihor Radchenko writes: > If you can reproduce from emacs -Q, may your please share more detailed > instructions on how to trigger the problem you are seeing? No response for over a month. Closing. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: [BUG] Speed command for rot13-region

2024-09-15 Thread Ihor Radchenko
Kepa 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

Re: [BUG] Speed command for rot13-region

2024-09-10 Thread Kepa
From: Ihor Radchenko Subject: Re: [BUG] Speed command for rot13-region Date: Mon, 09 Sep 2024 18:12:44 + 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

Re: [BUG] Speed command for rot13-region

2024-09-09 Thread Ihor Radchenko
Kepa writes: > Something strange happens when trying to set the following as a speed command: > ("c" . rot13-region) > > In my customized Emacs, a warning appears. > > In Emacs -q, first it doesn't do anything if no region is active. Then, it > affects a headline where there is not the point, an

[BUG] Speed command for rot13-region

2024-09-06 Thread Kepa
Hi, Something strange happens when trying to set the following as a speed command: ("c" . rot13-region) In my customized Emacs, a warning appears. In Emacs -q, first it doesn't do anything if no region is active. Then, it affects a headline where there is not the point, and this happens without