Indentation fixes in begin_src blocks
This commit is contained in:
parent
0b89db44a7
commit
a4b9e4c33a
1 changed files with 7 additions and 7 deletions
|
@ -3769,8 +3769,8 @@ Org agenda, in particular, provides commands to filter tasks by tag:
|
|||
#+end_quote
|
||||
|
||||
#+begin_src emacs-lisp :tangle "unravel-modules/unravel-org.el"
|
||||
;;;; tags
|
||||
(use-package org
|
||||
;;;; tags
|
||||
(use-package org
|
||||
:ensure nil
|
||||
:config
|
||||
(setq org-tag-alist nil)
|
||||
|
|
Loading…
Reference in a new issue