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
This commit is contained in:
Steve Purcell 2012-12-04 15:13:51 +01:00 committed by Bastien Guerry
parent 8d22b11978
commit ba7a3ef869
1 changed files with 1 additions and 1 deletions

View File

@ -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