[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
ditaa and PlantUML
Changed files
execs/plantuml.jar
Binary files differ
img/ditaa.png
Binary files differ
img/uml.png
Binary files differ
smart-documents.org
@@ -793,7 +793,7 @@
793
793
794
794
795
795
796
Removed:
#+BEGIN_SRC ditaa :file ditaa.png
796
Added:
#+BEGIN_SRC ditaa :file img/ditaa.png
797
797
+-----------+ +-----------------+
798
798
| c06F | | c06F |
799
799
| Create a | | Open the source |
@@ -804,9 +804,9 @@
804
804
#+END_SRC
805
805
806
806
#+RESULTS:
807
Removed:
[[file:ditaa.png]]
807
Added:
[[file:img/ditaa.png]]
808
808
809
Removed:
*** TODO Diagrams
809
Added:
*** TODO UML diagrams
810
810
# Implement automatically downloading this kind of executable!
811
811
812
812
#+BEGIN_SRC emacs-lisp :tangle yes
@@ -815,7 +815,7 @@
815
815
"execs/plantuml.jar"))
816
816
#+END_SRC
817
817
818
Removed:
#+BEGIN_SRC plantuml :file uml.png
818
Added:
#+BEGIN_SRC plantuml :file img/uml.png
819
819
!theme plain
820
820
package "Package 1" as pkg1 {
821
821
node node1
@@ -834,7 +834,7 @@
834
834
#+END_SRC
835
835
836
836
#+RESULTS:
837
Removed:
[[file:uml.png]]
837
Added:
[[file:img/uml.png]]
838
838
839
839
** Coding languages
840
840