From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?R=C3=B3n=C3=A1n_Kennedy?= Subject: org-mac-iCal.el error Date: Thu, 20 Oct 2016 20:06:22 +0100 Message-ID: <08CB828F-1EDB-42ED-834B-2EFC42D50AEF@esatclear.ie> Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxIfl-0007JO-SB for emacs-orgmode@gnu.org; Thu, 20 Oct 2016 15:06:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bxIfh-00034T-So for emacs-orgmode@gnu.org; Thu, 20 Oct 2016 15:06:37 -0400 Received: from mail1.slb.deg.dub.stisp.net ([84.203.253.98]:11126) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1bxIfh-00034H-JQ for emacs-orgmode@gnu.org; Thu, 20 Oct 2016 15:06:33 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello all I am relatively new to Emacs. I am using version 25.1 on MacOS 10.11.6. = I would like to export all of the diary entries from the OS Calendar app = into a format that org-mode can parse. I want this to be one way - I = will continue to maintain my diary in the OS X app, but want to = integrate diary entries with org-mode tasks. I am trying to do this with = org-mac-iCal.el from = http://orgmode.org/worg/org-contrib/org-mac-iCal.html and am = encountering an error. I have put the following commands into my .emacs file: (load-file "~/Dropbox/Emacs/org-mac-iCal.el") (setq diary-file "~/Dropbox/Notebooks/Projects/Diary.txt") (require 'org-mac-iCal) (setq org-modules "~/Dropbox/Emacs/") (add-to-list 'org-modules 'org-mac-iCal) (setq org-agenda-include-diary t) (org-mac-iCal) I get the following error on startup: Symbol's function definition is void: org-pop-to-buffer-same-window If anyone could help me to figure this out, I=E2=80=99d appreciate it. Thanks R=C3=B3n=C3=A1n=