From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Feature Request: org-agenda-set-category Date: Wed, 05 Sep 2007 07:19:40 +0200 Message-ID: <87642pheoj.fsf@bzg.ath.cx> References: <18141.23318.769156.930384@gargle.gargle.HOWL> <877in6e2fm.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISnlZ-0000a1-9T for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 01:49:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISnlY-0000Yo-BB for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 01:49:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISnlY-0000YW-56 for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 01:49:28 -0400 Received: from hu-out-0506.google.com ([72.14.214.228]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISnlX-0005Nm-K1 for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 01:49:27 -0400 Received: by hu-out-0506.google.com with SMTP id 23so1863132huc for ; Tue, 04 Sep 2007 22:49:27 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Wed, 5 Sep 2007 05:40:26 +0200") 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 Carsten Dominik writes: >> it will be okay to set >> whatever property you want through the column view -- and perhaps the >> column view itself would be available in the agenda ebuffer > > it is! Argh... I didn't even give it a try, shame on me. But now that I boldly did, C-c C-x C-c in the agenda buffer complained: ,---- | Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) | org-get-level-face(2) | org-columns-display-here((("SCHEDULED" . "2007-09-08 sam"))) | #[(x) "Á@!ˆÂA!‡" [x goto-line org-columns-display-here] 2]((15 ("SCHEDULED" . "2007-09-08 sam"))) | mapc(#[(x) "Á@!ˆÂA!‡" [x goto-line org-columns-display-here] 2] ((15 ("SCHEDULED" . "2007-09-08 sam")) (14 ("SCHEDULED" . "2007-09-08 sam")) (13 ("SCHEDULED" . "2007-09-08 sam")) (12 ("SCHEDULED" . "2007-09-08 sam")) (10 ("SCHEDULED" . "2007-09-07 ven") ("CLOSED" . "2007-09-04 mar 18:38")) (9) (5))) | org-agenda-columns() | call-interactively(org-agenda-columns) `---- Looks like `org-columns-display-here' is expecting some *real* headings with leading asterisks (See (looking-at "\\(\\**\\)\\(\\* \\)")). Or did I miss something? -- Bastien