diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-05-14 09:04:36 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-05-14 09:04:36 -0700 |
commit | a0726379e0e4abe92b2cb0d9cc56309ab12843aa (patch) | |
tree | cfe3d6ce61da39685e2f1da9160a4925f52f7f85 | |
parent | [emacs] add a template for interviews (diff) | |
download | emacs.d-a0726379e0e4abe92b2cb0d9cc56309ab12843aa.tar.gz |
[emacs] add 'todo' to new projects.
By default, new project are in 'TODO' state.
-rw-r--r-- | emacs.d/etc/new-project.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/etc/new-project.org b/emacs.d/etc/new-project.org index 0b9f460..3d17d55 100644 --- a/emacs.d/etc/new-project.org +++ b/emacs.d/etc/new-project.org @@ -1,4 +1,4 @@ -* %^{Project name} +* TODO %^{Project name} DEADLINE: %^t :PROPERTIES: :STARTDATE: %u |