ox: Fix image links
commitd809a604f26b28d1b425239e8789445698836f3a
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 7 Jan 2017 14:48:49 +0000 (7 15:48 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 7 Jan 2017 14:48:49 +0000 (7 15:48 +0100)
tree4f6e541debd7215e28321366d098030449611748
parent22520e8087aa6c27be2f4f06ddae04b7bbfa81c9
ox: Fix image links

* lisp/ox.el (org-export-insert-image-links): Properly set :parent
  property.
* testing/lisp/test-ox.el (test-org-export/insert-image-links): Add
  test.

Reported-by: Kaushal Modi <kaushal.modi@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/111238>
lisp/ox.el
testing/lisp/test-ox.el