Re: [O] hook on link creation

2015-08-07 Thread John Kitchin
you could do something like this: http://kitchingroup.cheme.cmu.edu/blog/2015/07/09/Acronym-minor-mode-for-Emacs/ or this http://kitchingroup.cheme.cmu.edu/blog/2015/06/22/Clickable-org-contacts-in-text-files/ with tooltips. It isn't clear to me why you would want it to appear when you type it. Y

Re: [O] hook on link creation

2015-08-06 Thread John Kitchin
What is the dbus thing supposed to do? Would it be ok if it happened more than once? Why is it important it happen on creation of the link? Any consequence of a typo? What should happen when you edit a link? I am not aware of a link creation hook. They are recognized through font lock by a regular

[O] hook on link creation

2015-08-06 Thread Stephen J. Barr
Greetings, I have been thinking about a project I would like to do to add some custom semantic markup to an org-mode. I think that links may be the best way to do this. Looking at this page: http://orgmode.org/manual/Adding-hyperlink-types.html I am wondering if there is a way to have a hook tha