Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 769 Bytes

readme.org

File metadata and controls

20 lines (18 loc) · 769 Bytes

OSX org-clock-menubar

org-clock visibility on the osx menu bar http://i.imgur.com/KVoxInn.png

Setup

  • 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

Alternatives

There is a nice alternative implementation here: org-clock-statusbar-app