1 #+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:t skip:nil 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: bzg AT altern 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-grabber.org][org-mac-link-grabber]] -- 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
35 * For use outside Emacs
37 Push information from the current application into org-mode.
39 ** [[http://github.com/claviclaws/org-mac-protocol][org-mac-protocol]] -- create links and remember notes from a variety of OS X applications
40 Written by /Christopher Suckling/.
41 Address Book support by /Alexander Poslavsky/.
45 A suite of scripts that allow the user to annotate their org-mode
46 buffers without switching focus from other OS X applications.
48 The following applications are currently supported:
50 + Safari, including links to multiple tabs
55 + [[http://skim-app.sourceforge.net/][Skim]]
56 + [[http://bibdesk.sourceforge.net/][BibDesk]]
66 A git repository, together with full documentation, can be found at http://github.com/claviclaws/org-mac-protocol
68 ** [[file:org-contrib/org-mac-maillink.org][org-mac-maillink]] -- linking to messages in OS X Microsoft Entourage app
69 A short Applescript/terminal hack that allows the user to create a link to a
70 message from within the Microsoft Entourage application and
71 paste it directly into an Org-mode file. The link uses the email's
72 subject line as its description.
73 Written by /Matt Strickland/.