fix TOC with same headings

This commit is contained in:
JAremko 2017-05-22 16:45:21 +03:00
parent d16bf3adad
commit 4e83167f88
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@
(defun apply-toc ()
"Apply current toc-org TAG to TOC."
(toc-org-enable)
(goto-char (point-min))
(toc-org-insert-toc))