Re: [O] org-agenda-todo-ignore-with-date vs. org-agenda-todo-ignore-timestamp

2014-08-25 Thread Sebastien Vauban
Marcin Borkowski wrote:
 Dnia 2014-08-22, o godz. 21:02:56
 Subhan Michael Tindall subh...@familycareinc.org napisał(a):

  Doesn't this suggest that org-agenda-todo-ignore-with-date is
  obsolete?
 It's functionality is subsumed by org-agenda-todo-ignore-timestamp
 all, yes. [...]

 Well, except that it isn't.  A quick experiment on my agenda showed
 that setting org-agenda-todo-ignore-timestamp gave more TODOs in the
 global TODO list than setting org-agenda-todo-ignore-with-date.  I can
 run further experiments to pinpoint the difference, but maybe somebody
 just *knows* that?

Adding a personal note from my customizations file:

  ╭
  │ If you don't want to show scheduled items, deadlines nor appointments in
  │ lists, you can use either
  │
  │ - `(org-agenda-todo-ignore-with-date t)' or
  │ - `(org-agenda-skip-function '(org-agenda-skip-entry-if 'scheduled 
'deadline 'timestamp))'.
  │
  │ Though, we could make a performance comparison to see whether one is quicker
  │ than the other.
  ╰

Best regards,
  Seb

-- 
Sebastien Vauban




Re: [O] org-agenda-todo-ignore-with-date vs. org-agenda-todo-ignore-timestamp

2014-08-22 Thread Subhan Michael Tindall
Try
C-h v org-agenda-todo-ignore-with-date
C-h v org-agenda-todo-ignore-timestamp

There are substantial differences between the two.
org-agenda-todo-ignore-with-date, when set, ignores all dates, and overrides 
org-agenda-todo-ignore-{scheduled|deadline}
org-agenda-todo-ignore-timestamp is more configurable to ignore past, future, 
all,  or {-}N days in the past or future

Hope this helps!

 -Original Message-
 From: emacs-orgmode-bounces+subhant=familycareinc@gnu.org
 [mailto:emacs-orgmode-bounces+subhant=familycareinc@gnu.org] On
 Behalf Of Marcin Borkowski
 Sent: Friday, August 22, 2014 7:33 AM
 To: Org-mode mailing list
 Subject: [O] org-agenda-todo-ignore-with-date vs. org-agenda-todo-ignore-
 timestamp
 
 Hi list,
 
 what is the difference between these two options?
 
 Best,
 
 --
 Marcin Borkowski
 http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
 Adam Mickiewicz University


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.




Re: [O] org-agenda-todo-ignore-with-date vs. org-agenda-todo-ignore-timestamp

2014-08-22 Thread Marcin Borkowski
Dnia 2014-08-22, o godz. 15:41:34
Subhan Michael Tindall subh...@familycareinc.org napisał(a):

 Try
 C-h v org-agenda-todo-ignore-with-date
 C-h v org-agenda-todo-ignore-timestamp

That's where I started;).

 There are substantial differences between the two.
 org-agenda-todo-ignore-with-date, when set, ignores all dates, and
 overrides org-agenda-todo-ignore-{scheduled|deadline}
 org-agenda-todo-ignore-timestamp is more configurable to ignore past,
 future, all,  or {-}N days in the past or future

Doesn't this suggest that org-agenda-todo-ignore-with-date is
obsolete?

Best,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University



Re: [O] org-agenda-todo-ignore-with-date vs. org-agenda-todo-ignore-timestamp

2014-08-22 Thread Subhan Michael Tindall


 -Original Message-
 From: emacs-orgmode-bounces+subhant=familycareinc@gnu.org
 [mailto:emacs-orgmode-bounces+subhant=familycareinc@gnu.org] On
 Behalf Of Marcin Borkowski
 Sent: Friday, August 22, 2014 11:54 AM
 To: emacs-orgmode@gnu.org
 Subject: Re: [O] org-agenda-todo-ignore-with-date vs. org-agenda-todo-
 ignore-timestamp
 
 Dnia 2014-08-22, o godz. 15:41:34
 Subhan Michael Tindall subh...@familycareinc.org napisał(a):
 
  Try
  C-h v org-agenda-todo-ignore-with-date C-h v
  org-agenda-todo-ignore-timestamp
 
 That's where I started;).
 
  There are substantial differences between the two.
  org-agenda-todo-ignore-with-date, when set, ignores all dates, and
  overrides org-agenda-todo-ignore-{scheduled|deadline}
  org-agenda-todo-ignore-timestamp is more configurable to ignore past,
  future, all,  or {-}N days in the past or future
 
 Doesn't this suggest that org-agenda-todo-ignore-with-date is obsolete?
It's functionality is subsumed by org-agenda-todo-ignore-timestamp all, yes.
I believe it was either added or expanded considerably fairly recently.  Who 
knows what would break if you removed it though?


 
 Best,
 
 --
 Marcin Borkowski
 http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
 Adam Mickiewicz University


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.


Re: [O] org-agenda-todo-ignore-with-date vs. org-agenda-todo-ignore-timestamp

2014-08-22 Thread Marcin Borkowski
Dnia 2014-08-22, o godz. 21:02:56
Subhan Michael Tindall subh...@familycareinc.org napisał(a):

  Doesn't this suggest that org-agenda-todo-ignore-with-date is
  obsolete?
 It's functionality is subsumed by org-agenda-todo-ignore-timestamp
 all, yes. [...]

Well, except that it isn't.  A quick experiment on my agenda showed
that setting org-agenda-todo-ignore-timestamp gave more TODOs in the
global TODO list than setting org-agenda-todo-ignore-with-date.  I can
run further experiments to pinpoint the difference, but maybe somebody
just *knows* that?

Best,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University