From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Riedy Subject: Bug: Error in org-agenda-files => org-remember really breaks. Date: Mon, 14 Apr 2008 21:59:04 -0700 Message-ID: <87iqyj4stj.fsf@sparse.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JldGN-0004dt-MB for emacs-orgmode@gnu.org; Tue, 15 Apr 2008 00:59:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JldGL-0004aq-KV for emacs-orgmode@gnu.org; Tue, 15 Apr 2008 00:59:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JldGL-0004ac-Gr for emacs-orgmode@gnu.org; Tue, 15 Apr 2008 00:59:21 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JldGL-000859-9E for emacs-orgmode@gnu.org; Tue, 15 Apr 2008 00:59:21 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JldGH-00069h-Id for emacs-orgmode@gnu.org; Tue, 15 Apr 2008 04:59:17 +0000 Received: from 76-191-193-207.dsl.dynamic.sonic.net ([76.191.193.207]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Apr 2008 04:59:17 +0000 Received: from jason by 76-191-193-207.dsl.dynamic.sonic.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Apr 2008 04:59:17 +0000 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 I haven't tried debugging this one, and I'm still not sure how I figured out the problem. I accidentally set org-agenda-files to a directory "~/.orgs" rather than (list "~/.orgs"). So something tried to read the directory as a list of files... And then org-remember breaks in utterly confusing ways. Some of the escape codes are parsed correctly, some are not (e.g. %? and %!). And C-c C-c and C-c C-k both refuse to work correctly... Good luck. ;) Jason