hamacs/snippets/org-mode/graphviz-block
Howard Abrams ffbd253e65 Convert to lower-case #+BEGIN_SRC blocks
While I was at it, I address some prose-specific comments like passive
sentences and weasel words.
2022-06-17 17:25:47 -07:00

12 lines
265 B
Text

# -*- 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