Re: [Orgmode] org-protocol and missing server-delete-client function

2009-04-16 Thread Sebastian Rose
Just installed emacs22 and I see, it's not that easy. The client argument has the wrong type or something when emacs22. So I'll have to investigate some more... Best, Sebastian Sebastian Rose writes: > Hi John, > > > The appended patch should do. > > > I found, that here (emacs 23) it wor

Re: [Orgmode] org-protocol and missing server-delete-client function

2009-04-16 Thread Sebastian Rose
Hi John, The appended patch should do. I found, that here (emacs 23) it works, if I replace `server-delete-client' with `server-sentinel' In emacs23, `server-sentinel' calls `server-delete-client'. I found `server-sentinel' in emacs22 (lisp/server.el) and it seems to do what we need

Re: [Orgmode] org-protocol and missing server-delete-client function

2009-04-16 Thread Sebastian Rose
Hi John, looks like I have to install emacs22 too - it's the current stable... I wonder which function will delete the client in emacs-22. Does anyone here know? I will take a look in emacs 22 and be back. Sebastian John Rakestraw writes: > Hi -- > > I'm a simple guy, not a coder, and

[Orgmode] org-protocol and missing server-delete-client function

2009-04-16 Thread John Rakestraw
Hi -- I'm a simple guy, not a coder, and only a little emacs-savvy. However, this post might save some people some frustration. (And it might prompt someone more emacs-savvy than I to teach me something.) I faced a challenge getting org-protocol to work. I'm running the latest org-mode from git