From: Phil Estival <pe@7d.nz>
To: Ihor Radchenko <yantar92@posteo.net>
Cc: Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: [BUG][minor] org-mouse
Date: Wed, 15 Jan 2025 10:51:23 +0100 [thread overview]
Message-ID: <28c4a78a-7202-49f8-8fff-de8394150e2c@7d.nz> (raw)
In-Reply-To: <87o70dz7z2.fsf@localhost>
* [2025-01-11 16:27] Ihor Radchenko:
> Phil Estival <pe@7d.nz> writes:
>
>> 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.
>
> I cannot reproduce.
> May you please provide even more detailed steps?
Sure. Here it is, simplified.
It also needs a revert of the buffer after org-mouse
is loaded.
$ emacs-30.0.50 -q
I open /tmp/test-org-mouse.org and paste the following :
---8<---
(org-version nil t t)
(require 'org-mouse)
(revert-buffer)
#+begin_src elisp
(message "Where is Charlie?") ; * <-clicking the star...
#+end_src
---8<---
I evaluate the three first elisp expressions.
At this point the star is clickable
and it will open *Org Babel Results*... from a previous session.
Phil
prev parent reply other threads:[~2025-01-15 9:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-08 9:22 [BUG][minor] org-mouse Phil Estival
2025-01-11 15:27 ` Ihor Radchenko
2025-01-15 9:51 ` Phil Estival [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=28c4a78a-7202-49f8-8fff-de8394150e2c@7d.nz \
--to=pe@7d.nz \
--cc=emacs-orgmode@gnu.org \
--cc=yantar92@posteo.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).