Elisp function rename, file variables removed

This commit is contained in:
Lucien Cartier-Tilet 2021-07-19 16:33:06 +02:00
parent ca83445f71
commit e91fa47ced
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
6 changed files with 9 additions and 11 deletions

View File

@ -1,4 +1,3 @@
# -*- org-confirm-babel-evaluate: nil -*-
#+TITLE: Hjelp
#+HTML_HEAD: <meta name="description" content="Grammaire détaillée de la langue construite du Hjelp" />
#+HTML_HEAD: <meta property="og:title" content="Grammaire du Hjelp" />

View File

@ -1,4 +1,3 @@
# -*- org-confirm-babel-evaluate: nil -*-
#+TITLE: Mattér
#+HTML_HEAD: <meta name="description" content="Grammaire détaillée de la langue construite Mattér" />
#+HTML_HEAD: <meta property="og:title" content="Grammaire du Mattér" />

View File

@ -4,7 +4,7 @@
#+html_head: <meta property="og:title" content="Grammaire de lEittlandais" />
#+html_head: <meta property="og:description" content="Grammaire détaillée de lidéolangue éittlandaise" />
#+latex_header: \usepackage{allrunes}
#+macro: rune (eval (conlanging/eittlandic-org-export-runes $1))
#+macro: rune (eval (conlanging-to-org-runes $1 'eittlandic))
#+keywords: eittland eittlande éittlande einnland einnlande nordique viking islande norrois
#+options: auto-id:t
#+uid: https://langue.phundrak.com/eittland
@ -926,7 +926,7 @@ voyelles entre elles.
("{tense}"
("[low]" "/a/")
("{low}" "/ɛ/"))))))
(conlanging/tree-to-dot eittlandic-vowels)
(conlanging-tree-to-dot eittlandic-vowels)
#+END_SRC
#+BEGIN_SRC dot :file eittland/vowel-feature-tree.png :var input=vow-dot
@ -1255,7 +1255,7 @@ des consonnes de lEittlandais.
("[rnd]" "/w/")
("{rnd}" "/j/"))
("{dor}" "/h/")))))
(conlanging/tree-to-dot eittlandic-consonants)
(conlanging-tree-to-dot eittlandic-consonants)
#+END_SRC
#+BEGIN_SRC dot :file eittland/cons-feature-tree.png :var input=cons-dot

View File

@ -434,7 +434,7 @@
("{tense}"
("[high]" ("i"))
("{high}" ("e"))))))
(conlanging/tree-to-dot nyqy-vowels)
(conlanging-tree-to-dot nyqy-vowels)
#+END_SRC
#+BEGIN_SRC dot :file nyqy/vowel-feature-tree.png :var input=vow-tree
@ -477,7 +477,7 @@
("{voice}"
("[cor]")
("{cor}"))))))
(conlanging/tree-to-dot nyqy-consonants)
(conlanging-tree-to-dot nyqy-consonants)
#+END_SRC
#+BEGIN_SRC dot :file nyqy/consonant-feature-tree.png :var input=cons-tree
@ -776,7 +776,7 @@
("Tense")
("V")
("Neg")))))))
(conlanging/tree-to-dot nyqy-syntax-tree)
(conlanging-tree-to-dot nyqy-syntax-tree)
#+END_SRC
#+RESULTS[24286e618306da25dc9283fdc01819e3b5d77394]: basic-syntax-tree

View File

@ -549,7 +549,7 @@ proches les unes des autres.
#+NAME: arbre:vowels
#+ATTR_HTML: :alt Arbre des voyelles du Proto-Ñyqy :class gentree
#+CAPTION: Arbre des caractéristiques des voyelles du Proto-Ñyqy
#+RESULTS:
#+RESULTS[23c095d0c07e606cabed5ac10e758b79e97638a3]:
[[file:img/nyqy/vowel-feature-tree.png]]
Voici une description des voyelles du Proto-Ñyqy :

View File

@ -242,7 +242,7 @@ organisant les voyelles du Proto-Tãso.
("{frnt}"
("[tense]" "ɘ ɵ ɤ o ɐ ə")
("{tense}" "ɜ ɞ ʌ ɔ ɑ ɶ ɑ ɒ"))))))
(conlanging/tree-to-dot taso-vowels)
(conlanging-tree-to-dot taso-vowels)
#+END_SRC
#+BEGIN_SRC dot :file taso/vowel-feature-tree.png :var input=vowel-tree
@ -345,7 +345,7 @@ lorthographe de chacune de ces consonnes.
("[voice]" "v β ɦ")
("{voice}" "f ɸ ħ ʕ h p̮f"))
("{cont}" "ʔ p̮f p b"))))))
(conlanging/tree-to-dot taso-consonants)
(conlanging-tree-to-dot taso-consonants)
#+END_SRC
#+BEGIN_SRC dot :file taso/consonant-feature-tree.png :var input=cons-tree