org-clock visibility on the osx menu bar
- Requires macruby to be installed: https://github.com/MacRuby/MacRuby (I plan on rewriting the server is obj-c later)
- add osx-org-clock-menubar.el to your load-path and load it
(add-to-list 'load-path "/path/to/folder/containing/elisp/file/") (load-library 'osx-org-clock-menubar)
- start the server from a shell
macruby ocm-server.rb
- enable the minor mode with M-x org-clock-menubar-mode
There is a nice alternative implementation here: org-clock-statusbar-app