Browse Source

Hopefully fixed issue with table of contents

Samuel W. Flint 7 years ago
parent
commit
8d32a91a80
1 changed files with 1 additions and 3 deletions
  1. 1 3
      publish.el

+ 1 - 3
publish.el

@@ -12,8 +12,7 @@
 (setq user-full-name "Samuel W. Flint")
 (setq user-mail-address "swflint@flintfam.org")
 
-(setq org-export-with-section-numbers nil
-      org-export-with-smart-quotes t
+(setq org-export-with-smart-quotes t
       org-export-with-toc t
       org-export-with-todo-keywords t)
 
@@ -49,7 +48,6 @@
              :exclude (regexp-opt '("README" "draft")))
        (list "site" :components '("site-org"))))
 
-
 (setf org-confirm-babel-evaluate
       (lambda (lang body)
         (declare (ignorable lang body))