emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Display only after inactive timestamp


From: Zach Sheffler
Subject: Re: [O] Display only after inactive timestamp
Date: Fri, 15 Aug 2014 16:41:14 -0500

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 <address@hidden> wrote:
> Can you provide a copy of your current agenda setup (custom and global?)
>
>
> From: address@hidden
> [mailto:address@hidden On Behalf
> Of Zach Sheffler
> Sent: Friday, August 15, 2014 1:23 PM
> To: address@hidden
> 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.
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]