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
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
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
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
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