Re: buggy plantuml function

2020-11-23 Thread Heinz Tuechler
see inline Immanuel Litzroth wrote/hat geschrieben on/am 23.11.2020 12:32: There is a solution in all source blocks that would have a problem because there is a * at the beginning of a line. Just prepend it with ,. So this works over here: #+BEGIN_SRC plantuml :file test.png @startmindmap ,*

Re: buggy plantuml function

2020-11-23 Thread Immanuel Litzroth
There is a solution in all source blocks that would have a problem because there is a * at the beginning of a line. Just prepend it with ,. So this works over here: #+BEGIN_SRC plantuml :file test.png @startmindmap ,* Debian ,** Ubuntu ,*** Linux Mint ,*** Kubuntu ,*** Lubuntu ,*** KDE Neon ,**

buggy plantuml function

2020-11-15 Thread Immanuel Litzroth
(defun org-babel-plantuml-make-body (body params) "Return PlantUML input string. BODY is the content of the source block and PARAMS is a property list of source block parameters. This function relies on the `org-babel-expand-body:generic' function to extract `:var' entries from PARAMS and on