for some reason, Emacs didn’t like replacing org
with html
This commit is contained in:
parent
5f1641c7bd
commit
d710d25b62
@ -952,9 +952,10 @@ So a typical ID could look like \"Org-4nd91V40HI\"."
|
|||||||
'(("el" "#+BEGIN_SRC emacs-lisp :exports results
|
'(("el" "#+BEGIN_SRC emacs-lisp :exports results
|
||||||
?
|
?
|
||||||
#+END_SRC")))
|
#+END_SRC")))
|
||||||
|
|
||||||
;;; Org projects
|
;;; Org projects
|
||||||
org-publish-project-alist
|
org-publish-project-alist
|
||||||
'(("langue-phundrak-fr-html"
|
'(("langue-phundrak-fr-org"
|
||||||
:base-directory "~/Documents/conlanging/"
|
:base-directory "~/Documents/conlanging/"
|
||||||
:base-extension "org"
|
:base-extension "org"
|
||||||
:exclude "\\./\\(CONTRIB\\|README\\|head\\|temp\\|svg-ink\\).*"
|
:exclude "\\./\\(CONTRIB\\|README\\|head\\|temp\\|svg-ink\\).*"
|
||||||
@ -980,7 +981,7 @@ So a typical ID could look like \"Org-4nd91V40HI\"."
|
|||||||
:recursive t
|
:recursive t
|
||||||
:publishing-function org-publish-attachment)
|
:publishing-function org-publish-attachment)
|
||||||
("langue-phundrak-fr"
|
("langue-phundrak-fr"
|
||||||
:components ("langue-phundrak-fr-html"
|
:components ("langue-phundrak-fr-org"
|
||||||
"langue-phundrak-fr-static"
|
"langue-phundrak-fr-static"
|
||||||
"langue-phundrak-fr-pdf"))))
|
"langue-phundrak-fr-pdf"))))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user