From 1cb1b64f596f6c46c3cf6598255d1d5d915b11f0 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 14 May 2023 13:50:31 +0200 Subject: [PATCH] [Emacs] Remove org project for my conlanging website I no longer use org-publish to publish conlangs.phundrak.com, so this config can go. --- org/config/emacs.org | 57 +------------------------------------------- 1 file changed, 1 insertion(+), 56 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index b8918a8..afef027 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -5451,13 +5451,10 @@ declaration of my projects, which will be detailed later: #+NAME: org-publish-projects #+BEGIN_SRC emacs-lisp :noweb yes :noweb-prefix no <> -<> (setq org-publish-project-alist `(<> <> - <> - <> - <>)) + <>)) #+END_SRC **** Configuration website @@ -5529,58 +5526,6 @@ The project is then defined like so: "config-website-static")) #+END_SRC -**** Conlanging website -:PROPERTIES: -:CUSTOM_ID: Packages-Configuration-Org-mode-Projects-Linguistics-websitey4k5fl6184j0 -:END: -#+begin_info -/Conlangs/, or /constructed languages/, are artificial languages created -by individuals or by groups of individuals, unlike natural languages -which evolve and appear naturally from other languages. -#+end_info - -My conlanging website is made of only one project, exporting my org -files to GitHub-flavored Markdown. As for the previous project, let’s -declare a common value. -#+NAME: org-proj-lang-setup -#+BEGIN_SRC emacs-lisp -(defvar phundrak--projects-conlanging-common-root - "~/org/conlanging/docs/" - "Points to the common root of my source and target for my -conlang.phundrak.com org project.") -#+END_SRC - -The only component is the one generating the Markdown files from the -org files. -#+NAME: org-proj-lang-md -#+BEGIN_SRC emacs-lisp -("conlang-phundrak-com-md" - :base-directory ,phundrak--projects-conlanging-common-root - :base-extension "org" - :exclude ,(rx (* print) - (or "CONTRIB" - "README" - "site-map" - "temp" - "private" - "svg-ink") - (* print)) - :publishing-directory ,phundrak--projects-conlanging-common-root - :recursive t - :language "en" - :publishing-function org-gfm-publish-to-gfm - :headline-levels 5 - :auto-sitemap nil - :auto-preamble nil) -#+END_SRC - -The project is then defined like so: -#+NAME: org-proj-lang -#+BEGIN_SRC emacs-lisp -("conlang-phundrak-com" - :components ("conlang-phundrak-com-md")) -#+END_SRC - *** Org-ref and Bibtex configuration :PROPERTIES: :CUSTOM_ID: Packages-Configuration-Org-mode-org-ref-1h586cd085j0