Fix tangling of org block with nested source block
commit1613153aac84a183a9b91f7fde788f6552bc2954
authorthibault <thibault.marin@gmx.com>
Sat, 21 Oct 2017 03:20:35 +0000 (20 22:20 -0500)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 22 Oct 2017 10:42:05 +0000 (22 12:42 +0200)
treebca048ed3875482b57f69d25e4d15096b4dc8114
parent3df62457beee95a8244c674891bec4a06e9c6098
Fix tangling of org block with nested source block

* lisp/ob-tangle.el (org-babel-tangle-single-block): Prevent double unescaping
of source block by removing unnecessary call to `org-unescape-code-in-string'.

* testing/lisp/test-ob-tangle.el (ob-tangle/nested-block) New function.
lisp/ob-tangle.el
testing/lisp/test-ob-tangle.el