org-mode/EXPERIMENTAL
Nicolas Goaziou af2a46a76f org-export: Implement "ref" type links
* contrib/lisp/org-element.el (org-element-link-parser): Recognize
  "ref" type links as a new type of Org link.
* contrib/lisp/org-export.el (org-export-resolve-ref-link): New
  function.
* EXPERIMENTAL/org-e-ascii.el (org-e-ascii--describe-links): Do not
  describe "ref" type links at the end of each section.
(org-e-ascii-link): Handle "ref" type links.
* EXPERIMENTAL/org-e-latex.el (org-e-latex-link): Handle "ref" type
  links.

"ref" type links are Org answer to LaTeXisms like "\ref{some-label}".
Hence, [[ref:some-label]] will be replaced with the sequence number of
the element with name "#+name: some-label" during export.
2012-02-19 18:24:22 +01:00
..
org-e-ascii.el org-export: Implement "ref" type links 2012-02-19 18:24:22 +01:00
org-e-html.el org-e-html: Support for generating TOC 2012-02-19 21:27:05 +05:30
org-e-latex.el org-export: Implement "ref" type links 2012-02-19 18:24:22 +01:00
org-e-publish.el org-e-publish: Hook e-html back-end into publishing system 2012-02-18 14:37:51 +01:00