From 04a42f354597f14f0afde3d0bcb5a2c06dded6ac Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Tue, 22 Sep 2020 15:53:22 +0200 Subject: [PATCH] work.el: Explicitly export only index.org from the root directory. --- work.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/work.el b/work.el index d3d9b4a..46a218b 100644 --- a/work.el +++ b/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