+TODO: DO | DONE
- Get the raw file and load it into Emacs.
- Set `org-todo-keywords’ by executing this statement: (setq org-todo-keywords ‘((sequence “TODO” “|” “DONE”)))
- Reset Org settings by typing \C-c\C-c on the `#+TITLE’ line or reloading this file using `find-alternate-file’.
- `TODO’ keyword in “Heading 1” will be in `org-todo’. `DO’ keyword in “Heading 2” will not be in `org-todo’.
- Change the colon (`:’) in the `TODO’ line above to a hash (`#’). Do not remove the spaces following the colon.
- Attempt to reset Org settings by typing \C-c\C-c on the `# +TODO:’ line. This produces the appropriate error.
- Now really reset Org settings by typing \C-c\C-c on the `#+TITLE’ line or `find-alternate-file’. This works as expected.
- `TODO’ keyword in “Heading 1” will not be in `org-todo’! `DO’ keyword in “Heading 2” will be in `org-todo’!