work.el: Explicitly export only index.org from the root directory.
This commit is contained in:
parent
8c366f09ec
commit
04a42f3545
1 changed files with 2 additions and 2 deletions
4
work.el
4
work.el
|
@ -77,9 +77,9 @@
|
|||
;; We are going to need an index.html in the root directory.
|
||||
;; We'll have a separate subproject for that file.
|
||||
("work-site-en-index"
|
||||
:base-extension "org"
|
||||
:base-extension ""
|
||||
:base-directory ,work-base
|
||||
:exclude "work-notes.org"
|
||||
:include ("index.org")
|
||||
:publishing-directory ,publishing-base
|
||||
:publishing-function org-html-publish-to-html
|
||||
|
||||
|
|
Loading…
Reference in a new issue