summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org10
1 files changed, 9 insertions, 1 deletions
diff --git a/config.org b/config.org index 178e627..e5ac32b 100644 --- a/config.org +++ b/config.org
@@ -2079,7 +2079,15 @@ TODO, and Diary.
2079 ("j" "Diary entry" entry 2079 ("j" "Diary entry" entry
2080 (file+olp+datetree ,acdw/org-diary-file) 2080 (file+olp+datetree ,acdw/org-diary-file)
2081 "* %U\n\n%?" 2081 "* %U\n\n%?"
2082 :empty-lines 1))) 2082 :empty-lines 1)
2083 ;; Books to read
2084 ("b" "Book to read" entry
2085 (file "books.org")
2086 "* TOREAD %^{Title}
2087 :PROPERTIES:
2088 :Author: %^{Author}
2089 :END:\n" :immediate-finish t)))
2090
2083#+end_src 2091#+end_src
2084 2092
2085* Package management :package: 2093* Package management :package: