summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Roberts <roberts@refactory.com>2011-07-25 08:30:36 -0500
committerBastien Guerry <bzg@altern.org>2011-07-26 17:05:48 +0200
commit5221317aa5dccc495700a79a7e7ef1de3eba4630 (patch)
treeb1c1c92793a80373e05a0824e78f84e20ed21cc0
parentf0e4deb077fb91b4b09cf7fbb0c253c2ed443e24 (diff)
downloadorg-mode-5221317aa5dccc495700a79a7e7ef1de3eba4630.tar.gz
org-mac-ical: Update for MacOSX Lion
-rw-r--r--contrib/lisp/org-mac-iCal.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/org-mac-iCal.el b/contrib/lisp/org-mac-iCal.el
index 7a1e1f0..83804c1 100644
--- a/contrib/lisp/org-mac-iCal.el
+++ b/contrib/lisp/org-mac-iCal.el
@@ -99,7 +99,7 @@ the the Emacs diary"
;; for each calendar, concatenate individual events into a single ics file
(with-temp-buffer
(shell-command "sw_vers" (current-buffer))
- (when (re-search-backward "10\\.[56]" nil t)
+ (when (re-search-backward "10\\.[567]" nil t)
(omi-concat-leopard-ics all-calendars)))
;; move all caldav ics files to the same place as local ics files