Introduce new function for removing paired delimiters from string.
commita3adfb062b2fb5da03813f898bb40543e91dc175
authorAaron Ecay <aaronecay@gmail.com>
Sat, 3 Sep 2016 00:55:45 +0000 (3 01:55 +0100)
committerAaron Ecay <aaronecay@gmail.com>
Sat, 3 Sep 2016 00:55:45 +0000 (3 01:55 +0100)
tree7cc3264f34f89a0487c1b3e5d72db2256b6ba759
parent79999af2646e9ce01db51272bcafeb9981a3381b
Introduce new function for removing paired delimiters from string.

* lisp/org-macs.el (org-unbracket-string): New function.
* lisp/ob-core.el (org-babel-strip-quotes):
* lisp/ob-lua.el (org-babel-lua-read-string):
* lisp/ox-beamer.el (org-beamer--normalize-argument): Use it.
lisp/ob-core.el
lisp/ob-lua.el
lisp/org-macs.el
lisp/ox-beamer.el