[Emacs] Update org project on conlanging
This commit is contained in:
parent
bfe1102c37
commit
44b65c2d72
@ -5088,16 +5088,22 @@ The project is then defined like so:
|
|||||||
"config-website-static"))
|
"config-website-static"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
**** Linguistics website
|
**** Conlanging website
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: Packages-Configuration-Org-mode-Projects-Linguistics-websitey4k5fl6184j0
|
:CUSTOM_ID: Packages-Configuration-Org-mode-Projects-Linguistics-websitey4k5fl6184j0
|
||||||
:END:
|
:END:
|
||||||
My linguistics website is made out of three projects. As for the previous
|
#+begin_info
|
||||||
project, let’s declare the common values for these.
|
/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 out of three projects. As for the
|
||||||
|
previous project, let’s declare the common values for these.
|
||||||
#+NAME: org-proj-lang-setup
|
#+NAME: org-proj-lang-setup
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defvar phundrak//projects-conlanging-target
|
(defvar phundrak//projects-conlanging-target
|
||||||
"/ssh:Tilo:~/www/phundrak.com/conlang"
|
"/rsync:Tilo:~/www/phundrak.com/conlang"
|
||||||
"Points to where exported files for langue.phundrak.com should be put.")
|
"Points to where exported files for langue.phundrak.com should be put.")
|
||||||
(defvar phundrak//projects-conlanging-source
|
(defvar phundrak//projects-conlanging-source
|
||||||
"~/Documents/conlanging/content/"
|
"~/Documents/conlanging/content/"
|
||||||
|
Loading…
Reference in New Issue
Block a user