work.el: Explicitly export only index.org from the root directory.

This commit is contained in:
Sergiu Ivanov 2020-09-22 15:53:22 +02:00
parent 8c366f09ec
commit 04a42f3545
1 changed files with 2 additions and 2 deletions

View File

@ -77,9 +77,9 @@
;; We are going to need an index.html in the root directory. ;; We are going to need an index.html in the root directory.
;; We'll have a separate subproject for that file. ;; We'll have a separate subproject for that file.
("work-site-en-index" ("work-site-en-index"
:base-extension "org" :base-extension ""
:base-directory ,work-base :base-directory ,work-base
:exclude "work-notes.org" :include ("index.org")
:publishing-directory ,publishing-base :publishing-directory ,publishing-base
:publishing-function org-html-publish-to-html :publishing-function org-html-publish-to-html