emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Sebastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: clickable text in org-mode not working (Sebastien Vauban)
Date: Wed, 14 Nov 2012 16:14:20 +0100	[thread overview]
Message-ID: <80fw4c6wtv.fsf@somewhere.org> (raw)
In-Reply-To: CAJ51ETqfCPOqRCVA1mMq42wjAAtD2uhh_1CXF2qc5FpY-=JrKw@mail.gmail.com

Hi John,

John Kitchin wrote:
> Sebastien Vauban wrote:
>> John Kitchin wrote:
>>> It appears that one cannot define "clickable" text in org-mode. I was
>>> trying to make some text in an org-file respond to different types of
>>> clicking. I know that links provide some functionality for this, but
>>> out of curiosity I wanted to see what else I could do.
>>>
>>> If I run the following code on a buffer in text-mode, the first four
>>> characters in the buffer turn blue with a white background, they turn
>>> a light green when the mouse is over them, and finally a message box
>>> pops up when I click on the characters.
>>>
>>> (let ((map (make-sparse-keymap)))
>>>      (define-key map (kbd "<down-mouse-1>")
>>>             '(lambda() (interactive) (message-box "it works!")))
>>>      (add-text-properties 1 5 `(keymap, map
>>>                                 font-lock-face (:foreground "blue"
>>>                                                 :background "white")
>>>                                 mouse-face highlight)))
>>>
>>> If I switch to org-mode, the clickability and mouse highlighting go
>>> away. They also do not appear when I run the function in an
>>> org-buffer.
>>>
>>> Does anyone know if there is a feature in org-mode that turns this
>>> off, or if there is a way to get the clickability to work? Is it
>>> related to having links that are clickable?
>>
>> I'm not sure to understand your use case -- why do you want clickable text in
>> the first place (other than links)?
>>
>> But, did you look at `org-add-link-type' which does allow some kind of
>> powerful stuff (mainly for export, but can maybe be diverted from its original
>> purpose)?
>>
>> I guess you also are aware of the elisp and shell links you can already put in
>> any Org file, as clickable "buttons"?
>
> I was just learning about programming interactive features into emacs
> buffers, and something that worked in one major mode did not work in
> org-mode. I have narrowed it down to an effect of font-lock-mode. When that
> is off, the mouse-clicking works fine, when it is on, the font syntax
> highlighting works fine, but not the clicking in org-mode.
>
> In terms of usage, I could see this as a way to automatically make "links"
> out of different words, or in a related application to overlay tooltips on
> specific words without having to markup the org-file. In essence, moving
> some markup to a lisp file that is run before opening the org-file.
>
> I am familiar with `org-add-link-type' and have used that to do some pretty
> cool things, as well as the elisp and shell links. With the clickable text
> code I described, you can actually do different things with different mouse
> clicks, including different mouse buttons, and presumably on mouse button up
> events. It is not obvious that can be done with `org-add-link-type'; you get
> the same behavior with any mouse button click. I havent advanced to a point
> where I could get emacs-lisp to tell me which mouse event occurred on
> clicking on a link. That seems possible though.

Thanks for giving more information about what you're looking for.

However, I must admit having no experience in that. Sorry. But, if I had to
try and understand why your above code does not work, I would first give a
deep look at some agenda commands: I know they *do* use "text properties" (for
handling the clicks on the agenda line, in particular). These could help you
achieving your goal, maybe?

Best regards,
  Seb

-- 
Sebastien Vauban

      reply	other threads:[~2012-11-14 15:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-13 18:24 clickable text in org-mode not working (Sebastien Vauban) John Kitchin
2012-11-14 15:14 ` Sebastien Vauban [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=80fw4c6wtv.fsf@somewhere.org \
    --to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
    /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).