Minor edits to org-publish.

This commit is contained in:
Derek Taylor
2022-07-11 06:41:44 -05:00
parent fa32d93dc4
commit f2aa306de7
2 changed files with 22 additions and 1 deletions

View File

@@ -1081,6 +1081,15 @@ We need ox-man for "Org eXporting" to manpage format and ox-gemini for exporting
:recursive t
:exclude ".*/org-html-themes/.*"
:publishing-function org-publish-attachment)
("dtos.dev"
:base-directory "~/nc/gitlab-repos/dtos.dev/"
:base-extension "org"
:publishing-directory "~/nc/gitlab-repos/dtos.dev/html/"
:recursive t
:publishing-function org-html-publish-to-html
:headline-levels 4 ; Just the default for this project.
:auto-preamble t)
))
#+end_src