Add org-habits module.
This commit is contained in:
parent
1e175f9790
commit
26c3dfd1de
1
init.el
1
init.el
@ -467,6 +467,7 @@ buffer is not visiting a file."
|
|||||||
("C-c n s" . org-insert-todo-subheading))
|
("C-c n s" . org-insert-todo-subheading))
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
|
(add-to-list 'org-modules 'org-habits)
|
||||||
(let ((this-week-high-priority
|
(let ((this-week-high-priority
|
||||||
'(tags-todo "+PRIORITY=\"A\"+DEADLINE<\"<+1w>\""
|
'(tags-todo "+PRIORITY=\"A\"+DEADLINE<\"<+1w>\""
|
||||||
((org-agenda-overriding-header
|
((org-agenda-overriding-header
|
||||||
|
Loading…
Reference in New Issue
Block a user