ox: Whitespaces are not significant when matching a fuzzy link
commit78a652716e996297a8b6004274946c8d99c8bf4a
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 15 Feb 2013 17:08:03 +0000 (15 18:08 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 15 Feb 2013 17:08:03 +0000 (15 18:08 +0100)
tree286121616ac93b57781af69a529a8516e69356b1
parent5a1d46b99034345aabd8b1f4852806339f2726c2
ox: Whitespaces are not significant when matching a fuzzy link

* lisp/ox.el (org-export-resolve-fuzzy-link): Whitespaces are not
  significant when matching a fuzzy link.
* lisp/org-element.el (org-element-link-parser): Do not remove
  newlines characters in paths anymore, since this is not required.
* testing/lisp/test-org-element.el: Update tests.
* testing/lisp/test-ox.el: Add test.
lisp/org-element.el
lisp/ox.el
testing/lisp/test-org-element.el
testing/lisp/test-ox.el