This commit is contained in:
Phuntsok Drak-pa 2019-09-16 15:46:41 +02:00
parent b68f9e4fcb
commit 0ea28d160e
2 changed files with 5 additions and 5 deletions

View File

@ -56,12 +56,12 @@ file:https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c208270369771
(conlanging/tree-to-dot vowels)
#+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
#+END_SRC
#+NAME: arbre:vow
#+ATTR_HTML: :alt Exemple darbre de voyelles
#+RESULTS[cf778002d3abdd67ef0eba31e468ebdfe4e37400]:
#+RESULTS:
[[file:img/vowels-example.png]]
This example tree is only a binary tree, but a single node can have up to ten

View File

@ -43,10 +43,10 @@
(find-file "~/Documents/conlanging/taso.org")))
(spacemacs/set-leader-keys-for-major-mode 'org-mode
"ler" 'conlanging/eittlanda-to-runes
"lel" 'conlanging/eittlanda-to-latex
"lmr" 'conlanging/matter-to-runes
"lml" 'conlanging/matter-to-native-latin
"lmL" 'conlanging/matter-to-latex
"ler" 'conlanging/eittlanda-to-runes
"lel" 'conlanging/eittlanda-to-latex)
"lmL" 'conlanging/matter-to-latex)
;;; keybindings.el ends here