Re: [O] sip: links

2015-06-23 Thread Christian Thaeter
ng)) (defun org-xmpp-open (destination) "make a xmpp to DESTINATION" (start-process-shell-command "xmpp" nil (org-replace-escapes org-xmpp-command `(("%u" . ,destination) (provi

Re: [O] sip: links

2015-06-22 Thread Christian Thaeter
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 min

Re: [O] sip: links

2015-06-21 Thread Christian Thaeter
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-

Re: [O] sip: links

2015-06-20 Thread Christian Thaeter
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 se

[O] sip: links

2015-06-20 Thread Christian Thaeter
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