From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: org-agenda-filter-by-tag doesn't work with custom effort property Date: Tue, 24 Feb 2009 16:11:28 +0100 Message-ID: <87zlgb50pr.fsf@CPU107.opentrends.net> References: <877i3f6g5v.fsf@CPU107.opentrends.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lbywy-0003DU-9Z for emacs-orgmode@gnu.org; Tue, 24 Feb 2009 10:12:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lbywv-0003B0-Ux for emacs-orgmode@gnu.org; Tue, 24 Feb 2009 10:11:59 -0500 Received: from [199.232.76.173] (port=60890 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lbywv-0003AZ-OO for emacs-orgmode@gnu.org; Tue, 24 Feb 2009 10:11:57 -0500 Received: from fg-out-1718.google.com ([72.14.220.158]:44478) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lbywv-0005QH-Dy for emacs-orgmode@gnu.org; Tue, 24 Feb 2009 10:11:57 -0500 Received: by fg-out-1718.google.com with SMTP id l27so102027fgb.30 for ; Tue, 24 Feb 2009 07:11:56 -0800 (PST) In-Reply-To: <877i3f6g5v.fsf@CPU107.opentrends.net> (Daniel Clemente's message of "Tue, 24 Feb 2009 15:52:28 +0100") 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 Mmm... this also fails when editing the value of a property in column mod= e in agenda (C-c a a =E2=80=A6 C-c C-x C-c =E2=80=A6 e): Debugger entered--Lisp error: (wrong-type-argument stringp ("0 0:10 0:30 1:= 00 2:00 3:00 4:00 5:00 6:00 12:00 18:00 24:00 30:00")) string-match("\\S-" ("0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 12:00 18:= 00 24:00 30:00")) org-property-get-allowed-values(# "Effort" = table) org-columns-edit-value() call-interactively(org-columns-edit-value nil nil) But this is an old org-mode (6.12b) and it may have been corrected since = then.