每次我编写植物代码时,我都必须给出唯一的文件名。但是当我们有一个大文件并且有可能我们给两个 Plantuml 源代码块提供相同的文件名时,这是非常乏味的
#+begin_src plantuml :file tryout.png
Alice -> Bob: synchronous 1
Alice ->> Bob: asynchronous 1
#+end_src
#+begin_src plantuml :file tryout.png
Alice -> Bob: synchronous 2
Alice ->> Bob: asynchronous 2
#+end_src
有没有办法在 emacs 的 org-mode 中为 Plantuml 源代码自动提供文件名?