Skip to content

Commit

Permalink
Fiddle with layers.org TOC generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
JAremko committed Jan 13, 2019
1 parent b6949a3 commit c7f139e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/core-documentation.el
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ See `spacemacs//fetch-docs-from-root'"
(with-temp-buffer
(org-mode)
(insert "#+TITLE: Configuration layers\n")
(insert "\n* Table of Contents\n")
(org-set-tags-to '("TOC_4_gh" "noexport"))
(insert "\n")
(insert "* Table of Contents :TOC_4_gh:noexport:\n")
;; there is no layer at the root level for now
;; uncomment this line if any new layer is added at the root level
;; (insert "* General layers\n")
Expand Down

0 comments on commit c7f139e

Please sign in to comment.