mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] omit worklog from publishing
This commit is contained in:
parent
5628ffdbe8
commit
f8d2f352e0
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ Tell Emacs how to build the document collections I export to HTML.
|
|||
:base-directory "~/org-aweber"
|
||||
:base-extension "org"
|
||||
;; :exclude "\\(^knowledge-transfer.org$\\|-archive.org$\\)"
|
||||
:exclude "\\(^README.org$\\|roam/.*\\)"
|
||||
:exclude "\\(^README.org$\\|^worklog\\|roam/.*\\)"
|
||||
:publishing-directory "~/Public/org"
|
||||
:publishing-function (my/org-work-publish-to-html
|
||||
org-org-publish-to-org
|
||||
|
|
Loading…
Reference in a new issue