-
Global Configuration: convert all tasks to appointment, so make it popup automatically: add "(org-agenda-to-appt)" into ~/.emacs;
-
Create a org file named "jobs.org";
-
Add following line to head of the file:
#+SEQ_TODO: TODO(t!) WAIT(w@) | DONE(d!) CANCELED(c)
-
Create task: M-S-RET, the input task name: "Notify me"
-
[optional] Set prioriy: <
>; -
[optional] Add tag: C-c C-c
-
Add Schedule: <
>, then input date and time, you can specify date and time absolutely or relatively; -
Save file: C-x C-s;
Note:
-
If the appointment is at today, use <
> to convert it to appointment manually; -
You have many ways to input scheduled date and time, see 8.2.1 The date/time prompt in Org Mode Manual for detail. Or you can read this in Emacs: "M-x info
" -> Org Mode -> Dates and Times -> Creating timestamps -> The date/time prompt