Skip to main content

All Questions

Tagged with
0 votes
1 answer
913 views

Org-mode Plant UML issue

I am using PlantUML inside my org file to generate UML diagrams. When I try to create generalization relationship by #+begin_src plantuml :file generalization-plantuml.png :exports none Elective ^-- ...
Sreekumar R's user avatar
1 vote
1 answer
2k views

My plantuml-mode in emacs is not working correctly

I have tried to install and use plantuml-mode in emacs, with no success. My emacs version: 25.2.2 Operating system: Ubuntu 18.04 x86_64 I have followed the official instructions on https://github.com/...
dawa's user avatar
  • 11
4 votes
2 answers
1k views

Failing to execute plantuml in emacs

I am using GNU Emacs 25.3.1 (x86_64-w64-mingw32), on Windows 10, plantuml 1.4.1, and the following .emacs: (package-initialize) (require 'package) (add-to-list 'package-archives '("...
canellas's user avatar
  • 687
1 vote
1 answer
417 views

to give name automatically to plantuml in org mode

Each time i write a plantuml code i have to give the unique file name. But it is very tedious when we have a large file and chances are there we give same file name to two plantuml source code block ...
The Thinking Monks's user avatar
0 votes
1 answer
24 views

How to perform pl-c keystroke?

I'm using platuml-mode on GNU Emacs 25.0.50.1 (x86_64-w64-mingw32). After executing M-x plantuml-complete-symbol RET it displays a hint in the minibuffer: You can run the command `plantuml-complete-...
Marcin Kłopotek's user avatar
3 votes
1 answer
1k views

Timing Diagram in Emacs Org Mode?

What is a good way to draw this kind of timing diagram in Emacs Org Mode? Terminal A ------------------------------------------------------------------------------- | ^ ^...
windrg00's user avatar
  • 457
8 votes
1 answer
2k views

Can't turn on plantuml-mode in Emacs

I am on Emacs 24.3.1. I installed the MELPA version of plantuml-mode via M-x package-install RET plantuml-mode RET. When I try to turn on plantuml-mode for a buffer, I get the following error: ...
itsjeyd's user avatar
  • 5,190