From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David A. Gershman" Subject: iCalendar export using wrong directory? Date: Tue, 23 Mar 2010 18:27:27 -0800 (PST) Message-ID: <20100324022727.63FD832001C@mail.dagertech.net> 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 1NuFNo-0007tJ-FA for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 21:27:44 -0400 Received: from [140.186.70.92] (port=54681 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuFNm-0007sj-NE for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 21:27:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuFNl-0005kb-CF for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 21:27:42 -0400 Received: from dagertech.net ([64.183.98.170]:36021 helo=mail.dagertech.net) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuFNl-0005jY-6u for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 21:27:41 -0400 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: Org-Mode List Hello, My .emacs includes these lines: '(org-agenda-files (quote ("projects.org" "calendar.org"))) '(org-directory "~/") '(org-combined-agenda-icalendar-file "~/webdav/org.ics") ~/webdav is used for my MobileOrg staging area also. In my 'org-directory' are my source .org files including one called 'calendar.org'. My ~/webdav directory normally also has the 'staged' version for MobileOrg. During debugging this problem though, I removed it from ~/webdav so I have only the source in ~/. In short, directory state is: ~/ projects.org calendar.org webdav/ projects.org checksum.dat index.org {no calendar.org} When I issue 'org-export-icalendar-combine-agenda-files', I get the following error: non-existent agenda file calendar.org. [R]emove from list or [A]bort? This leads me to believe, 'org-export-icalendar-combine-agenda-files' is using files in the '~/webdav' directory and not my source files for the export. Is this how it's supposed to work?? i.e. use the "path" included in 'org-combined-agenda-icalendar-file'? Thanks! ---------------------------------------- David A. Gershman gershman@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman