mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Remove org-agenda
This commit is contained in:
parent
1dc9d1a375
commit
35ee4d89ee
14
init.org
14
init.org
@ -648,20 +648,6 @@
|
|||||||
|
|
||||||
** Org
|
** Org
|
||||||
|
|
||||||
I use =org-agenda= along with =org-capture= for appointments and such.
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(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
|
|
||||||
|
|
||||||
When editing org-files with source-blocks, we want the source blocks to
|
When editing org-files with source-blocks, we want the source blocks to
|
||||||
be themed as they would in their native mode.
|
be themed as they would in their native mode.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user