diff --git a/demo/org-mode-syntax.org b/demo/org-mode-syntax.org index fd03483..b8fd016 100755 --- a/demo/org-mode-syntax.org +++ b/demo/org-mode-syntax.org @@ -9,12 +9,18 @@ #+HTML_LINK_HOME: http://www.google.com #+HTML_LINK_UP: http://www.bing.com +# #+HTML_HEAD: +# #+HTML_HEAD: +# #+HTML_HEAD: +# # #+HTML_HEAD: +# # #+HTML_HEAD: +# #+HTML_HEAD: +# #+HTML_HEAD: + #+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: -# #+HTML_HEAD: -# #+HTML_HEAD: -#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: #+PROPERTY: eval yes #+PROPERTY: exports both @@ -500,6 +506,16 @@ Links generally point to an headline. See chapter [[#links][Links]]. #+end_src +To add a link to a figure (e.g., "See Figure 1"), just do: + +#+begin_src org +,#+name: fig +,#+caption: caption +[[file:fig.png]] + +See figure [[fig]]. +#+end_src + You can also create a hypertext link to a document anchor in the current document /or in another document/.