From mboxrd@z Thu Jan 1 00:00:00 1970 From: "numbchild@gmail.com" Subject: Re: function for inserting a block Date: Sat, 18 Nov 2017 08:09:37 +0800 Message-ID: References: <877exghblx.fsf@ericabrahamsen.net> <871slx4j6p.fsf@ericabrahamsen.net> <87376btslq.fsf@nicolasgoaziou.fr> <87vaj7oyxb.fsf@ericabrahamsen.net> <871sl9ow44.fsf@gnu.org> <87fu9pgfkj.fsf@nicolasgoaziou.fr> <87375ouanr.fsf@gmx.us> <871sl8e76c.fsf@nicolasgoaziou.fr> <87y3nfse6m.fsf@gmx.us> <87tvy3sa7m.fsf@gmx.us> <87bmkbflbc.fsf@ericabrahamsen.net> <87po8qscmq.fsf@gmx.us> <87mv3um4c7.fsf@ericabrahamsen.net> <87mv3osftj.fsf@ericabrahamsen.net> <87o9o37bn5.fsf@ericabrahamsen.net> <87r2sw3egh.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c110788136121055e36ad3a" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFqi2-0004bp-EE for emacs-orgmode@gnu.org; Fri, 17 Nov 2017 19:10:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFqi1-0004NY-CC for emacs-orgmode@gnu.org; Fri, 17 Nov 2017 19:10:10 -0500 Received: from mail-ot0-x22d.google.com ([2607:f8b0:4003:c0f::22d]:37339) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eFqi1-0004NS-7D for emacs-orgmode@gnu.org; Fri, 17 Nov 2017 19:10:09 -0500 Received: by mail-ot0-x22d.google.com with SMTP id s4so3440547ote.4 for ; Fri, 17 Nov 2017 16:10:09 -0800 (PST) In-Reply-To: <87r2sw3egh.fsf@ericabrahamsen.net> 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: Eric Abrahamsen Cc: Org-mode --94eb2c110788136121055e36ad3a Content-Type: text/plain; charset="UTF-8" Ok, I see, Just I have to replace all uppercased babels and example blocks to lowercase to keep same. I have a lot of org files. Huge for me. I can take with the lower-case tag. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Sat, Nov 18, 2017 at 3:14 AM, Eric Abrahamsen wrote: > "numbchild@gmail.com" writes: > > > Yeah, I misunderstand your code. Anyway, It should be like this: > > > > #+BEGIN_SRC python > > ... > > #+END_SRC > > > > #+BEGIN_EXAMPLE > > ... > > #+END_EXAMPLE > > > > etc > > If you look back up this (admittedly very long) thread, you'll see the > general consensus is to move to lower-case tags. I've intentionally left > things lowercase, and now will have to handle "example" specially, based > on the value of `org-babel-uppercase-example-markers'. > > > --94eb2c110788136121055e36ad3a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Ok, I see, Just I have to replace all uppercased babels an= d example blocks to lowercase to keep same.
I have a lot of org files.= Huge for me.
I can take with the lower-case tag.

= [stardiviner]=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 &= lt;Hack this world!>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 GPG key ID: 47C32433<= br>IRC(freeenode): stardiviner =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Tw= itter:=C2=A0 @numbchild
Key fingerprint =3D 9BAA 92BC CDDD B9EF 3B36=C2= =A0 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/

On Sat, Nov 18, 2017 at 3:14 AM, Eric Abraha= msen <eric@ericabrahamsen.net> wrote:
"numbchild@gmail.com" <numbchild@gmail.com> writes:

> Yeah, I misunderstand your code. Anyway, It should be like this:
>
> #+BEGIN_SRC python
> ...
> #+END_SRC
>
> #+BEGIN_EXAMPLE
> ...
> #+END_EXAMPLE
>
> etc

If you look back up this (admittedly very long) thread, you'll s= ee the
general consensus is to move to lower-case tags. I've intentionally lef= t
things lowercase, and now will have to handle "example" specially= , based
on the value of `org-babel-uppercase-example-markers'.



--94eb2c110788136121055e36ad3a--