Le 21 Feb 2014 16:43, Rasmus a écrit: > So what do I do after installing it? I get a new button but nothing > happens when I click it.
Do you have emacs server and org-protocol enabled ? Something like this 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