emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [BUG] Speed command for rot13-region


From: Kepa
Subject: Re: [BUG] Speed command for rot13-region
Date: Tue, 10 Sep 2024 22:43:24 +0200

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.


reply via email to

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