From ba7a3ef86904b9f34d38077292f037ffc0365ad1 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Tue, 4 Dec 2012 15:13:51 +0100 Subject: [PATCH] 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 --- contrib/lisp/org-mac-iCal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/org-mac-iCal.el b/contrib/lisp/org-mac-iCal.el index 0fdc95ffb..a48cf225f 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 -- 2.11.4.GIT