[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: org-deadline-warning-days per file
From: |
Nick Dokos |
Subject: |
Re: org-deadline-warning-days per file |
Date: |
Tue, 31 Dec 2019 21:53:07 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Colin Baxter <address@hidden> 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