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
|
#+end_quote
|
||||||
|
|
||||||
#+begin_src emacs-lisp :tangle "unravel-modules/unravel-org.el"
|
#+begin_src emacs-lisp :tangle "unravel-modules/unravel-org.el"
|
||||||
;;;; tags
|
;;;; tags
|
||||||
(use-package org
|
(use-package org
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:config
|
:config
|
||||||
(setq org-tag-alist nil)
|
(setq org-tag-alist nil)
|
||||||
|
|
Loading…
Reference in a new issue