Merge branch 'master' of ssh://repo.or.cz/srv/git/Worg
[Worg.git] / org-mac.org
blobd8aa0c1a5f49281353a2a7376b2b27f36d6a081e
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
6 #+AUTHOR:     Worg people
7 #+EMAIL:      mdl AT imapmail DOT org
8 #+LANGUAGE:   en
9 #+PRIORITIES: A C B
10 #+CATEGORY:   worg
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
34    by /Anthony Lander/.
35 * For use outside Emacs
37   Push information from the current application into org-mode.
38   
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/.
42    
43    : Version: 0.634
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    + [[http://www.apple.com/safari/][Safari]], including links to multiple tabs
51    + [[http://www.mozilla.org/firefox/][Firefox]]
52    + [[http://www.google.com/chrome/][Google Chrome]]
53    + Mail
54    + Address Book
55    + [[http://skim-app.sourceforge.net/][Skim]]
56    + [[http://bibdesk.sourceforge.net/][BibDesk]]
57    + Pages
58    + Numbers
59    + [[http://www.apple.com/iwork/keynote/][Keynote]]
60    + [[http://www.apple.com/itunes/][iTunes]]
61    + Finder
62    + Terminal
63      
64 *** Obtaining
65     
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/.
74     
75