Colin Baxter <m43...@yandex.com> writes: > I have my org-deadline-warning-days set to 60 via > > #+begin_src elisp > (setq org-deadline-warning-days 60) > #+end_src > > in my ~/.emacs. How can I set it individually for each deadline in an > org-mode file? >
The manual says: ,---- | You can specify a different lead time for warnings for a specific | deadlines[sic] using the following syntax. Here is an example with a | warning period of 5 days ‘DEADLINE: <2004-02-29 Sun -5d>’. This | warning is deactivated if the task gets scheduled and you set | ‘org-agenda-skip-deadline-prewarning-if-scheduled’ to ‘t’. `---- HTH. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler