emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* custom agenda view
@ 2009-12-24 11:10 Yuri Goncharov
  2009-12-24 11:20 ` Manish
  2009-12-24 11:21 ` Matt Lundin
  0 siblings, 2 replies; 6+ messages in thread
From: Yuri Goncharov @ 2009-12-24 11:10 UTC (permalink / raw)
  To: Emacs-orgmode

I try to make custom agenda view with todo keyword STARTED and tag @HOME
I wrote this code

(setq org-agenda-custom-commands
      (quote  
	(("w" "work tasks" tags-todo
	"+STARTED+@WORK" ((org-agenda-todo-ignore-with-date nil))) 
	("h" "home tasks" tags-todo
	"+STARTED+@HOME" ((org-agenda-todo-ignore-with-date nil))) 
	("n" "Notes" tags "NOTE" nil))))

but it's not work.

-- 
Highlink Ltd. St-Peterburg, Russia
+7 812 3341212
http://www.hl.ru

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Custom agenda view
@ 2008-02-02 17:39 Sebastjan Trepca
  2008-02-02 19:27 ` Sebastjan Trepca
  0 siblings, 1 reply; 6+ messages in thread
From: Sebastjan Trepca @ 2008-02-02 17:39 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I'm trying to create a custom view that should display agenda for only
items that are scheduled today and include a specific tag together
with tasks that has NEXT todo keyword and the same tag.

Currently I have this:

("h" "Home tasks" ((agenda) (tags "HOME/NEXT")))

The problem is that agenda, it shows all scheduled tasks and not only
those with HOME tag. I tried with org-agenda-skip-entry-if but I can't
make it work.

Thanks.

-- 
Sebastjan

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-12-24 11:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-24 11:10 custom agenda view Yuri Goncharov
2009-12-24 11:20 ` Manish
2009-12-24 11:21 ` Matt Lundin
2009-12-24 11:36   ` Yuri Goncharov
  -- strict thread matches above, loose matches on Subject: below --
2008-02-02 17:39 Custom " Sebastjan Trepca
2008-02-02 19:27 ` Sebastjan Trepca

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).