emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Don Roberts <roberts@refactory.com>
To: emacs-orgmode@gnu.org
Subject: [PATCH] org-mac-ical: Update for MacOSX Lion
Date: Mon, 25 Jul 2011 08:57:43 -0500	[thread overview]
Message-ID: <E0363FDD-7B0D-458E-83F0-369F7E107043@refactory.com> (raw)

[-- 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


             reply	other threads:[~2011-07-25 13:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-25 13:57 Don Roberts [this message]
2011-07-26 15:06 ` [PATCH] org-mac-ical: Update for MacOSX Lion Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E0363FDD-7B0D-458E-83F0-369F7E107043@refactory.com \
    --to=roberts@refactory.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).