Re: [BUG] Incorrect application of 'comment-region' in code blocks

2024-07-13 Thread Ihor Radchenko
the_wurfkreuz writes: > I don't really know for sure what exactly i should do. > I cloned the repo 'git clone > https://git.savannah.gnu.org/git/emacs/org-mode.git'. > Created minimal config ~/minimal_config.el: > > (require 'org) > (setq initial-major-mode 'org-mode) > > Created the repro file

Re: [BUG] Incorrect application of 'comment-region' in code blocks

2024-07-13 Thread Ihor Radchenko
the_wurfkreuz writes: > Reproduction: > > 1. emacs -Q > 2. Enable org-mode in the scratch buffer (M-x org-mode) > 3. Paste this code: > ... > ... > 4. Highlight the first code paragrapth in the org code block: > ... > 5. Execute 'comment-region'. It will apply partial commenting on the > next lin