Bob
Bob
For me, in org-mode 9.6.1, even with org-fold-core-style set to overlays, neither :s/$/ foo/ nor regexp-replace RET $ RET foo appends text to just the visible line/s.
> If you want to ignore case (i.e. enable case-folding in Emacs jargon), you'll need to define your own `property` matcher that either case-folds by default or adds a keyword...
OK I found the function ```org-ql-defpred property``` in .emacs.d.spacemacs/elpa/develop/org-ql-20230908.722/org-ql.el and changed the ```string-equal``` call at the end to ```string-equal-ignore-case```. I restarted emacs but the behaviour didn't seem to change. I...
Fair enough. Thanks for your comments.
> There are some bugs on Clara BW version 4.39.23027. I can see Google Drive and Dropbox menus on my ereader, but I cannot login. When I click "Get Started",...
> > > There are some bugs on Clara BW version 4.39.23027. I can see Google Drive and Dropbox menus on my ereader, but I cannot login. When I click...
> Does it also happen if you start wsltty the "regular" way? (e.g. via desktop shortcut, or from the Start Menu) Is it the window from which you start it...
> Sounds as if being related to [mintty/mintty#1113](https://github.com/mintty/mintty/issues/1113) but more analysis is needed, as that issue was assumedly fixed. Do you type anything quickly after starting wsltty? I don't really...
> There were some 'focus' related issue in GUI part of WSL2 also, see https://github.com/microsoft/WSLg/issues?q=is%3Aissue+is%3Aopen+focus. Make sure if the issue can be reproduced after disabling GUI feature with WSL2. How...
> > How would I do that? > > Add the following lines in `%USERPROFILE%\.wslconfig` file. > > ```ini > [wsl2] > guiApplications=false > ``` > > More info https://learn.microsoft.com/en-us/windows/wsl/wsl-config#wslconfig...