hamacs/snippets/org-mode/graphviz-block

12 lines
265 B
Text
Raw Normal View History

# -*- mode: snippet -*-
# name: graphviz-block
# key: <g
# --
#+begin_src dot :file ${1:`(file-name-base (buffer-file-name)))`-`(ha-org-next-image-number)`}.${2:png} :exports file :results file
digraph G {
${0:A -> B};
}
#+end_src
#+attr_org: :width 800px