On 2015-06-23 00:24, briangpowell . wrote:
> Cool, what do you do with "xmpp:"?
just opening 'psi-plus' here with a message window, I haven't figured
out how to do more (aka all this xmpp: url variants)
Again, just a crude works-for-me snippet:
;;; org-xmpp.el - Support for xmpp communication
Cool, what do you do with "xmpp:"?
On Mon, Jun 22, 2015 at 11:02 AM, Christian Thaeter
wrote:
>
>
> On 2015-06-22 11:27, Michael Strey wrote:
>
> > On So, 2015-06-21, Christian Thaeter wrote:
> >
> > [...]
> >
> > > looks good, I'll use that instead of my hack.
> >
> > Look out for bugs. It's o
On 2015-06-22 11:27, Michael Strey wrote:
> On So, 2015-06-21, Christian Thaeter wrote:
>
> [...]
>
> > looks good, I'll use that instead of my hack.
>
> Look out for bugs. It's one of my very first emacs-lisp hacks.
>
> > I've a minor ideas to add:
> >
> > Instead just append the telephone
On So, 2015-06-21, Christian Thaeter wrote:
[...]
> looks good, I'll use that instead of my hack.
Look out for bugs. It's one of my very first emacs-lisp hacks.
> I've a minor ideas to add:
>
> Instead just append the telephone number to the end of the
> dial command one could use (org-replace
On 2015-06-21 12:37, Michael Strey wrote:
> Hi Christian,
>
> On Sa, 2015-06-20, Christian Thaeter wrote:
>
> > anyone of you happen to have a url handler for 'sip:' links
> > invoking a telephony app (eg. linphone) when clicked?
>
> The attached org-dial.el provides support for a link type `te
Hi Christian,
On Sa, 2015-06-20, Christian Thaeter wrote:
> anyone of you happen to have a url handler for 'sip:' links invoking a
> telephony app (eg. linphone) when clicked?
The attached org-dial.el provides support for a link type `tel:' as well
as for dialing from properties in org-contacts.
On 2015-06-20 17:23, Christian Thaeter wrote:
> anyone of you happen to have a url handler for 'sip:' links invoking a
> telephony app (eg. linphone) when clicked? Otherwise I may give a
> try on my own nonexistent elisp skills :D
>
> Christian
>
Note to self: The code below works for m
anyone of you happen to have a url handler for 'sip:' links invoking a
telephony app (eg. linphone) when clicked? Otherwise I may give a
try on my own nonexistent elisp skills :D
Christian