summaryrefslogtreecommitdiffstats
path: root/lisp/init-org.el
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-01-11 14:50:20 +0100
committerMartin Polden <mpolden@mpolden.no>2023-01-11 14:50:20 +0100
commit942001ac093e2779a51a467e969fd24fcb925a8b (patch)
treebe277e586695841afb198241c1f12208ef22d2be /lisp/init-org.el
parent6fd4e1466bc6e475ffebb58d4e5f3b6636028a43 (diff)
org: remove unused config
Diffstat (limited to 'lisp/init-org.el')
-rw-r--r--lisp/init-org.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index edb4a0a..402dc79 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -15,9 +15,6 @@
;; set default org directory
(setq org-directory "~/org")
- ;; file and tree where archived tasks should be moved
- (setq org-archive-location "%s_archive::* Archived Tasks")
-
;; save archive file when archiving
(setq org-archive-subtree-save-file-p t)
@@ -45,9 +42,6 @@
"* TODO %?\n%U"
:empty-lines-after 1)))
- ;; automatically mark archived entry as done
- (setq org-archive-mark-done t)
-
;; cycle opens archived trees
(setq org-cycle-open-archived-trees t)
@@ -75,9 +69,6 @@
;; include the full path when searching headlines
(setq org-outline-path-complete-in-steps nil)
- ;; show habits on future days
- (setq org-habit-show-habits-only-for-today nil)
-
;; insert state change notes and time stamps into a drawer
(setq org-log-into-drawer t)