Re: [BUG] org-comment-dwim comments some chars in the unselected line below

2024-10-12 Thread Ihor Radchenko
Steven Lin writes: > Hi. > > I found that commit > 1014296344a75fa08e0a8814e4fbbd767e7eba4c brought some bugs. > > Step to reproduce (In vanilla Emacs, with latest org-mode): > ... Duplicate of https://orgmode.org/list/CAHqtn=fWq6E5_pm72AB9vFxwjS0a8ma=uvvjmrgeive9pa1...@mail.gmail.com Fixed. -

Re: [BUG] org-comment-dwim comments some chars in the unselected line below

2024-10-12 Thread Ihor Radchenko
Stephanus Comnenus writes: > I found that commit > 1014296344a75fa08e0a8814e4fbbd767e7eba4c brought some bugs. > > Step to reproduce (In vanilla Emacs, with latest org-mode): > > 1. Set these variables. > > (setq org-src-content-indentation 4) > (setq org-src-preserve-indentation nil) > > 2. Try

[BUG] org-comment-dwim comments some chars in the unselected line below

2024-10-01 Thread Stephanus Comnenus
Hello, I found that commit 1014296344a75fa08e0a8814e4fbbd767e7eba4c brought some bugs. Step to reproduce (In vanilla Emacs, with latest org-mode): 1. Set these variables. (setq org-src-content-indentation 4) (setq org-src-preserve-indentation nil) 2. Try to comment some lines in a source block

[BUG] org-comment-dwim comments some chars in the unselected line below

2024-10-01 Thread Steven Lin
Hi. I found that commit 1014296344a75fa08e0a8814e4fbbd767e7eba4c brought some bugs. Step to reproduce (In vanilla Emacs, with latest org-mode): 1. Set these variables. (setq org-src-content-indentation 4) (setq org-src-preserve-indentation nil) 2. Try to comment some lines in a source block. F