emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[BUG] elisp links: cluttered prompt due to text properties


From: Max Nikulin
Subject: [BUG] elisp links: cluttered prompt due to text properties
Date: Thu, 11 Nov 2021 21:58:42 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

Try to "open" the following link (C-c C-o)

[[elisp:(require 'org-capture)][M-: (require 'org-capture)]]

Actual behavior:

> Execute #("(require 'org-capture)" 0 22 (face org-warning)) as Elisp? (yes or no)

Org mode version 9.5 (release_9.5-225-g494c20) - main HEAD

Expected behavior:

> Execute "(require 'org-capture)" as elisp? (yes or no)

As it was in

Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.3/lisp/org/)

Currently text properties are not cleared before displaying the source code.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]