From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Still there are some places that the new org-babel markers are not unified yet Date: Sun, 10 Dec 2017 23:08:02 +0100 Message-ID: <87k1xuqlrx.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eO9lb-0001dc-9H for emacs-orgmode@gnu.org; Sun, 10 Dec 2017 17:08:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eO9la-0007Ev-As for emacs-orgmode@gnu.org; Sun, 10 Dec 2017 17:08:11 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:57770) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eO9la-0007Ds-4b for emacs-orgmode@gnu.org; Sun, 10 Dec 2017 17:08:10 -0500 In-Reply-To: (stardiviner's message of "Thu, 7 Dec 2017 22:51:35 +0800") 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: stardiviner Cc: emacs-org-mode Hello, stardiviner writes: > By default, the org-babel markers is lower-case now. > But I found in the following case, it is upper-case still. > ``` > > #+begin_src clojure :results code :wrap src html > (:body (clj-http.client/get "http://localhost:80")) > #+end_src > > > #+RESULTS: > > #+BEGIN_src html > "\n\n\nWelcome to > nginx!\n\n\n\n

Welcome to > nginx!

\n

If you see this page, the nginx web server is > successfully installed and\nworking. Further configuration is > required.

\n\n

For online documentation and support please refer > to\nnginx.org.
\nCommercial > support is available at\n href=\"http://nginx.com/\">nginx.com.

\n\n

Thank you for > using nginx.

\n\n\n" > #+END_src > > ``` > You can see that `#+BEGIN_src` and `#+END_src`. Fixed. Thank you. > Maybe there are more places need to be updated and unified. (a project > scope query replace will be great) Note that this is purely aesthetics. Both upper case and lower case are valid syntax. Regards, -- Nicolas Goaziou