Jeff Trull <edas...@att.net> writes: > In the following code block, a propertized (inverse video) before-string > overlay appears when "results: none" is used, but the property is absent > (the overlay text appears normal) when "results:silent" is used: > > # with ":results none" it works as expected - inverse video Foo appears > # with ":results silent" the string appears normally > #+begin_src emacs-lisp :results none > (let ((buf (generate-new-buffer "side-effect-demo"))) > (with-current-buffer buf > (let ((ov (make-overlay 0 (point)))) > (overlay-put ov 'before-string (propertize "Foo" 'face > '(:inverse-video t)))))) > #+end_src
Fixed, on bugfix. Thanks for reporting! https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=84fa57ad1 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>