org-contrib/org-track.org: Update instructions
[worg.git] / org-mac.org
blobb7c334fd72cb58484bd91e91788d2643378f5f91
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
6 #+AUTHOR:     Worg people
7 #+EMAIL:      mdl AT imapmail DOT org
8 #+LANGUAGE:   en
9 #+PRIORITIES: A C B
10 #+CATEGORY:   worg
11 #+HTML_LINK_UP:    index.html
12 #+HTML_LINK_HOME:  https://orgmode.org/worg/
14 # This file is released by its authors and contributors under the GNU
15 # Free Documentation license v1.3 or later, code examples are released
16 # under the GNU General Public License v3 or later.
18 # This file is the default header for new Org files in Worg.  Feel free
19 # to tailor it to your needs.
21 Assorted hacks to interact with org-mode whilst working with OS X
22 applications other than Emacs...
24 * For use within Emacs
26   Pull information from other applications into org-mode.
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
34    by /Anthony Lander/.
36 ** [[file:org-contrib/org-mac-mail-link.org][org-mac-mail-link]] -- Hyperlink to messages in Mail.app
37    A small elisp file that addresses linking to Mail.app messages
38    directly via the =org-capture= system. For wider application
39    support check out [[file:org-contrib/org-mac-link.org][org-mac-link]].
41 * For use outside Emacs
43   Push information from the current application into org-mode.
45 ** [[http://github.com/claviclaws/org-mac-protocol][org-mac-protocol]] -- create links and remember notes from a variety of OS X applications
46    Written by /Christopher Suckling/.
47    Address Book support by /Alexander Poslavsky/.
49    : Version: 0.634
51    A suite of scripts that allow the user to annotate their org-mode
52    buffers without switching focus from other OS X applications.
54    The following applications are currently supported:
56    + [[http://www.apple.com/safari/][Safari]], including links to multiple tabs
57    + [[http://www.mozilla.org/firefox/][Firefox]]
58    + [[http://www.google.com/chrome/][Google Chrome]]
59    + Mail
60    + Address Book
61    + [[http://skim-app.sourceforge.net/][Skim]]
62    + [[http://bibdesk.sourceforge.net/][BibDesk]]
63    + Pages
64    + Numbers
65    + [[http://www.apple.com/iwork/keynote/][Keynote]]
66    + [[http://www.apple.com/itunes/][iTunes]]
67    + Finder
68    + Terminal
70 *** Obtaining
72     A git repository, together with full documentation, can be found at http://github.com/claviclaws/org-mac-protocol.
74 ** [[file:org-contrib/org-mac-maillink.org][org-mac-maillink]] -- linking to messages in OS X Microsoft Entourage app
75    A short Applescript/terminal hack that allows the user to create a link to a
76    message from within the Microsoft Entourage application and
77    paste it directly into an Org-mode file.  The link uses the email's
78    subject line as its description.
79    Written by /Matt Strickland/.
80 ** [[file:org-contrib/alfred-org-capture.org][alfred-org-capture]] - Use [[https://www.alfredapp.com/][Alfred]] to run org-capture
81    Use Alfred to call up org-capture from only a couple key strokes
82    Written by /JJ Asghar/. With acknowledged work by /Haider Rizvi,
83    Robert P. Goldman, Alan Schmitt, Alexander Baier, and Damon Haley/