fixes
This commit is contained in:
parent
b68f9e4fcb
commit
0ea28d160e
@ -56,12 +56,12 @@ file:https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c208270369771
|
|||||||
(conlanging/tree-to-dot vowels)
|
(conlanging/tree-to-dot vowels)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+BEGIN_SRC dot :file img/vowels-example.png :var input=tree-vowels :exports results :cache yes
|
#+BEGIN_SRC dot :file img/vowels-example.png :var input=tree-vowels :exports results
|
||||||
$input
|
$input
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
#+NAME: arbre:vow
|
#+NAME: arbre:vow
|
||||||
#+ATTR_HTML: :alt Exemple d’arbre de voyelles
|
#+ATTR_HTML: :alt Exemple d’arbre de voyelles
|
||||||
#+RESULTS[cf778002d3abdd67ef0eba31e468ebdfe4e37400]:
|
#+RESULTS:
|
||||||
[[file:img/vowels-example.png]]
|
[[file:img/vowels-example.png]]
|
||||||
|
|
||||||
This example tree is only a binary tree, but a single node can have up to ten
|
This example tree is only a binary tree, but a single node can have up to ten
|
||||||
|
@ -43,10 +43,10 @@
|
|||||||
(find-file "~/Documents/conlanging/taso.org")))
|
(find-file "~/Documents/conlanging/taso.org")))
|
||||||
|
|
||||||
(spacemacs/set-leader-keys-for-major-mode 'org-mode
|
(spacemacs/set-leader-keys-for-major-mode 'org-mode
|
||||||
|
"ler" 'conlanging/eittlanda-to-runes
|
||||||
|
"lel" 'conlanging/eittlanda-to-latex
|
||||||
"lmr" 'conlanging/matter-to-runes
|
"lmr" 'conlanging/matter-to-runes
|
||||||
"lml" 'conlanging/matter-to-native-latin
|
"lml" 'conlanging/matter-to-native-latin
|
||||||
"lmL" 'conlanging/matter-to-latex
|
"lmL" 'conlanging/matter-to-latex)
|
||||||
"ler" 'conlanging/eittlanda-to-runes
|
|
||||||
"lel" 'conlanging/eittlanda-to-latex)
|
|
||||||
|
|
||||||
;;; keybindings.el ends here
|
;;; keybindings.el ends here
|
||||||
|
Reference in New Issue
Block a user