From d710d25b62c77cdd4b89726040235b294274c583 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 21 Oct 2019 10:47:01 +0200 Subject: [PATCH] =?UTF-8?q?for=20some=20reason,=20Emacs=20didn=E2=80=99t?= =?UTF-8?q?=20like=20replacing=20`org`=20with=20`html`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .spacemacs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.spacemacs b/.spacemacs index e901aff..7aba65f 100644 --- a/.spacemacs +++ b/.spacemacs @@ -952,9 +952,10 @@ So a typical ID could look like \"Org-4nd91V40HI\"." '(("el" "#+BEGIN_SRC emacs-lisp :exports results ? #+END_SRC"))) + ;;; Org projects org-publish-project-alist - '(("langue-phundrak-fr-html" + '(("langue-phundrak-fr-org" :base-directory "~/Documents/conlanging/" :base-extension "org" :exclude "\\./\\(CONTRIB\\|README\\|head\\|temp\\|svg-ink\\).*" @@ -980,7 +981,7 @@ So a typical ID could look like \"Org-4nd91V40HI\"." :recursive t :publishing-function org-publish-attachment) ("langue-phundrak-fr" - :components ("langue-phundrak-fr-html" + :components ("langue-phundrak-fr-org" "langue-phundrak-fr-static" "langue-phundrak-fr-pdf"))))