diff options
| author | Steve Purcell <steve@sanityinc.com> | 2012-12-04 14:13:51 (GMT) |
|---|---|---|
| committer | Bastien Guerry <bzg@altern.org> | 2012-12-04 14:21:02 (GMT) |
| commit | ba7a3ef86904b9f34d38077292f037ffc0365ad1 (patch) | |
| tree | 69c1848e47e3d4c17816b4e099a6b29156dbb1e6 | |
| parent | 8d22b119786206bbae98183b0fb61e3ab1b22a43 (diff) | |
| download | org-mode-ba7a3ef86904b9f34d38077292f037ffc0365ad1.zip org-mode-ba7a3ef86904b9f34d38077292f037ffc0365ad1.tar.gz | |
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
| -rw-r--r-- | contrib/lisp/org-mac-iCal.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/org-mac-iCal.el b/contrib/lisp/org-mac-iCal.el index 0fdc95f..a48cf22 100644 --- a/contrib/lisp/org-mac-iCal.el +++ b/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 |
