Hello, Gary Cheng <garychen...@gmail.com> writes:
> With evil-mode enabled (bug still applies without using evil, see: > https://github.com/emacs-evil/evil/issues/907), start Emacs, evaluate (setq > org-hide-emphasis-markers t). > > Open a org file containing the following line: > > ~$ firejail --get=<id> <file>~ > > which is shown in the visible buffer as: > > $ firejail --get=<id> <file> > > Then, visually select via v from the first character "$" to the last > character ">" of the line. What's copied into the clipboard is (note the > "~" in the beginning): > > ~$ firejail --get=<id> <file> > > instead of: > > $ firejail --get=<id> <file> > > Also, copying the entire line with V via org-copy-visible will yield ~$ > firejail --get=<id> <file>~. Fixed. Thank you. Regards, -- Nicolas Goaziou