#+OPTIONS: H:3 num:nil toc:t \n:nil ::t |:t ^:t -:t f:t *:t tex:t d:(HIDE) tags:not-in-toc
#+STARTUP: align fold nodlcheck hidestars oddeven lognotestate
#+SEQ_TODO: TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
#+TAGS: Write(w) Update(u) Fix(f) Check(c)
#+TITLE: Org and Mac OS X
#+AUTHOR: Worg people
#+LANGUAGE: en
#+PRIORITIES: A C B
#+CATEGORY: worg
#+HTML_LINK_UP: index.html
#+HTML_LINK_HOME: https://orgmode.org/worg/
# This file is released by its authors and contributors under the GNU
# Free Documentation license v1.3 or later, code examples are released
# under the GNU General Public License v3 or later.
# This file is the default header for new Org files in Worg. Feel free
# to tailor it to your needs.
Assorted hacks to interact with org-mode whilst working with OS X
applications other than Emacs...
* For use within Emacs
Pull information from other applications into org-mode.
** [[file:org-contrib/org-mac-iCal.org][org-mac-iCal]] -- import OS X iCal.app events into Emacs diary
Written by /Christopher Suckling/.
** [[file:org-contrib/org-mac-link.org][org-mac-link]] -- Hyperlink to items in mac applications
grab the current link or selection from an open mac application and
insert it as a hyperlink at point in an org-mode document. Written
by /Anthony Lander/.
** [[file:org-contrib/org-mac-mail-link.org][org-mac-mail-link]] -- Hyperlink to messages in Mail.app
A small elisp file that addresses linking to Mail.app messages
directly via the =org-capture= system. For wider application
support check out [[file:org-contrib/org-mac-link.org][org-mac-link]].
* For use outside Emacs
Push information from the current application into org-mode.
** [[http://github.com/claviclaws/org-mac-protocol][org-mac-protocol]] -- create links and remember notes from a variety of OS X applications
Written by /Christopher Suckling/.
Address Book support by /Alexander Poslavsky/.
: Version: 0.634
A suite of scripts that allow the user to annotate their org-mode
buffers without switching focus from other OS X applications.
The following applications are currently supported:
+ [[http://www.apple.com/safari/][Safari]], including links to multiple tabs
+ [[http://www.mozilla.org/firefox/][Firefox]]
+ [[http://www.google.com/chrome/][Google Chrome]]
+ Mail
+ Address Book
+ [[http://skim-app.sourceforge.net/][Skim]]
+ [[http://bibdesk.sourceforge.net/][BibDesk]]
+ Pages
+ Numbers
+ [[http://www.apple.com/iwork/keynote/][Keynote]]
+ [[http://www.apple.com/itunes/][iTunes]]
+ Finder
+ Terminal
*** Obtaining
A git repository, together with full documentation, can be found at http://github.com/claviclaws/org-mac-protocol.
** [[file:org-contrib/org-mac-maillink.org][org-mac-maillink]] -- linking to messages in OS X Microsoft Entourage app
A short Applescript/terminal hack that allows the user to create a link to a
message from within the Microsoft Entourage application and
paste it directly into an Org-mode file. The link uses the email's
subject line as its description.
Written by /Matt Strickland/.
** [[file:org-contrib/alfred-org-capture.org][alfred-org-capture]] - Use [[https://www.alfredapp.com/][Alfred]] to run org-capture
Use Alfred to call up org-capture from only a couple key strokes
Written by /JJ Asghar/. With acknowledged work by /Haider Rizvi,
Robert P. Goldman, Alan Schmitt, Alexander Baier, and Damon Haley/