Monday, September 3, 2012

org-mac-link-grabber with Aquamacs

Org mode is a powerful plus for emacs, if you want to organize you daily life to be more productive.

When you note you everyday work, especially communicating with co-workers, such as you advisor, boss, students. You may want to add a reference to you work todo list, note or working log, such an email, url or even a contact. This is where org-mac-link-grabber shining.

You could install this mode easily follow the link below:

http://orgmode.org/worg/org-contrib/org-mac-link-grabber.html

However, unfortunately, this is not enough, after you follow the link above, you will find emacs can not find function omlg-grab-link,this is because you haven't let the emacs link where org-mac-link-grabber.el is.

You may need to follow the link below:

http://irreal.org/blog/?p=732

Especially this two lines:


(add-to-list 'load-path (expand-file-name "~/.xemacs/org-mode/contrib/lisp")) ; where your org-mac-link-grabber.el lives
(require 'org-mac-link-grabber)

After all this, enjoy! You will be more productive tmw, hopefully. :)


No comments:

Post a Comment

prettify