This org file:
#+CAPTION: Some C code
#+NAME: fig:c
#+BEGIN_SRC c
int main() { return 0; }
#+END_SRC
See figure [[fig:c]].
produces HTML similar to this:
…
Some C code
…
See figure 1.
The link says "Figure (1)", but the figure label doesn
Hello,
Andrea Giugliano writes:
> I am using NixOS, and since this operating system does not use /usr/bin
> as standard folder for executables, plantuml.jar cannot find the
> graphviz dependency. NixOS provides a plantuml package, and so I can
> call the plantuml command from commandline. It wou
On Fri, Aug 12, 2016 at 3:02 PM Andrea Giugliano wrote:
> I am using NixOS, and since this operating system does not use /usr/bin
> as standard folder for executables, plantuml.jar cannot find the
> graphviz dependency. NixOS provides a plantuml package, and so I can
> call the plantuml command f
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
--