From b635c4bf5bcbcf46d0a22400d9a18616087f7f53 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 16 Sep 2019 15:29:00 +0200 Subject: [PATCH] Updated path to org conlanging project --- .spacemacs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.spacemacs b/.spacemacs index e4a731a..f088cf3 100644 --- a/.spacemacs +++ b/.spacemacs @@ -1023,7 +1023,7 @@ So a typical ID could look like \"Org-4nd91V40HI\"." ;;; Org projects org-publish-project-alist '(("langue-phundrak-fr-org" - :base-directory "~/Documents/code/web/langue-phundrak-fr/" + :base-directory "~/Documents/conlanging/" :base-extension "org" :exclude "\\./\\(CONTRIB\\|README\\|head\\|temp\\|svg-ink\\).*" :publishing-directory "/ssh:Naro:~/www/phundrak.fr/langue" @@ -1032,7 +1032,7 @@ So a typical ID could look like \"Org-4nd91V40HI\"." :headline-levels 5 :auto-preamble t) ("langue-phundrak-fr-pdf" - :base-directory "~/Documents/code/web/langue-phundrak-fr/" + :base-directory "~/Documents/conlanging/" :base-extension "org" :exclude "\\./\\(CONTRIB\\|README\\|index\\|head\\|temp\\|svg-ink\\).*" :publishing-directory "/ssh:Naro:~/www/phundrak.fr/langue" @@ -1041,7 +1041,7 @@ So a typical ID could look like \"Org-4nd91V40HI\"." :headline-levels 5 :auto-preamble t) ("langue-phundrak-fr-static" - :base-directory "~/Documents/code/web/langue-phundrak-fr" + :base-directory "~/Documents/conlanging" :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|svg\\|jpeg\\|ttf\\|woff\\|txt" :exclude ".*auto-generated.*" :publishing-directory "/ssh:Naro:~/www/phundrak.fr/langue"