From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zach Sheffler Subject: Re: Display only after inactive timestamp Date: Mon, 18 Aug 2014 10:46:19 -0500 Message-ID: References: <9067eb9f077b42d6bd94df693ecceb48@fcmailsvr2.familycareinc.org> <50855145fc38420dbd09d12cf58acb1d@fcmailsvr2.familycareinc.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf3005dd80da40020500e94611 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJP8s-0006wh-Sk for emacs-orgmode@gnu.org; Mon, 18 Aug 2014 11:46:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJP8r-0004fh-07 for emacs-orgmode@gnu.org; Mon, 18 Aug 2014 11:46:42 -0400 Received: from mail-yk0-x233.google.com ([2607:f8b0:4002:c07::233]:65519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJP8q-0004fd-P3 for emacs-orgmode@gnu.org; Mon, 18 Aug 2014 11:46:40 -0400 Received: by mail-yk0-f179.google.com with SMTP id 142so4389105ykq.38 for ; Mon, 18 Aug 2014 08:46:39 -0700 (PDT) In-Reply-To: <50855145fc38420dbd09d12cf58acb1d@fcmailsvr2.familycareinc.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Subhan Michael Tindall Cc: "emacs-orgmode@gnu.org" --20cf3005dd80da40020500e94611 Content-Type: text/plain; charset=UTF-8 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 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. > --20cf3005dd80da40020500e94611 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I did attempt to set that to true previously; while it cau= sed the desired behavior it also included the inactive timestamps in the ag= enda 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-age= nda-include-inactive-timestamps ?

> -----Original Message-----
> From: Zach Sheffler [mailto:zsh= effler@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&= #39;s the
> relevant command:
>
> (quote (("b" "Agenda with bitwork" ((agenda "= " nil) (tags "bit"
> ((org-agenda-overriding-header "Bitwork") (org-agenda-skip-f= unction
> (quote (org-agenda-skip-entry-if (quote todo) (quote done)))))) (tags = "rest"
> ((org-agenda-overriding-header "Rest") (org-agenda-skip-func= tion (quote
> (org-agenda-skip-entry-if (quote
> todo) (quote done)))) (org-agenda-skip-function (quote (org-agenda-ski= p-
> entry-if (quote timestamp)
>
> The "rest" tab is currently set up such that it will hide be= fore the timestamp,
> but the timestamp (scheduled, technically) must be active and thus sho= ws on
> the agenda. Is there a way to keep it off the time grid while still pe= rserving
> taht?
>
> Here's my global setup:
>
>=C2=A0 '(org-agenda-clockreport-parameter-plist (quote (:link f :ma= xlevel 3)))=C2=A0 '(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-en= try-if (quote
> todo) (quote done)))) (org-agenda-skip-function (quote (org-agenda-ski= p-
> entry-if (quote timestam= p) (quote future))))))) nil
> nil) ("w" "Unscheduled TODO items" ((todo "TO= DO"
> ((org-agenda-skip-function (quote (org-agenda-skip-entry-if (quote
> scheduled)))) (org-agenda-tag-filter-preset (quote ("-rest"<= br> > "-bit")))))) nil))))
>=C2=A0 '(org-agenda-diary-file "C:\\Users\\sheff036\\Dropbox\\= todo\\org-
> diary.org") >=C2=A0 '(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")))
>=C2=A0 '(org-agenda-include-diary t)
>=C2=A0 '(org-agenda-insert-diary-extract-time t)=C2=A0 '(org-ag= enda-insert-diary-strategy
> (quote top-level))=C2=A0 '(org-agenda-log-mode-items (quote (close= d clock)))
> '(org-agenda-mouse-1-follows-link nil)=C2=A0 '(org-agenda-skip= -deadline-
> prewarning-if-scheduled 3)=C2=A0 '(org-agenda-skip-scheduled-if-do= ne t)=C2=A0 '(org-
> agenda-span (quote day))=C2=A0 '(org-agenda-start-with-clockreport= -mode t)
> '(org-agenda-start-with-log-mode nil)=C2=A0 '(org-agenda-tags-= todo-honor-ignore-
> options t)=C2=A0 '(org-agenda-todo-ignore-scheduled (quote future)= )=C2=A0 '(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=3Dfamilycareinc.org@gnu.org
> > [mailto:emacs-= orgmode-bounces+subhant=3D= familycareinc.org@gnu.org]
> On
> > Behalf Of Zach Sheffler
> > Sent: Friday, August 15, 2014 1:23 PM
> > To: emacs-orgmode@gnu.or= g
> > Subject: [O] Display only after inactive timestamp
> >
> > I am trying to get items with a specific tag to show only after a= n
> > inactive
> > (recurring) timestamp such that they show on the search-by-tag bu= t 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 e= ntity
> > to which it is addressed and may contain information that is
> > privileged, confidential and exempt from disclosure under applica= ble
> > law. If you are not the intended addressee, nor authorized to rec= eive
> > 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 e= mail and
> delete the message.=C2=A0 Thank you.
> >

This message is intended for the sole use of the individual and entity to w= hich it is addressed and may contain information that is privileged, confid= ential and exempt from disclosure under applicable law. If you are not the = intended addressee, nor authorized to receive for the intended addressee, y= ou are hereby notified that you may not use, copy, disclose or distribute t= o anyone the message or any information contained in the message. If you ha= ve received this message in error, please immediately advise the sender by = reply email and delete the message.=C2=A0 Thank you.

--20cf3005dd80da40020500e94611--