From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: [patch] structure snippet completions Date: Fri, 08 Dec 2017 02:38:51 +0000 Message-ID: References: <87mv2ya2ep.fsf@pank.eu> <87d13u6ws3.fsf@nicolasgoaziou.fr> <87vahl8oel.fsf@gmx.us> <878tegapfy.fsf@nicolasgoaziou.fr> <87h8t23yag.fsf@gmx.us> <87d13q3xpl.fsf@gmx.us> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c08764e703c2a055fcb1647" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eN8Z7-0007fy-Pn for emacs-orgmode@gnu.org; Thu, 07 Dec 2017 21:39:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eN8Z6-0004YG-RA for emacs-orgmode@gnu.org; Thu, 07 Dec 2017 21:39:05 -0500 Received: from mail-yw0-x234.google.com ([2607:f8b0:4002:c05::234]:37805) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eN8Z6-0004X0-M0 for emacs-orgmode@gnu.org; Thu, 07 Dec 2017 21:39:04 -0500 Received: by mail-yw0-x234.google.com with SMTP id v190so3772909ywg.4 for ; Thu, 07 Dec 2017 18:39:03 -0800 (PST) In-Reply-To: <87d13q3xpl.fsf@gmx.us> 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: Rasmus Cc: emacs-orgmode@gnu.org --94eb2c08764e703c2a055fcb1647 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, Dec 7, 2017 at 6:51 PM Rasmus wrote: > Rasmus writes: > One possible "bug" that I discovered is illustrated by the following > example. > > * foo > suggested indention > > When I tab at point ("|") extra indention will be stripped. I don=E2= =80=99t > know if this is something that should be fixed. > That's does look like a bug. The preservation of indentation is especially useful if you want source block in nested lists. #+BEGIN_EXAMPLE Outside list #+END_EXAMPLE - list level 1 #+BEGIN_EXAMPLE At level 1 #+END_EXAMPLE - list level 2 #+BEGIN_EXAMPLE At level 2 #+END_EXAMPLE --=20 Kaushal Modi --94eb2c08764e703c2a055fcb1647 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Thu, Dec 7,= 2017 at 6:51 PM Rasmus <rasmus@gmx.us<= /a>> wrote:
Rasmus <rasmus@gmx.us> writes: One possible "bug" that I discovered is illustrated by the follow= ing
example.

* foo
=C2=A0 suggested indention
=C2=A0 =C2=A0 <s|

=C2=A0 When I tab at point ("|") extra indention will be stripped= .=C2=A0 I don=E2=80=99t
=C2=A0 know if this is something that should be fixed.

That's does look like a bug. The preservation of indent= ation is especially useful if you want source block in nested lists.
<= div>
#+BEGIN_EXAMPLE
Outside list=C2=A0
#+END_EXAMPLE
- list level 1
=C2=A0 #+BEGIN_EXAMPLE
=C2=A0= At level 1
=C2=A0 #+END_EXAMPLE
=C2=A0 - list= level 2
=C2=A0 =C2=A0 #+BEGIN_EXAMPLE
=C2=A0=C2=A0=C2= =A0 At level 2
=C2=A0=C2=A0=C2=A0 #+END_EXAMPLE
--

Kaushal Modi

--94eb2c08764e703c2a055fcb1647--