Uwe Brauer <o...@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