From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Vera Subject: org-babel-capitalize-example-region-markers Date: Wed, 25 Jan 2017 02:17:11 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113e310c9d3be20546e1d476 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWD99-0000n7-Hq for emacs-orgmode@gnu.org; Tue, 24 Jan 2017 21:17:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWD98-0007Pv-LT for emacs-orgmode@gnu.org; Tue, 24 Jan 2017 21:17:15 -0500 Received: from mail-ot0-x233.google.com ([2607:f8b0:4003:c0f::233]:33033) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cWD98-0007PY-H9 for emacs-orgmode@gnu.org; Tue, 24 Jan 2017 21:17:14 -0500 Received: by mail-ot0-x233.google.com with SMTP id 73so142240003otj.0 for ; Tue, 24 Jan 2017 18:17:12 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode --001a113e310c9d3be20546e1d476 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello. Just noticed that example block headings wrapping code evaluation results appear downcased (arrows added): #+RESULTS: #+begin_example <=3D ... some result... #+end_example <=3D In ob-core.el, line 2438 there's a "hidden" variable that controls wether the headings appear upcased: =E2=80=98org-babel-capitalize-example-region-markers=E2=80=99. Setting it t= o non-nil seems to solve the "problem". Shouldn't this variable be public through the customize interface? Also, it seems "capitalize" is the wrong verb here? --001a113e310c9d3be20546e1d476 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello.

Just noticed that example block headings wra= pping code evaluation
results appear downcased (arrows added):

#+= RESULTS:
#+begin_example <=3D
... some result...
#+end_example= =C2=A0=C2=A0 <=3D

In ob-core.el, line 2438 there's a "hi= dden" variable that controls
wether the headings appear upcased:=E2=80=98org-babel-capitalize-example-region-markers=E2=80=99. Setting it = to non-nil
seems to solve the "problem".

Shouldn't = this variable be public through the customize interface?

Also, it se= ems "capitalize" is the wrong verb here?

--001a113e310c9d3be20546e1d476--