* Thanks, Nick--I have been pursuing that idea--maybe just extract the regexp, sed/grep etc.
They are already in a file: the org file that contains the link.brian powell <briangpowellms@gmail.com> wrote:
> * I know that this will toggle the mouse-highlight "messages that pop-up" when you move a mouse over
> a "LINK: " in OrgMode:
>
> (setq mouse-highlight (not mouse-highlight))
>
> ** Now, is there a simple way to send the "messages that pop-up" to a file?
>
A link like this [[file:foo.txt][foo]] pops up a LINK: file:foo.txt
balloon, so a suitable grep/sed combination suffices.
But I suspect that this is not a satisfactory answer: what exactly are
you trying to do?
Nick
> ----------------------------------------------------
> *** Maybe to a FIFO?
>
>
> Alternatives:
>
> ----------------------------------------------------