diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-05-13 20:02:32 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-05-13 20:02:32 -0700 |
commit | 51d51de36026ba9402650853729710d3a6921a67 (patch) | |
tree | aa79ca33620a6f2fdb625e1cf0cf2c09e54bf5cd | |
parent | [emacs] fix a couple templates for org. (diff) | |
download | emacs.d-51d51de36026ba9402650853729710d3a6921a67.tar.gz |
[emacs] add a new template for org-mode
This template is used to create new projects.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/etc/new-project.org | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/emacs.d/etc/new-project.org b/emacs.d/etc/new-project.org new file mode 100644 index 0000000..0b9f460 --- /dev/null +++ b/emacs.d/etc/new-project.org @@ -0,0 +1,15 @@ +* %^{Project name} +DEADLINE: %^t +:PROPERTIES: +:STARTDATE: %u +:END: +%^{OUTCOME}p +%? +- [ ] Add project tags for context (e.g. work, personal) +- [ ] List specific tasks +- [ ] Schedule next actions from generated tasks +- [ ] Add links to wiki pages / tickets + +** Links +** Tasks +** Notes |