Quellcode durchsuchen

org-mac-ical: Update for MacOSX Lion

Don Roberts vor 13 Jahren
Ursprung
Commit
5221317aa5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
   ;; for each calendar, concatenate individual events into a single ics file
   (with-temp-buffer
   (with-temp-buffer
     (shell-command "sw_vers" (current-buffer))
     (shell-command "sw_vers" (current-buffer))
-    (when (re-search-backward "10\\.[56]" nil t)
+    (when (re-search-backward "10\\.[567]" nil t)
       (omi-concat-leopard-ics all-calendars)))
       (omi-concat-leopard-ics all-calendars)))
   
   
   ;; move all caldav ics files to the same place as local ics files
   ;; move all caldav ics files to the same place as local ics files