emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Zach Sheffler <zsheffler@gmail.com>
To: Subhan Michael Tindall <SubhanT@familycareinc.org>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Display only after inactive timestamp
Date: Mon, 18 Aug 2014 10:46:19 -0500	[thread overview]
Message-ID: <CABwvrdBJ3Y+bqyzNgJNGSHMx_Z0c67_me=1e1o1x6+XC1dMHfQ@mail.gmail.com> (raw)
In-Reply-To: <50855145fc38420dbd09d12cf58acb1d@fcmailsvr2.familycareinc.org>

[-- Attachment #1: Type: text/plain, Size: 5277 bytes --]

I did attempt to set that to true previously; while it caused the desired
behavior it also included the inactive timestamps in the agenda grid which
is what I was trying to avoid originally.


On Fri, Aug 15, 2014 at 5:16 PM, Subhan Michael Tindall <
SubhanT@familycareinc.org> wrote:

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

[-- Attachment #2: Type: text/html, Size: 6998 bytes --]

      reply	other threads:[~2014-08-18 15:46 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
2014-08-18 15:46       ` Zach Sheffler [this message]

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='CABwvrdBJ3Y+bqyzNgJNGSHMx_Z0c67_me=1e1o1x6+XC1dMHfQ@mail.gmail.com' \
    --to=zsheffler@gmail.com \
    --cc=SubhanT@familycareinc.org \
    --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).