parent
28d8d2b858
commit
d22237f3f6
|
@ -219,6 +219,12 @@ I also remove the block separators in the agenda view:
|
||||||
(setq org-agenda-block-separator ""))
|
(setq org-agenda-block-separator ""))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Let's enable the =org-habit= module:
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(add-to-list 'org-modules 'org-habit)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
** Org IDs
|
** Org IDs
|
||||||
|
|
||||||
Org can link to entries using UUIDs, but we need the module to be loaded for
|
Org can link to entries using UUIDs, but we need the module to be loaded for
|
||||||
|
|
Loading…
Reference in a new issue