parent
28d8d2b858
commit
d22237f3f6
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue