From 92e95e0d9956f9befc485c629b5576ce22f36708 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Sun, 15 Sep 2019 03:31:25 +0200 Subject: [PATCH] updated path for org project --- .spacemacs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.spacemacs b/.spacemacs index 2bcbd73..124083f 100644 --- a/.spacemacs +++ b/.spacemacs @@ -1024,8 +1024,8 @@ So a typical ID could look like \"Org-4nd91V40HI\"." '(("langue-phundrak-fr-org" :base-directory "~/Documents/code/web/langue-phundrak-fr/" :base-extension "org" - :exclude "\\.\\(CONTRIB\\|README\\|head\\|temp\\).*" - :publishing-directory "/ssh:Naro:~/www/langue" + :exclude "\\./\\(CONTRIB\\|README\\|head\\|temp\\|svg-ink\\).*" + :publishing-directory "/ssh:Naro:~/www/phundrak.fr/langue" :recursive t :publishing-function org-html-publish-to-html :headline-levels 5 @@ -1033,8 +1033,8 @@ So a typical ID could look like \"Org-4nd91V40HI\"." ("langue-phundrak-fr-pdf" :base-directory "~/Documents/code/web/langue-phundrak-fr/" :base-extension "org" - :exclude "\\.\\(CONTRIB\\|README\\|index\\|head\\|temp\\).*" - :publishing-directory "/ssh:Naro:~/www/langue" + :exclude "\\./\\(CONTRIB\\|README\\|index\\|head\\|temp\\|svg-ink\\).*" + :publishing-directory "/ssh:Naro:~/www/phundrak.fr/langue" :recursive t :publishing-function org-latex-publish-to-pdf :headline-levels 5 @@ -1043,7 +1043,7 @@ So a typical ID could look like \"Org-4nd91V40HI\"." :base-directory "~/Documents/code/web/langue-phundrak-fr" :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|svg\\|jpeg\\|ttf\\|woff\\|txt" :exclude ".*auto-generated.*" - :publishing-directory "/ssh:Naro:~/www/langue" + :publishing-directory "/ssh:Naro:~/www/phundrak.fr/langue" :recursive t :publishing-function org-publish-attachment) ("langue-phundrak-fr"