mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Update agenda setup
This commit is contained in:
parent
e3e3d853bb
commit
b90d96025a
9
init.org
9
init.org
@ -696,12 +696,13 @@
|
||||
I use =org-agenda= along with =org-capture= for appointments and such.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq org-agenda-start-on-weekday nil ; Show agenda from today.
|
||||
org-agenda-files '("~/Dropbox/agenda.org") ; A list of agenda files.
|
||||
org-agenda-default-appointment-duration 120 ; 2 hours appointments.
|
||||
org-capture-templates ; Template for adding tasks.
|
||||
(setq org-agenda-files '("~/Dropbox/agenda.org") ; A list of agenda files
|
||||
org-agenda-default-appointment-duration 120 ; 2 hours appointments
|
||||
org-capture-templates ; Template for adding tasks
|
||||
'(("t" "Oppgave" entry (file+headline "~/Dropbox/agenda.org" "Oppgaver")
|
||||
"** TODO %?" :prepend t)
|
||||
("m" "Master" entry (file+olp "~/Dropbox/agenda.org" "Oppgaver" "Master")
|
||||
"*** TODO %?" :prepend t)
|
||||
("a" "Avtale" entry (file+headline "~/Dropbox/agenda.org" "Avtaler")
|
||||
"** %?\n SCHEDULED: %T" :prepend t)))
|
||||
#+END_SRC
|
||||
|
Loading…
Reference in New Issue
Block a user