better org-project definitions
This commit is contained in:
parent
22e934574f
commit
55febf0019
@ -1023,7 +1023,7 @@ So a typical ID could look like \"Org-4nd91V40HI\"."
|
|||||||
#+END_SRC")))
|
#+END_SRC")))
|
||||||
;;; Org projects
|
;;; Org projects
|
||||||
org-publish-project-alist
|
org-publish-project-alist
|
||||||
'(("langue-phundrak-fr-org"
|
'(("langue-phundrak-fr-html"
|
||||||
: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\\).*"
|
||||||
@ -1043,13 +1043,13 @@ So a typical ID could look like \"Org-4nd91V40HI\"."
|
|||||||
:auto-preamble t)
|
:auto-preamble t)
|
||||||
("langue-phundrak-fr-static"
|
("langue-phundrak-fr-static"
|
||||||
:base-directory "~/Documents/conlanging"
|
:base-directory "~/Documents/conlanging"
|
||||||
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|svg\\|jpeg\\|ttf\\|woff\\|txt"
|
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|svg\\|jpeg\\|ttf\\|woff\\|txt"
|
||||||
:exclude ".*auto-generated.*"
|
:exclude ".*auto-generated.*"
|
||||||
:publishing-directory "/ssh:Naro:~/www/phundrak.fr/langue"
|
:publishing-directory "/ssh:Naro:~/www/phundrak.fr/langue"
|
||||||
:recursive t
|
:recursive t
|
||||||
:publishing-function org-publish-attachment)
|
:publishing-function org-publish-attachment)
|
||||||
("langue-phundrak-fr"
|
("langue-phundrak-fr"
|
||||||
:components ("langue-phundrak-fr-org"
|
:components ("langue-phundrak-fr-html"
|
||||||
"langue-phundrak-fr-static"
|
"langue-phundrak-fr-static"
|
||||||
"langue-phundrak-fr-pdf"))))
|
"langue-phundrak-fr-pdf"))))
|
||||||
|
|
||||||
@ -1068,7 +1068,6 @@ So a typical ID could look like \"Org-4nd91V40HI\"."
|
|||||||
'(add-to-list 'org-latex-classes
|
'(add-to-list 'org-latex-classes
|
||||||
'("conlang"
|
'("conlang"
|
||||||
"\\documentclass{book}"
|
"\\documentclass{book}"
|
||||||
;; ("\\part{%s}" . "\\part*{%s}")
|
|
||||||
("\\chapter{%s}" . "\\chapter*{%s}")
|
("\\chapter{%s}" . "\\chapter*{%s}")
|
||||||
("\\section{%s}" . "\\section*{%s}")
|
("\\section{%s}" . "\\section*{%s}")
|
||||||
("\\subsection{%s}" . "\\subsection*{%s}")
|
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||||
|
Loading…
Reference in New Issue
Block a user