Emacs interface for Evernote which originally started on Google Code. Then it was updated for working with Ruby 1.9.3 and Emacs 24.1. Which was then updated to work with OAuth. Then just a little bit of Emacs customization niceness was added.
You will need to install the Evernote OAUTH Ruby gems in order to get all of this stuff working. Run the following command:
gem install evernote_oauth
You'll need to get a production developer token from Evernote and
in Emacs set the custom variable evernote-developer-token
. If
evernote-mode
is loaded this can be done easily with M-x customize-group evernote
.