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: Mon, 05 Jan 2015 17:58:52 -0500 Message-ID: <87sifobzrn.fsf@alphaville.usersys.redhat.com> References: <878uhoao83.fsf@pierrot.dokosmarshall.org> <87387ujmfr.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8GcV-0003Mt-Rt for emacs-orgmode@gnu.org; Mon, 05 Jan 2015 17:59:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8GcR-0003BL-Lk for emacs-orgmode@gnu.org; Mon, 05 Jan 2015 17:59:31 -0500 Received: from plane.gmane.org ([80.91.229.3]:48241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8GcR-0003Ah-Fl for emacs-orgmode@gnu.org; Mon, 05 Jan 2015 17:59:27 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y8GcD-0003KL-52 for emacs-orgmode@gnu.org; Mon, 05 Jan 2015 23:59:13 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Jan 2015 23:59:13 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Jan 2015 23:59:13 +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: > Thanks for your help, Nick. I found that C-c C-e c f replaces > org-export-icalendar-this-file. It would be nice if M-x > org-export-icalendar-this-file is undefined or pops up an error message > stating that it has been replaced by C-c C-e c f. org-export-icalendar-this-file *is* undefined in versions of org >= 8.0. When I try M-x org-export-icalendar-this-file on a modern org, I get "No match". The fact that you get something else is indicative of installation problems as I alluded to before. In the current version, C-c C-e c f is bound to the command org-icalendar-export-to-ics. Nick