emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Help: Saving Agenda Views
@ 2015-02-04 18:21 Tory S. Anderson
  2015-02-04 21:27 ` Tory S. Anderson
  0 siblings, 1 reply; 6+ messages in thread
From: Tory S. Anderson @ 2015-02-04 18:21 UTC (permalink / raw)
  To: orgmode list

I'm trying to save an agenda view that I can arrive at in the following way: 

1. Load agenda 			(default 1-day view)
2. / TAB "English_Class"	(reduce to only entries tagged English_Class)	
3. \ - TAB "schedule"		(further reduce by removing entries having a :schedule tag)
4. w				(load a 7-day span, week-view)

However, I've been unable to grok the directions at http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.html 

The closest I've come is this: 

--8<---------------cut here---------------start------------->8---
(setq org-agenda-custom-commands
      '(("c" "Class agendas" agenda "" 
	((org-agenda-tag-filter '("+LMC_6215"))
	 (org-agenda-span 7)))))
--8<---------------cut here---------------end--------------->8---

But while this successfully sets the span, it fails to filter the buffer (let alone getting to my second filter). Where am I going wrong? 

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

end of thread, other threads:[~2015-02-05 23:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-04 18:21 Help: Saving Agenda Views Tory S. Anderson
2015-02-04 21:27 ` Tory S. Anderson
2015-02-04 22:40   ` Subhan Michael Tindall
2015-02-05 11:39     ` Tory S. Anderson
2015-02-05 17:23       ` Subhan Michael Tindall
2015-02-05 23:14         ` Tory S. Anderson

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).