Visual duplication when toggling nested checkboxes in Emacs TTY #309
Unanswered
VigneshR387
asked this question in
Q&A
Replies: 1 comment
-
|
Org-modern doesn't really support TTY from my side. But if you figure out a fix I am happy to accept a patch. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
Toggling nested checkboxes via
M-x org-toggle-checkbox RETcauses weird visual artifact where gets checkboxes gets duplicated as well the Headline when folding. This only happens inside Emacs TTYemacs -nwand not in Emacs GUI. Here's a video demonstrating the bug:Screencast_20260531_203025.mp4
Steps to Reproduce:
emacs -nw.sub-task 2using commandorg-toggle-checkbox.sub-task 1is duplicated (visually) .M-x org-modern-mode RETand the visual artifacts are gone.Minimal init file:
Additional Information
Emacs version: GNU Emacs 30.2
Org-modern : 1.13
Beta Was this translation helpful? Give feedback.
All reactions