From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org-mode version 6.30trans (release_6.30d.856.ga70c); Search in agenda buffer for todo keyword gives org-agenda-error: Command not allowed in this line Date: Fri, 18 Sep 2009 22:03:28 +0100 Message-ID: References: <200909181819.n8IIJF4Y011526@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MokcF-0008Mz-5s for emacs-orgmode@gnu.org; Fri, 18 Sep 2009 17:03:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mokc9-0008MN-Sh for emacs-orgmode@gnu.org; Fri, 18 Sep 2009 17:03:38 -0400 Received: from [199.232.76.173] (port=38264 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mokc9-0008MK-Mi for emacs-orgmode@gnu.org; Fri, 18 Sep 2009 17:03:33 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:58896) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mokc8-0007LA-Is for emacs-orgmode@gnu.org; Fri, 18 Sep 2009 17:03:33 -0400 Received: by ewy7 with SMTP id 7so1629028ewy.31 for ; Fri, 18 Sep 2009 14:03:30 -0700 (PDT) In-Reply-To: <200909181819.n8IIJF4Y011526@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Sep 18, 2009, at 7:19 PM, Bernt Hansen wrote: > Everybody has a todo keyword of 'TODO' right? :) > > If you generate a list of tasks with C-c a t and then search for > 'TODO' with c-s TODO and then repeat C-s until you're on a task with a > keyword of TODO and hit RET then navigation to display the task is > broken. > > SPC and RET both return 'org-agenda-error: Command not allowed in this > line' > > Searching for other keywords seems to break those but fix the tasks > for the previous match. > > WORKAROUND: Hit 'g' in the agenda to redisplay and everything is > magically fixed. > > -Bernt > > Emacs : GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) > of 2008-11-09 on raven, modified by Debian > Package: Org-mode version 6.30trans (release_6.30d.856.ga70c) > > current state: (lots of stuff removed) > ============== > (setq > org-todo-keyword-faces '(("TODO" :foreground "red" :weight bold) > ("STARTED" :foreground "blue" :weight bold) > ("DONE" :foreground "forest green" :weight bold) > ("WAITING" :foreground "orange" :weight bold) > ("SOMEDAY" :foreground "magenta" :weight bold) > ("CANCELLED" :foreground "forest green" :weight bold) > ("QUOTE" :foreground "red" :weight bold) > ("QUOTED" :foreground "magenta" :weight bold) > ("APPROVED" :foreground "forest green" :weight bold) > ("EXPIRED" :foreground "forest green" :weight bold) > ("REJECTED" :foreground "forest green" :weight bold) > ("OPEN" :foreground "blue" :weight bold)) > org-agenda-custom-commands '(("s" "Started Tasks" todo "STARTED" > ((org-agenda-todo-ignore-with-date nil))) > ("w" "Tasks waiting on something" tags "WAITING/!" > ((org-use-tag-inheritance nil))) > ("r" "Refile New Notes and Tasks" tags "LEVEL=1+REFILE" > ((org-agenda-todo-ignore-with-date nil))) > ("N" "Notes" tags "NOTE" nil) > ("n" "Next" tags "NEXT-WAITING-CANCELLED/!" nil) > ("p" "Projects" tags-todo "LEVEL=2/!-DONE-CANCELLED- > WAITING" nil)) > org-todo-state-tags-triggers '(("CANCELLED" ("CANCELLED" . t)) > ("WAITING" ("WAITING" . t) ("NEXT")) > ("SOMEDAY" ("WAITING" . t)) (done ("NEXT") ("WAITING")) > ("TODO" ("WAITING") ("CANCELLED")) > ("STARTED" ("WAITING") ("NEXT" . t))) > org-todo-keywords '((sequence "TODO(t!)" "STARTED(s!)" "|" > "DONE(d!/!)") > (sequence "WAITING(w@/!)" "SOMEDAY(S!)" "OPEN(O@)" "|" > "CANCELLED(c@/!)") > (sequence "QUOTE(q!)" "QUOTED(Q!)" "|" "APPROVED(A@)" > "EXPIRED(E@)" > "REJECTED(R@)") > ) > ) > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode