fix(docs): don't hide src blocks indiscriminately
This commit is contained in:
parent
bfa90e82e9
commit
c4b7071397
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@
|
|||
(goto-char (org-babel-result-end))
|
||||
(skip-chars-forward "\n")
|
||||
(point))))))
|
||||
(org-flag-region beg end doom-docs-mode t)))
|
||||
(unless (member exports '(nil "both" "code" "t"))
|
||||
(org-flag-region beg end doom-docs-mode t))))
|
||||
(unless doom-docs-mode
|
||||
(save-excursion
|
||||
(dolist (pos doom--docs-babel-cache)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue