Переглянути джерело

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
Steve Purcell 12 роки тому
батько
коміт
ba7a3ef869
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      contrib/lisp/org-mac-iCal.el

+ 1 - 1
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