ox-publish: Fix (invalid-read-syntax "#") error
commit3636783ca440c1f4aaa5e2db7bc431f0223e1592
authorNicolas Goaziou <n.goaziou@gmail.com>
Sat, 29 Mar 2014 13:30:07 +0000 (29 14:30 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 29 Mar 2014 13:41:27 +0000 (29 14:41 +0100)
tree37808cdb4662f96555729b3d2467721e3988c726
parente330027ac1d5378defde46e274057a92b247e5d3
ox-publish: Fix (invalid-read-syntax "#") error

* lisp/ox-publish.el (org-publish-find-title):
  Fix (invalid-read-syntax "#").

Since 8e1386cead0e4296f7bb063d07d64dd95ec0b231,
`org-element-interpret-data' no longer trims text properties attached
to strings.  We need to remove them before writing the title into the
cache, as text properties are not readable.
lisp/ox-publish.el