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
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
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-
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
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