Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
ba7a3ef869
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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