|
| From: | Gary Cheng |
| Subject: | [O] Bug: org-copy-visible includes emphasis markerse hidden by org-hide-emphasis-markers [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.2/lisp/org/)] |
| Date: | Wed, 23 Aug 2017 23:01:24 +0000 |
(setq org-hide-emphasis-markers t). ~$ 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>~.
I only use Emacs with evil-mode enabled, so I'm not sure what Emacs equivalents are, but it has the same issue even without using evil according to the evil developer (see github issue posted above).
| [Prev in Thread] | Current Thread | [Next in Thread] |