From 4457afe2fb119f833b9c1b56dfd0cfdd2e9a4498 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Thu, 2 Nov 2023 11:51:54 -0400 Subject: [PATCH] [emacs] Update work roam export settings --- .doom.d/config.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.doom.d/config.org b/.doom.d/config.org index b654723..3763d06 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -617,7 +617,6 @@ Tell Emacs how to build the document collections I export to HTML. ("work-roam-assets" :base-directory "~/roam/aweber" :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-function org-publish-attachment :display-custom-times t @@ -1543,12 +1542,12 @@ Manage background services :args '("start") :cwd (expand-file-name "~/git/www") :tags '(work))) - (when (f-exists? (expand-file-name "~/Public/org")) + (when (f-exists? (expand-file-name "~/Public/roam-aweber")) (prodigy-define-service :name "Org Documents" :command "python" :args '("-m" "http.server" "3001") - :cwd (expand-file-name "~/Public/org") + :cwd (expand-file-name "~/Public/roam-aweber") :tags '(work autostart) :kill-signal 'sigkill)) (when (f-exists? (expand-file-name "~/Public/roam"))