Re: Do not show a TODO item in the global TODO list until certain date?

2022-10-21 Thread Angel de Vicente
Hello, Ihor Radchenko writes: > Try the following adjusted version: > > (defun org-agenda-skip-before-SHOWFROMDATE-property () > "Skip agenda item if :SHOWFROMDATE: property is set and the day is before > it" > (when-let* ((showfromdate (if (bound-and-true-p org-ql--current-element) >

Re: Do not show a TODO item in the global TODO list until certain date?

2022-10-21 Thread Ihor Radchenko
Angel de Vicente writes: > [I was about to tell you that it was still not working, because I was > still trying with the following TODO item: > > , > | ** TODO test > :personal: > | > |:PROPERTIES: > |:SHOWFROMDATE: 2022-10-16 >

Re: Do not show a TODO item in the global TODO list until certain date?

2022-10-12 Thread Ihor Radchenko
Angel de Vicente writes: > I copied your code from > https://github.com/yantar92/emacs-config/blob/master/config.org#properties > into my .emacs and eval-ed it. > ... > But the "test" still shows in the TODO list. Am I missing something > basic here? Not really. I just use a different system

Re: Do not show a TODO item in the global TODO list until certain date?

2022-09-23 Thread Angel de Vicente
Hello, Bastien writes: >> As per the example I was giving, I don't want that entry to be scheduled >> for October 16 (and thus clutter my agenda view), I just want it to be >> visible in my Global TODO list from that date, so then, depending on how >> busy I'm around that date, then I can

Re: Do not show a TODO item in the global TODO list until certain date?

2022-09-22 Thread Bastien
Hi Angel, Angel de Vicente writes: > As per the example I was giving, I don't want that entry to be scheduled > for October 16 (and thus clutter my agenda view), I just want it to be > visible in my Global TODO list from that date, so then, depending on how > busy I'm around that date, then I

Re: Do not show a TODO item in the global TODO list until certain date?

2022-09-15 Thread Angel de Vicente
Hello, Ihor Radchenko writes: > Also, I am doing something similar in my personal config using > SHOWFROMDATE property. See > https://github.com/yantar92/emacs-config/blob/master/config.org#properties > for inspiration. I tried the following but without success... my Emacs Lisp lack of

Re: Do not show a TODO item in the global TODO list until certain date?

2022-09-14 Thread Angel de Vicente
Hello, Ihor Radchenko writes: > Check out org-agenda-skip-function (see A.7 Special Agenda Views section > of the manual). > > Also, I am doing something similar in my personal config using > SHOWFROMDATE property. See > https://github.com/yantar92/emacs-config/blob/master/config.org#properties

Re: Do not show a TODO item in the global TODO list until certain date?

2022-09-14 Thread Ihor Radchenko
Angel de Vicente writes: > As per the example I was giving, I don't want that entry to be scheduled > for October 16 (and thus clutter my agenda view), I just want it to be > visible in my Global TODO list from that date, so then, depending on how > busy I'm around that date, then I can decide

Re: Do not show a TODO item in the global TODO list until certain date?

2022-09-14 Thread Angel de Vicente
Hello, "Rohit Patnaik" writes: >> (not a scheduled one, since I don't need to do it on a particular date) > > The `SCHEDULED' property is in fact the correct way to indicate that you wish > to > hide the task from the global to-do list until a particular date. `SCHEDULED' > indicates the day

Re: Do not show a TODO item in the global TODO list until certain date?

2022-09-14 Thread Rohit Patnaik
> (not a scheduled one, since I don't need to do it on a particular date) The `SCHEDULED' property is in fact the correct way to indicate that you wish to hide the task from the global to-do list until a particular date. `SCHEDULED' indicates the day upon which you wish to start working on the

Do not show a TODO item in the global TODO list until certain date?

2022-09-14 Thread Angel de Vicente
Hello, I'm wondering if it is possible to have a TODO item, but to not show it in the global TODO list until certain date? For example: I need to get a new insurance for my motor bike, but insurance companies will not give me a quote until October 16, so I would like to create a TODO entry (not