[emacs] Update work roam export settings

This commit is contained in:
Correl Roush 2023-11-02 11:51:54 -04:00
parent 5937c5b1c4
commit 4457afe2fb

View file

@ -617,7 +617,6 @@ Tell Emacs how to build the document collections I export to HTML.
("work-roam-assets" ("work-roam-assets"
:base-directory "~/roam/aweber" :base-directory "~/roam/aweber"
:base-extension "css\\|gif\\|jpe?g\\|png\\|svg\\|pdf\\|ogv\\|py\\|html\\|js\\|json\\|ya?ml" :base-extension "css\\|gif\\|jpe?g\\|png\\|svg\\|pdf\\|ogv\\|py\\|html\\|js\\|json\\|ya?ml"
:include (".gitlab-ci.yml")
:publishing-directory "~/Public/roam-aweber" :publishing-directory "~/Public/roam-aweber"
:publishing-function org-publish-attachment :publishing-function org-publish-attachment
:display-custom-times t :display-custom-times t
@ -1543,12 +1542,12 @@ Manage background services
:args '("start") :args '("start")
:cwd (expand-file-name "~/git/www") :cwd (expand-file-name "~/git/www")
:tags '(work))) :tags '(work)))
(when (f-exists? (expand-file-name "~/Public/org")) (when (f-exists? (expand-file-name "~/Public/roam-aweber"))
(prodigy-define-service (prodigy-define-service
:name "Org Documents" :name "Org Documents"
:command "python" :command "python"
:args '("-m" "http.server" "3001") :args '("-m" "http.server" "3001")
:cwd (expand-file-name "~/Public/org") :cwd (expand-file-name "~/Public/roam-aweber")
:tags '(work autostart) :tags '(work autostart)
:kill-signal 'sigkill)) :kill-signal 'sigkill))
(when (f-exists? (expand-file-name "~/Public/roam")) (when (f-exists? (expand-file-name "~/Public/roam"))