for some reason, Emacs didn’t like replacing `org` with `html`

This commit is contained in:
Phuntsok Drak-pa 2019-10-21 10:47:01 +02:00
parent 5f1641c7bd
commit d710d25b62
1 changed files with 3 additions and 2 deletions

View File

@ -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"))))