emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] org-mac-ical: Update for MacOSX Lion
@ 2011-07-25 13:57 Don Roberts
  2011-07-26 15:06 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Don Roberts @ 2011-07-25 13:57 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: 0001-org-mac-ical-Update-for-MacOSX-Lion.patch --]
[-- Type: application/octet-stream, Size: 918 bytes --]

From 5acb05d267284dbf603adb49733c253a60518db1 Mon Sep 17 00:00:00 2001
From: Don Roberts <roberts@refactory.com>
Date: Mon, 25 Jul 2011 08:30:36 -0500
Subject: [PATCH] org-mac-ical: Update for MacOSX Lion

---
 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 7a1e1f0..83804c1 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\\.[56]" nil t)
+    (when (re-search-backward "10\\.[567]" nil t)
       (omi-concat-leopard-ics all-calendars)))
   
   ;; move all caldav ics files to the same place as local ics files
-- 
1.7.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] org-mac-ical: Update for MacOSX Lion
  2011-07-25 13:57 [PATCH] org-mac-ical: Update for MacOSX Lion Don Roberts
@ 2011-07-26 15:06 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2011-07-26 15:06 UTC (permalink / raw)
  To: Don Roberts; +Cc: emacs-orgmode

Applied, thanks.

(Please try to add more comments in the patch itself, even for tiny fix
like this.  It helps maintainers understand why this should be applied,
especially when it's about a system they might not use...)

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-26 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-25 13:57 [PATCH] org-mac-ical: Update for MacOSX Lion Don Roberts
2011-07-26 15:06 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).