Commit 7d18397
tweak(org-mode): simplify dot snippet
1. ":exports none :results silent" + link to file is pointlessly clunky.
Just having ":results file graphics" is briefer and even works better.
2. ":cmdline -T${format}" is largely unneeded, as type is selected based
on the file extension by default, which tends to result in behaviour
3. Change the default format to SVG. Org can be exported to a variety of
formats, and SVG is more versatile in this respect.1 parent cc26b6b commit 7d18397
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
0 commit comments