From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Agenda column view conflicts with diary inclusion Date: Sun, 04 Jan 2009 19:46:22 -0600 Message-ID: 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 1LJeY2-0002JL-Sc for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 20:46:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJeY0-0002J9-Dg for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 20:46:29 -0500 Received: from [199.232.76.173] (port=59320 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJeY0-0002J6-9E for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 20:46:28 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:54809) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJeXz-0007b8-KZ for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 20:46:28 -0500 Received: from Macintosh-5.local (pool-96-248-128-134.sbndin.dsl-w.verizon.net [96.248.128.134]) by mail.messagingengine.com (Postfix) with ESMTPSA id 09E813A2F8 for ; Sun, 4 Jan 2009 20:46:23 -0500 (EST) 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 When I include diary entries in the agenda, I get the following error while calling columns view in the agenda: org-entry-properties: Wrong type argument: stringp, nil When I turn off diary inclusion by typing "D", the problem goes away. Certainly, it is trivial to turn off diary inclusion before calling columns view or to create a custom agenda command that does the same, but I thought I'd report this behavior. Thanks, Matt