.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
|
(setq org-capture-templates
|
||||||
'(("t" "Task" entry (file "~/documents/org/tasks")
|
'(("t" "Task" entry (file "~/documents/org/tasks")
|
||||||
"* TODO %?")
|
"* TODO %?")
|
||||||
("h" "Habit" entry (file "")
|
("T" "Linked task" entry (file "~/documents/org/tasks")
|
||||||
(concat "* TODO %^{Description}\n"
|
"* TODO %?\n\n %a")))
|
||||||
" 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")))
|
|
||||||
(setq org-contacts-files '("~/documents/org/misc/contacts.org"))
|
(setq org-contacts-files '("~/documents/org/misc/contacts.org"))
|
||||||
(setq org-directory (expand-file-name "~/documents/org"))
|
(setq org-directory (expand-file-name "~/documents/org"))
|
||||||
(setq org-agenda-files
|
(setq org-agenda-files
|
||||||
|
|
Loading…
Reference in a new issue