ox: Fix coding system error
commit65bacaac73e405b3143732c8304d75a1ce990796
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 22 Feb 2013 22:07:04 +0000 (22 23:07 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 23 Feb 2013 10:22:58 +0000 (23 11:22 +0100)
tree475a9dc300e6b72396851630f76a37cad0df715a
parent570e0f93dc9e5034a0bb0c997a53254b7247083c
ox: Fix coding system error

* lisp/ox.el (org-export--generate-copy-script): Clone
  `buffer-file-coding-system' when creating a buffer copy.

This patches makes sure the output will share the same encoding as the
original buffer.
lisp/ox.el