all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Subhan Michael Tindall <SubhanT@familycareinc.org>
To: 'Zach Sheffler' <zsheffler@gmail.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Display only after inactive timestamp
Date: Fri, 15 Aug 2014 22:16:03 +0000	[thread overview]
Message-ID: <50855145fc38420dbd09d12cf58acb1d@fcmailsvr2.familycareinc.org> (raw)
In-Reply-To: <CABwvrdCNGjApEy=OsDim4aYq0QbBFwDRfs7Mvc8Km4s3NgN=2A@mail.gmail.com>

I don't see it set anywhere here, but try checking the value of org-agenda-include-inactive-timestamps ?

> -----Original Message-----
> From: Zach Sheffler [mailto:zsheffler@gmail.com]
> Sent: Friday, August 15, 2014 2:41 PM
> To: Subhan Michael Tindall
> Cc: emacs-orgmode@gnu.org
> Subject: Re: [O] Display only after inactive timestamp
> 
> The entire global setup is included at the end. For readability, here's the
> relevant command:
> 
> (quote (("b" "Agenda with bitwork" ((agenda "" nil) (tags "bit"
> ((org-agenda-overriding-header "Bitwork") (org-agenda-skip-function
> (quote (org-agenda-skip-entry-if (quote todo) (quote done)))))) (tags "rest"
> ((org-agenda-overriding-header "Rest") (org-agenda-skip-function (quote
> (org-agenda-skip-entry-if (quote
> todo) (quote done)))) (org-agenda-skip-function (quote (org-agenda-skip-
> entry-if (quote timestamp)
> 
> The "rest" tab is currently set up such that it will hide before the timestamp,
> but the timestamp (scheduled, technically) must be active and thus shows on
> the agenda. Is there a way to keep it off the time grid while still perserving
> taht?
> 
> Here's my global setup:
> 
>  '(org-agenda-clockreport-parameter-plist (quote (:link f :maxlevel 3)))  '(org-
> agenda-custom-commands (quote (("b" "Agenda with bitwork"
> ((agenda "" nil) (tags "bit" ((org-agenda-overriding-header "Bitwork") (org-
> agenda-skip-function (quote (org-agenda-skip-entry-if (quote
> todo) (quote done)))))) (tags "rest" ((org-agenda-overriding-header
> "Rest") (org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote
> todo) (quote done)))) (org-agenda-skip-function (quote (org-agenda-skip-
> entry-if (quote timestamp) (quote future))))))) nil
> nil) ("w" "Unscheduled TODO items" ((todo "TODO"
> ((org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote
> scheduled)))) (org-agenda-tag-filter-preset (quote ("-rest"
> "-bit")))))) nil))))
>  '(org-agenda-diary-file "C:\\Users\\sheff036\\Dropbox\\todo\\org-
> diary.org")
>  '(org-agenda-files (quote
> ("c:/Users/sheff036/Dropbox/todo/Teaching.org"
> "c:/Users/sheff036/Dropbox/todo/Work.org"
> "c:/Users/sheff036/Dropbox/todo/Research.org"
> "c:/Users/sheff036/Dropbox/todo/Personal.org")))
>  '(org-agenda-include-diary t)
>  '(org-agenda-insert-diary-extract-time t)  '(org-agenda-insert-diary-strategy
> (quote top-level))  '(org-agenda-log-mode-items (quote (closed clock)))
> '(org-agenda-mouse-1-follows-link nil)  '(org-agenda-skip-deadline-
> prewarning-if-scheduled 3)  '(org-agenda-skip-scheduled-if-done t)  '(org-
> agenda-span (quote day))  '(org-agenda-start-with-clockreport-mode t)
> '(org-agenda-start-with-log-mode nil)  '(org-agenda-tags-todo-honor-ignore-
> options t)  '(org-agenda-todo-ignore-scheduled (quote future))  '(org-
> agenda-window-setup (quote other-frame))
> 
> 
> 
> On 8/15/14, Subhan Michael Tindall <SubhanT@familycareinc.org> wrote:
> > Can you provide a copy of your current agenda setup (custom and
> > global?)
> >
> >
> > From: emacs-orgmode-bounces+subhant=familycareinc.org@gnu.org
> > [mailto:emacs-orgmode-bounces+subhant=familycareinc.org@gnu.org]
> On
> > Behalf Of Zach Sheffler
> > Sent: Friday, August 15, 2014 1:23 PM
> > To: emacs-orgmode@gnu.org
> > Subject: [O] Display only after inactive timestamp
> >
> > I am trying to get items with a specific tag to show only after an
> > inactive
> > (recurring) timestamp such that they show on the search-by-tag but not
> > on the Day-Agenda. I can't seem to figure out the proper way to set up
> > the agenda command, however. Is there a way to accomplish this?
> >
> > This message is intended for the sole use of the individual and entity
> > to which it is addressed and may contain information that is
> > privileged, confidential and exempt from disclosure under applicable
> > law. If you are not the intended addressee, nor authorized to receive
> > for the intended addressee, you are hereby notified that you may not
> > use, copy, disclose or distribute to anyone the message or any
> > information contained in the message. If you have received this
> > message in error, please immediately advise the sender by reply email and
> delete the message.  Thank you.
> >

This message is intended for the sole use of the individual and entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended addressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete the message.  Thank you.

  reply	other threads:[~2014-08-15 22:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-15 20:23 Display only after inactive timestamp Zach Sheffler
2014-08-15 21:20 ` Subhan Michael Tindall
2014-08-15 21:41   ` Zach Sheffler
2014-08-15 22:16     ` Subhan Michael Tindall [this message]
2014-08-18 15:46       ` Zach Sheffler

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

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

  git send-email \
    --in-reply-to=50855145fc38420dbd09d12cf58acb1d@fcmailsvr2.familycareinc.org \
    --to=subhant@familycareinc.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=zsheffler@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.