From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill Purcell Subject: Trouble with ical export Date: Thu, 7 Jan 2010 09:11:45 -0600 Message-ID: <697bcf1e1001070711m16b69721na81cc753413f6275@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSu1j-0002r6-8c for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 10:11:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSu1e-0002kN-GJ for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 10:11:54 -0500 Received: from [199.232.76.173] (port=52615 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSu1e-0002k6-AS for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 10:11:50 -0500 Received: from mail-fx0-f228.google.com ([209.85.220.228]:36615) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSu1e-0001UN-1N for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 10:11:50 -0500 Received: by fxm28 with SMTP id 28so9588039fxm.26 for ; Thu, 07 Jan 2010 07:11:48 -0800 (PST) Received: by fg-out-1718.google.com with SMTP id 19so7291791fgg.12 for ; Thu, 07 Jan 2010 07:11:46 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Test org file * Project ** TODO Project Task 1 <2010-01-07 Thu> After trying to export this as an ical file with 'C-c C-e i', I get the following error Select command: if: Autoloading failed to define function org-export-icalendar-this-file I am using org-version is a variable defined in `org.el'. Its value is "6.33trans" which I merged/fast-forwarded this morning. And my load path looks like (for org related material) ("~/repos/org-mode/contrib/lisp" "~/repos/org-mode/lisp" ... [I removed the /usr/share/emacs/23.0.91/lisp/org directory because I thought I was having conflicts] ...) My .emacs pertinent information is (add-to-list 'load-path "~/repos/org-mode/lisp") (add-to-list 'load-path "~/repos/org-mode/contrib/lisp") (require 'org) (require 'org-checklist) ... and then a handful of functions cut-n-pasted from the web for handling clock-in/clock-out ... I'm not really sure where to start. I appreciate the help in advance. Regards, Bill