.emacs.d/site-lisp/org-init.el
This commit is contained in:
parent
ac510449fc
commit
f7c35c3526
1 changed files with 2 additions and 16 deletions
|
@ -50,22 +50,8 @@
|
|||
(setq org-capture-templates
|
||||
'(("t" "Task" entry (file "~/documents/org/tasks")
|
||||
"* TODO %?")
|
||||
("h" "Habit" entry (file "")
|
||||
(concat "* TODO %^{Description}\n"
|
||||
" SCHEDULED: %^T\n"
|
||||
" :PROPERTIES:\n"
|
||||
" :STYLE: habit\n"
|
||||
" :END:")
|
||||
:immediate-finish t)
|
||||
("l" "Log" entry (file+headline "" "notes")
|
||||
(concat "* %n %<%d-%m-%Y %H:%M:%S>\n"
|
||||
" %a\n\n"
|
||||
" %?")
|
||||
:prepend t :empty-lines 1)
|
||||
("a" "Appointment" entry (file+headline "" "appointments")
|
||||
"* %^{Description} %^T" :immediate-finish t)
|
||||
("b" "Bookmark" entry (file "~/documents/org/misc/bookmarks.org")
|
||||
"* %c\n\n %:initial")))
|
||||
("T" "Linked task" entry (file "~/documents/org/tasks")
|
||||
"* TODO %?\n\n %a")))
|
||||
(setq org-contacts-files '("~/documents/org/misc/contacts.org"))
|
||||
(setq org-directory (expand-file-name "~/documents/org"))
|
||||
(setq org-agenda-files
|
||||
|
|
Loading…
Reference in a new issue