From: Matt Lundin <mdl@imapmail.org>
To: Nathan Neff <nathan.neff@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Agenda: Hide Sched. Items
Date: Mon, 13 Sep 2010 14:07:24 -0400 [thread overview]
Message-ID: <87vd69y0tf.fsf@archdesk.localdomain> (raw)
In-Reply-To: <AANLkTi=BDnjTqooH086bC-AS2noDohNhFED-bEp3Ubqy@mail.gmail.com> (Nathan Neff's message of "Mon, 13 Sep 2010 12:52:37 -0500")
Nathan Neff <nathan.neff@gmail.com> writes:
> Is there a way to hide Scheduled Items in a custom Agenda View?
>
Yes. You can use the variable org-agenda-entry-types.
> I have the following custom agenda set up:
>
> ("&" "Timeline" ((agenda "" ))
> ((org-agenda-ndays 1)
> (org-agenda-show-log t)
> (org-agenda-clockreport-mode t)
> (org-agenda-log-mode-items '(clock))
> )
> )
>
Here's an example:
(setq org-agenda-custom-commands
'(("&" "Timeline" ((agenda "" ))
((org-agenda-ndays 1)
(org-agenda-show-log t)
(org-agenda-clockreport-mode t)
(org-agenda-log-mode-items '(clock))
(org-agenda-entry-types '(:timestamp :sexp :deadline)) ;; [1]
))))
HTH,
Matt
Footnotes:
[1] Added line. Note the absence of :scheduled.
next prev parent reply other threads:[~2010-09-13 18:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-13 17:52 Agenda: Hide Sched. Items Nathan Neff
2010-09-13 18:07 ` Matt Lundin [this message]
[not found] ` <AANLkTinJZg3R0Rk78dCXW9cJC+9zhcsbENSygh+e7L_H@mail.gmail.com>
2010-09-13 19:06 ` Fwd: " Nathan Neff
2010-10-15 7:06 ` Antti Kaihola
2011-01-04 15:57 ` Bastien
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=87vd69y0tf.fsf@archdesk.localdomain \
--to=mdl@imapmail.org \
--cc=emacs-orgmode@gnu.org \
--cc=nathan.neff@gmail.com \
/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).