Le 21 Feb 2014 16:43, Rasmus a écrit:
> So what do I do after installing it? I get a new button but nothingDo you have emacs server and org-protocol enabled ? Something like this
> happens when I click it.
in your .emacs:
(server-start)
(require 'org-protocol)
If not, you should add these two lines and maybe have a look on worg:
http://orgmode.org/worg/org-contrib/org-protocol.html
You can also test manually in a shell with:
emacsclient org-protocol://capture://example.com/Example/
(It is exactly what does the add-on)
Best,
Olivier