emacs-orgmode
[Top][All Lists]
Advanced

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

[BUG] right shift list checkbox with [Alt-Right] caused error by option


From: Christopher M. Miles
Subject: [BUG] right shift list checkbox with [Alt-Right] caused error by option org-list-demote-modify-bullet
Date: Mon, 11 Jul 2022 14:14:03 +0800
User-agent: mu4e 1.6.11; emacs 28.1

When setting this option:

#+begin_src emacs-lisp
(setq org-list-demote-modify-bullet '(("+" . "-") ("-" . "+") ("*" . "+")))
#+end_src

I right shift list checkbox with [Alt-Right] caused error:

#+begin_src org
,* test

- [ ] list item 1
- [ ] list item 2

Become:

- [ ] list item 1
  [ ] ] list item 2
#+end_src


-- 
[ stardiviner ]
       I try to make every word tell the meaning that I want to express.

       Blog: https://stardiviner.github.io/
       IRC(freenode): stardiviner, Matrix: stardiviner
       GPG: F09F650D7D674819892591401B5DF1C95AE89AC3

Attachment: signature.asc
Description: PGP signature


reply via email to

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