ob-core: Add org-babel-uppercase-example-markers option
commit9c111f63d3e43e5ca9aed60b0bba2cbfad6b5aa0
authorKyle Meyer <kyle@kyleam.com>
Wed, 25 Jan 2017 04:54:58 +0000 (24 23:54 -0500)
committerKyle Meyer <kyle@kyleam.com>
Fri, 27 Jan 2017 01:06:39 +0000 (26 20:06 -0500)
treeed18e23f4d1ec7ac7f39ae98fe202d8ffc4dc951
parent0ba5e3508264ea59329d4cd31d3ee6eb3ba7bacf
ob-core: Add org-babel-uppercase-example-markers option

* lisp/ob-core.el (org-babel-capitalize-example-region-markers): Mark
as obsolete.
(org-babel-uppercase-example-markers): New defcustom to replace defvar
org-babel-capitalize-example-region-markers.
(org-babel-examplify-region): Use new option.

Rather than moving org-babel-capitalize-example-region-markers to a
defcustom, give the option a new name that makes it clearer that all
characters, not just the first, will be in upper case.

Suggested-by: Vicente Vera <vicentemvp@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/111656>
etc/ORG-NEWS
lisp/ob-core.el
lisp/org-compat.el