How to use salt GUI Mockups from Emacs

0 votes
asked Feb 7, 2014 in Wanted features by anonymous

Using plantuml from Org-Mode in Emacs. Trying to also use the Salt mockups, but the generated png file contains:

@startuml

salt

Forbidden line salt

I looked at the generated temp src file and it looks correct. Also if I run plantuml from the command line on the tmp file the png is correctly generated. I'm running with the latest version of plantuml. Is this not supported?

 

Thanks,

Mark

 

 

1 Answer

0 votes
answered Feb 7, 2014 by plantuml (295,000 points)

This is very odd : there is no reason why this would not work, especially if the generated temp src file looks fine.
Do you have several versions of plantuml.jar on your machine ?
You should try:
@startuml
version
@enduml


Both in Emacs and in your command line to double-check that the same version is used in both case.

 

...