1 #+OPTIONS: H:3 num:nil toc:t \n:nil ::t |:t ^:t -:t f:t *:t tex:t d:(HIDE) tags:not-in-toc
2 #+STARTUP: align fold nodlcheck hidestars oddeven lognotestate
3 #+SEQ_TODO: TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
4 #+TAGS: Write(w) Update(u) Fix(f) Check(c)
5 #+TITLE: Org and Mac OS X
7 #+EMAIL: mdl AT imapmail DOT org
12 # This file is the default header for new Org files in Worg. Feel free
13 # to tailor it to your needs.
15 [[file:index.org][{Back to Worg's index}]]
17 Assorted hacks to interact with org-mode whilst working with OS X
18 applications other than Emacs...
20 * For use within Emacs
22 Pull information from other applications into org-mode.
24 ** [[file:org-contrib/org-mac-message.org][org-mac-message]] -- linking to messages in OS X Mail.app
25 Create links to selected or flagged messages in Mail.app.
26 Written by /John Wiegley/ and /Christopher Suckling/.
28 ** [[file:org-contrib/org-mac-iCal.org][org-mac-iCal]] -- import OS X iCal.app events into Emacs diary
29 Written by /Christopher Suckling/.
31 ** [[file:org-contrib/org-mac-link.org][org-mac-link]] -- Hyperlink to items in mac applications
32 grab the current link or selection from an open mac application and
33 insert it as a hyperlink at point in an org-mode document. Written
36 * For use outside Emacs
38 Push information from the current application into org-mode.
40 ** [[http://github.com/claviclaws/org-mac-protocol][org-mac-protocol]] -- create links and remember notes from a variety of OS X applications
41 Written by /Christopher Suckling/.
42 Address Book support by /Alexander Poslavsky/.
46 A suite of scripts that allow the user to annotate their org-mode
47 buffers without switching focus from other OS X applications.
49 The following applications are currently supported:
51 + [[http://www.apple.com/safari/][Safari]], including links to multiple tabs
52 + [[http://www.mozilla.org/firefox/][Firefox]]
53 + [[http://www.google.com/chrome/][Google Chrome]]
56 + [[http://skim-app.sourceforge.net/][Skim]]
57 + [[http://bibdesk.sourceforge.net/][BibDesk]]
60 + [[http://www.apple.com/iwork/keynote/][Keynote]]
61 + [[http://www.apple.com/itunes/][iTunes]]
67 A git repository, together with full documentation, can be found at http://github.com/claviclaws/org-mac-protocol.
69 ** [[file:org-contrib/org-mac-maillink.org][org-mac-maillink]] -- linking to messages in OS X Microsoft Entourage app
70 A short Applescript/terminal hack that allows the user to create a link to a
71 message from within the Microsoft Entourage application and
72 paste it directly into an Org-mode file. The link uses the email's
73 subject line as its description.
74 Written by /Matt Strickland/.
75 ** [[file:org-contrib/alfred-org-capture.org][alfred-org-capture]] - Use [[https://www.alfredapp.com/][Alfred]] to run org-capture
76 Use Alfred to call up org-capture from only a couple key strokes
77 Written by /JJ Asghar/. With acknowledged work by /Haider Rizvi,
78 Robert P. Goldman, Alan Schmitt, Alexander Baier, and Damon Haley/