Show a task once if it has a schedule and deadline
This commit is contained in:
parent
8322c56272
commit
037171f063
2
+org.el
2
+org.el
|
@ -144,5 +144,7 @@
|
|||
(sp-local-pair "~" "~")
|
||||
(sp-local-pair "=" "=")
|
||||
(sp-local-pair "$" "$")))
|
||||
;; Only show a task once if it has a schedule and deadline
|
||||
(setq org-agenda-skip-deadline-prewarning-if-scheduled t)
|
||||
;; Auto tangle on save
|
||||
(add-hook 'org-mode-hook 'org-auto-tangle-mode)
|
||||
|
|
Loading…
Reference in New Issue