mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 15:38:29 +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.
|
I use =org-agenda= along with =org-capture= for appointments and such.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq org-agenda-start-on-weekday nil ; Show agenda from today.
|
(setq org-agenda-files '("~/Dropbox/agenda.org") ; A list of agenda files
|
||||||
org-agenda-files '("~/Dropbox/agenda.org") ; A list of agenda files.
|
org-agenda-default-appointment-duration 120 ; 2 hours appointments
|
||||||
org-agenda-default-appointment-duration 120 ; 2 hours appointments.
|
org-capture-templates ; Template for adding tasks
|
||||||
org-capture-templates ; Template for adding tasks.
|
|
||||||
'(("t" "Oppgave" entry (file+headline "~/Dropbox/agenda.org" "Oppgaver")
|
'(("t" "Oppgave" entry (file+headline "~/Dropbox/agenda.org" "Oppgaver")
|
||||||
"** TODO %?" :prepend t)
|
"** 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")
|
("a" "Avtale" entry (file+headline "~/Dropbox/agenda.org" "Avtaler")
|
||||||
"** %?\n SCHEDULED: %T" :prepend t)))
|
"** %?\n SCHEDULED: %T" :prepend t)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user