* [BUG][minor] org-mouse
@ 2025-01-08 9:22 Phil Estival
0 siblings, 0 replies; only message in thread
From: Phil Estival @ 2025-01-08 9:22 UTC (permalink / raw)
To: Org Mode List
Org-mouse makes a star followed by a blank space
clickable anywhere, also in source blocks and this triggers the
evaluation of the block or the opening of *Org-Babel Error Output*
or *Org Babel Results*.
emacs -q
org mode v 9.8-pre
file:/tmp/test-org-mouse.org
(require 'org-mouse)
(require 'warnings)
#+begin_src bash
echo "Where is Charlie?" #* <-clicking the star...
#+end_src
...will asks for the evaluation of the block or reopen
the result buffer.
Additionally, I got puzzled by the end of the following sequence.
(org-babel-do-load-languages 'org-babel-load-languages '((shell . t)))
and click the star again
evaluate this bash block on your system ?
this time evaluates, and opens *Org Babel Results* with the
previous results.
If it's clicked once more, it opens again *Org Babel Results* without
running the source (changing the source block, killing the result
buffer and clicking again confirms that). At this point, I'm confused
because this result buffer is also reloaded after a fresh session of
emacs -q ... but I don't know where to look for its source
(rg --hidden Charlie) in /tmp or ~/.emacs or org-persist-directory?
In this case please tell me, where is Charlie?
Phil
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-08 9:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 9:22 [BUG][minor] org-mouse Phil Estival
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.