plantuml-emacs icon indicating copy to clipboard operation
plantuml-emacs copied to clipboard

A plantuml plugin for Emacs

Results 3 plantuml-emacs issues
Sort by recently updated
recently updated
newest added

on line https://github.com/ginqi7/plantuml-emacs/blob/daeb3c308f08fe76670268f2a9795d77be86c22a/plantuml.el#L137 use `(file-name-sans-extension (buffer-name))` to generate output file name. I temp find buffer-name could not be the right file name, I suggest use `(file-name-base (buffer-file-name))` to get file...

![image](https://user-images.githubusercontent.com/1028971/197507247-be6e657e-fa8c-4074-9058-ec1319e2a87d.png)