emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Display only after inactive timestamp
@ 2014-08-15 20:23 Zach Sheffler
  2014-08-15 21:20 ` Subhan Michael Tindall
  0 siblings, 1 reply; 5+ messages in thread
From: Zach Sheffler @ 2014-08-15 20:23 UTC (permalink / raw)
  To: emacs-orgmode

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

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?

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Display only after inactive timestamp
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Subhan Michael Tindall @ 2014-08-15 21:20 UTC (permalink / raw)
  To: 'Zach Sheffler', emacs-orgmode@gnu.org

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

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.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Display only after inactive timestamp
  2014-08-15 21:20 ` Subhan Michael Tindall
@ 2014-08-15 21:41   ` Zach Sheffler
  2014-08-15 22:16     ` Subhan Michael Tindall
  0 siblings, 1 reply; 5+ messages in thread
From: Zach Sheffler @ 2014-08-15 21:41 UTC (permalink / raw)
  To: Subhan Michael Tindall; +Cc: emacs-orgmode@gnu.org

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Display only after inactive timestamp
  2014-08-15 21:41   ` Zach Sheffler
@ 2014-08-15 22:16     ` Subhan Michael Tindall
  2014-08-18 15:46       ` Zach Sheffler
  0 siblings, 1 reply; 5+ messages in thread
From: Subhan Michael Tindall @ 2014-08-15 22:16 UTC (permalink / raw)
  To: 'Zach Sheffler'; +Cc: emacs-orgmode@gnu.org

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Display only after inactive timestamp
  2014-08-15 22:16     ` Subhan Michael Tindall
@ 2014-08-18 15:46       ` Zach Sheffler
  0 siblings, 0 replies; 5+ messages in thread
From: Zach Sheffler @ 2014-08-18 15:46 UTC (permalink / raw)
  To: Subhan Michael Tindall; +Cc: emacs-orgmode@gnu.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 --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-18 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

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