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

See figure 1.

The link says "Figure (1)", but the figure label doesn't include the figure number. It would be great to have an option to include it! (or even to always include it as is done for images, since it can be hidden from CSS). Thanks! Clément. (PS: btw, does anyone have tips for stepping through org-mode sources? The `info` parameters are so large that they cause edebug to be very slow when stepping around).