emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: torys.anderson@gmail.com (Tory S. Anderson)
To: orgmode list <emacs-orgmode@gnu.org>
Subject: Help: Saving Agenda Views
Date: Wed, 04 Feb 2015 13:21:19 -0500	[thread overview]
Message-ID: <87pp9pbkrk.fsf@gmail.com> (raw)

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? 

             reply	other threads:[~2015-02-04 18:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-04 18:21 Tory S. Anderson [this message]
2015-02-04 21:27 ` Help: Saving Agenda Views 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pp9pbkrk.fsf@gmail.com \
    --to=torys.anderson@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).