emacs-orgmode
[Top][All Lists]
Advanced

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

Re: resume an interrupted enumerated list or reset the counter


From: Ihor Radchenko
Subject: Re: resume an interrupted enumerated list or reset the counter
Date: Thu, 14 Oct 2021 21:36:54 +0800

Uwe Brauer <oub@mat.ucm.es> writes:

> Hi 
>
> Sometimes I have the following 
>
> 1. first
>
> 2. Second
>
> 3. Third
> #+begin_src 
> A=7
> #+end_src
>
> 1. 
>
>
> So enumerated list start with a fresh counter, is there a possibility
> either to resume the list or to reset its counter?

You need an indent:

1. first

2. Second

3. Third
   #+begin_src
A=7
   #+end_src
4.

Best,
Ihor



reply via email to

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