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:21:02 +0100
commitba7a3ef86904b9f34d38077292f037ffc0365ad1 (patch)
tree69c1848e47e3d4c17816b4e099a6b29156dbb1e6
parent8d22b119786206bbae98183b0fb61e3ab1b22a43 (diff)
downloadorg-mode-ba7a3ef86904b9f34d38077292f037ffc0365ad1.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