emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Help with agenda-custom commands


From: Paul Holcomb
Subject: [Orgmode] Help with agenda-custom commands
Date: Wed, 24 Sep 2008 18:16:37 -0500
User-agent: Mutt/1.4.2i

 I'm pretty new to elisp and I'm having difficulty figuring out how
 to implement two things in org-agenda-custom-commands:

 *) Is there a simple way to construct an agenda view that:
  -shows all past scheduled events for one TODO keyword only
  -skips for all others

 The only way I could figure out it could work is to write a large
 org-agenda-skip function that explicitly looks at subtrees and
 duplicates the org-scheduled-past-days check code.

 Unless I'm mistaken a block view won't work because the value of
 org-scheduled-past-days is local to the agenda command and not each
 block inside of it.


 *) Using a defconst symbol or function that evaluates to a stringp
 in place of an actual string in for the match field.  

 ex: 
      ("A" ""  tags-todo 'org-pah-todo-exclude nil nil)


           (type-of org-pah-todo-exclude)  
                ==> stringp

  I also tried using concat and format for that argument.  The error
  is always: 

  Debugger entered--Lisp error: (wrong-type-argument stringp (quote 
org-pah-todo-exclude))
    string-match("/+" (quote org-pah-todo-exclude))
    org-make-tags-matcher((quote org-pah-todo-exclude))
    org-tags-view((4) (quote org-pah-todo-exclude))

  It seems like the evaluation order is at fault, but I couldn't get further.

 Any suggestions?
 
 Thanks,

-- 
Paul Holcomb                               *pholcomb    \@      cpoint  net*
GPG key fingerprint          2B62 05AE EE74 845A 705F  D716 28C4 FE1C 088F CFAC




reply via email to

[Prev in Thread] Current Thread [Next in Thread]