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
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