emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Still there are some places that the new org-babel markers are not u


From: stardiviner
Subject: [O] Still there are some places that the new org-babel markers are not unified yet
Date: Thu, 7 Dec 2017 22:51:35 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

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
"<!DOCTYPE html>\n<html>\n<head>\n<title>Welcome to
nginx!</title>\n<style>\n    body {\n        width: 35em;\n       
margin: 0 auto;\n        font-family: Tahoma, Verdana, Arial,
sans-serif;\n    }\n</style>\n</head>\n<body>\n<h1>Welcome to
nginx!</h1>\n<p>If you see this page, the nginx web server is
successfully installed and\nworking. Further configuration is
required.</p>\n\n<p>For online documentation and support please refer
to\n<a href=\"http://nginx.org/\";>nginx.org</a>.<br/>\nCommercial
support is available at\n<a
href=\"http://nginx.com/\";>nginx.com</a>.</p>\n\n<p><em>Thank you for
using nginx.</em></p>\n</body>\n</html>\n"
#+END_src
```
You can see that `#+BEGIN_src` and `#+END_src`.

Maybe there are more places need to be updated and unified. (a project
scope query replace will be great)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]