org-hacks.org: more outlining, new field coordinates in formulas
[Worg.git] / org-mac.org
blob3d42b1d8efc842c53a537ea91215c1348a363409
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:      bzg AT altern 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 * For use outside Emacs
33   Push information from the current application into org-mode.
34   
35 ** [[http://github.com/claviclaws/org-mac-protocol][org-mac-protocol]] -- create links and remember notes from a variety of OS X applications
36    Written by /Christopher Suckling/.
37    Address Book support by /Alexander Poslavsky/.
38    
39    : Version: 0.634
41    A suite of scripts that allow the user to annotate their org-mode
42    buffers without switching focus from other OS X applications.
44    The following applications are currently supported:
46    + Safari, including links to multiple tabs
47    + Firefox
48    + Google Chrome
49    + Mail
50    + Address Book
51    + [[http://skim-app.sourceforge.net/][Skim]]
52    + [[http://bibdesk.sourceforge.net/][BibDesk]]
53    + Pages
54    + Numbers
55    + Keynote
56    + iTunes
57    + Finder
58    + Terminal
59      
60 *** Obtaining
61     
62     A git repository, together with full documentation, can be found at http://github.com/claviclaws/org-mac-protocol
64 ** [[file:org-contrib/org-mac-maillink.org][org-mac-maillink]] -- linking to messages in OS X Microsoft Entourage app
65    A short Applescript/terminal hack that allows the user to create a link to a
66    message from within the Microsoft Entourage application and
67    paste it directly into an Org-mode file.  The link uses the email's
68    subject line as its description.
69    Written by /Matt Strickland/.
70     
71