0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-22 02:18:45 +00:00
org-mode/EXPERIMENTAL
Nicolas Goaziou 6782d6f77b Fix infloop when parsing radio targets
* contrib/lisp/org-element.el (org-element-link-parser): Do not parse
  radio link as a recursive link.
* contrib/lisp/org-export.el (org-export-solidify-link-text): Make
  sure "\" isn't allowed in solidified strings.  This is required to
  allow entities in radio targets.
* EXPERIMENTAL/org-e-latex.el (org-e-latex-link): Apply changes to
  radio links.
* EXPERIMENTAL/org-e-ascii.el (org-e-ascii-link): Apply changes to
  radio links.
2012-02-17 18:46:05 +01:00
..
org-e-ascii.el Fix infloop when parsing radio targets 2012-02-17 18:46:05 +01:00
org-e-latex.el Fix infloop when parsing radio targets 2012-02-17 18:46:05 +01:00
org-e-publish.el Publishing system compatible with new export engine 2012-02-12 23:00:33 +01:00