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)
|
||||
#+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 d’arbre 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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user