How to Create a Task in Org Mode in Emacs
How to Create a Task in Org Mode in Emacs
- Create a task with the
TODOcommand, like so: ``` -
TODO Weekly review SCHEDULED: <2025-06-06 Fri +1w> ```
- To set a task as
DONE, either changeTODOtoDONEor use the keyboard shortcutC-c C-twhile the cursor is on the task itself.