Re: Testing if a scheduled date is prior to another date

2021-08-30 Thread Ihor Radchenko
Tim Landscheidt writes: > Before I wade through the various functions to build a con- > version chain, what is the best practice to compare time- > stamp values with dates? (And if there is an org-mode func- > tion that checks if the task at point is scheduled prior to > another date, I'd

Testing if a scheduled date is prior to another date

2021-08-22 Thread Tim Landscheidt
Hi, in a capture template, I want to test whether the scheduled date for a specific task is prior to another, calculated date (and depending on the answer, insert a checkbox or not). I can get the scheduled date for the task by: | (with-current-buffer (find-file-noselect "/path/to/file.org") |