Skip to content

Latest commit

 

History

History
75 lines (56 loc) · 2.87 KB

org-mac.org

File metadata and controls

75 lines (56 loc) · 2.87 KB

Org and Mac OS X

{Back to Worg’s index}

Assorted hacks to interact with org-mode whilst working with OS X applications other than Emacs…

For use within Emacs

Pull information from other applications into org-mode.

org-mac-message – linking to messages in OS X Mail.app

Create links to selected or flagged messages in Mail.app. Written by John Wiegley and Christopher Suckling.

org-mac-iCal – import OS X iCal.app events into Emacs diary

Written by Christopher Suckling.

org-mac-link – Hyperlink to items in mac applications

grab the current link or selection from an open mac application and insert it as a hyperlink at point in an org-mode document. Written by Anthony Lander.

For use outside Emacs

Push information from the current application into org-mode.

org-mac-protocol – create links and remember notes from a variety of OS X applications

Written by Christopher Suckling. Address Book support by Alexander Poslavsky.

Version: 0.634

A suite of scripts that allow the user to annotate their org-mode buffers without switching focus from other OS X applications.

The following applications are currently supported:

Obtaining

A git repository, together with full documentation, can be found at http://github.com/claviclaws/org-mac-protocol.

org-mac-maillink – linking to messages in OS X Microsoft Entourage app

A short Applescript/terminal hack that allows the user to create a link to a message from within the Microsoft Entourage application and paste it directly into an Org-mode file. The link uses the email’s subject line as its description. Written by Matt Strickland.