emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [patch] structure snippet completions


From: Kaushal Modi
Subject: Re: [O] [patch] structure snippet completions
Date: Fri, 08 Dec 2017 02:38:51 +0000

On Thu, Dec 7, 2017 at 6:51 PM Rasmus <address@hidden> wrote:
Rasmus <address@hidden> writes:
One possible "bug" that I discovered is illustrated by the following
example.

* foo
  suggested indention
    <s|

  When I tab at point ("|") extra indention will be stripped.  I don’t
  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

--

Kaushal Modi


reply via email to

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