Bug: org babel plantuml Java parameter is ignored [9.3 (9.3-elpa @ /nix/store/azm93cbq487szgddp5hhi4vp1q9ryyp7-emacs-packages-deps/share/emacs/site-lisp/elpa/org-20191203/)]

2020-01-21 Thread Philipp Middendorf
Hi guys, I want to use the plantuml org-babel integration, as seen here: http://eschulte.github.io/babel-dev/DONE-integrate-plantuml-support.html I don't have a globally available "java" executable and from the source code, it appears there is a ":java" parameter for org-babel to specify an e

[O] Bug: Smart quotes for LaTeX export broken in tables [8.3.4 (8.3.4-9-gfda14f-elpa @ elpa/org-20160307/)]

2016-03-08 Thread Philipp Middendorf
foo "bar" | foo | bar | | bar | foo "qux" bar | This will be exported as follows (relevant snippet): foo "`bar"' \begin{center} \begin{tabular}{ll} foo & bar\\ bar & foo "qux" bar\\ \end{tabular} If this is int