Of course. My use case is that I wish specifically to append some text to some lines. The way I normally do this would be to search for the regex end-of-line ($) and replace with some text. E.g. in order to append the word foo to the end of a line I would do one of: :s/$/ foo/ M-x regexp-replace RET $ RET foo On Tue, 20 Jun 2023 at 21:57, Ihor Radchenko wrote: > bobf32@gmail.com writes: > > > Thanks. Would you mind trying again, but try and append some text to a > line > > by searching for $ (as should have been mentioned in the original bug > > report). It looks like the evil issue you refer to is at least partly to > > blame. > > May you please elaborate what you mean by "$"? > > -- > Ihor Radchenko // yantar92, > Org mode contributor, > Learn more about Org mode at . > Support Org development at , > or support my work at >