From 35ee4d89ee15ba8be110367dff349bfdc1cf6b70 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 10 Mar 2020 20:50:50 +0100 Subject: [PATCH] Remove org-agenda --- init.org | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/init.org b/init.org index 516fc78..96f8c35 100644 --- a/init.org +++ b/init.org @@ -648,20 +648,6 @@ ** 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 be themed as they would in their native mode.