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:
parent
6642177dee
commit
795e951270
|
@ -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\\.[567]" nil t)
|
(when (re-search-backward "10\\.[5678]" 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
|
||||||
|
|
Loading…
Reference in New Issue