From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: org-export-icalendar-this-file doesn't work [8.2.10 (8.2.10-29-g89a0ac-elpa @ /home/vadmin/.emacs.d/elpa/org-20141222/)] Date: Tue, 30 Dec 2014 15:15:24 -0500 Message-ID: <878uhoao83.fsf@pierrot.dokosmarshall.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y63Cj-0002jL-FG for emacs-orgmode@gnu.org; Tue, 30 Dec 2014 15:15:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y63Ce-0001k5-AV for emacs-orgmode@gnu.org; Tue, 30 Dec 2014 15:15:45 -0500 Received: from plane.gmane.org ([80.91.229.3]:44806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y63Ce-0001jv-2T for emacs-orgmode@gnu.org; Tue, 30 Dec 2014 15:15:40 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y63Cc-0003OL-UN for emacs-orgmode@gnu.org; Tue, 30 Dec 2014 21:15:39 +0100 Received: from pool-108-20-41-17.bstnma.fios.verizon.net ([108.20.41.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Dec 2014 21:15:38 +0100 Received: from ndokos by pool-108-20-41-17.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Dec 2014 21:15:38 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Felix Fernandes writes: > I recently updated to the latest org-mode version (using M-x list-packages). Now M-x org-export-icalendar-this file > doesn't work. I get the following error message: > org-export-icalendar: Symbol's function definition is void: org-prepare-agenda-buffers > > More information below.  Please advise. Thank you. > AFAICT, there is no `org-export-icalendar' function in the current version(s) of org. I suspect you are picking up bits and pieces from the version of org that was bundled with your emacs (a so-called "mixed installation"). You probably need to make sure that you install org correctly, so that the previous bits are shadowed completely. Read the "Using Emacs packaging system" subsection of the "Installation" section of the Org manual for important information: (info "(org) Installation") > > Emacs  : GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) >  of 2014-02-22 on chindi10, modified by Debian > Package: Org-mode version 8.2.10 (8.2.10-29-g89a0ac-elpa @ /home/vadmin/.emacs.d/elpa/org-20141222/) > Nick