Re: [O] code blocks inside enumerations

2014-01-31 Thread Alan Schmitt
I dug a little deeper and found the answer: I need to indent the source block. Alan Schmitt writes: > Hello, > > I'm writing a series of exercises where I need to write some code in the > middle of an enumeration. Unfortunately the following does not work: > > 1. This is how one write an empty l

[O] code blocks inside enumerations

2014-01-31 Thread Alan Schmitt
Hello, I'm writing a series of exercises where I need to write some code in the middle of an enumeration. Unfortunately the following does not work: --8<---cut here---start->8--- 1. This is how one write an empty list #+BEGIN_SRC emacs-lisp nil #+END_SRC 2. A