summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Purcell <steve@sanityinc.com>2012-12-04 15:13:51 +0100
committerBastien Guerry <bzg@altern.org>2012-12-04 15:13:51 +0100
commit795e951270e64f33ee0d9eee18101ee80f508be4 (patch)
tree61467021f1d1957f370897b3fd63af582eac78d8
parent6642177dee3ec04404ebd99391748f373ada3d2a (diff)
downloadorg-mode-795e951270e64f33ee0d9eee18101ee80f508be4.tar.gz
org-mac-iCal.el (org-mac-iCal): Support version 10.8.
* contrib/lisp/org-mac-iCal.el (org-mac-iCal): Support version 10.8. TINYCHANGE
-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 0fdc95f..a48cf22 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\\.[567]" nil t)
+ (when (re-search-backward "10\\.[5678]" nil t)
(omi-concat-leopard-ics all-calendars)))
;; move all caldav ics files to the same place as local ics files