emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nathan Neff <nathan.neff@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Fwd: Agenda: Hide Sched. Items
Date: Mon, 13 Sep 2010 14:06:43 -0500	[thread overview]
Message-ID: <AANLkTim899DwCzVY7SybTOtFcty0eGdHFxQqSx+udsO9@mail.gmail.com> (raw)
In-Reply-To: <AANLkTinJZg3R0Rk78dCXW9cJC+9zhcsbENSygh+e7L_H@mail.gmail.com>

---------- Forwarded message ----------
From: Nathan Neff <nathan.neff@gmail.com>
Date: Mon, Sep 13, 2010 at 2:06 PM
Subject: Re: Agenda: Hide Sched. Items
To: Matt Lundin <mdl@imapmail.org>


On Mon, Sep 13, 2010 at 1:07 PM, Matt Lundin <mdl@imapmail.org> wrote:
> 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]
>          ))))

Thanks! I don't want deadlines, and I think that :timestamp
entries are items like "Marked DONE", or "Marked STARTED".
I also don't really know what :sexp items look like, although I suspect
they're "diary" style headlines that show up when you keep a diary, like this:
* 2010-09 September.

So, I just marked the list as empty (see below), and it works the way
I want.  Thanks again!

> (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 '()) ;; [1] <-----pass blank list.
>          ))))

Thanks again,
--Nate

> HTH,
> Matt
>
> Footnotes:
>
> [1] Added line. Note the absence of :scheduled.
>

  parent reply	other threads:[~2010-09-13 19:06 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
     [not found]   ` <AANLkTinJZg3R0Rk78dCXW9cJC+9zhcsbENSygh+e7L_H@mail.gmail.com>
2010-09-13 19:06     ` Nathan Neff [this message]
2010-10-15  7:06       ` Fwd: " 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=AANLkTim899DwCzVY7SybTOtFcty0eGdHFxQqSx+udsO9@mail.gmail.com \
    --to=nathan.neff@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).