Hello,
"Sebastien Vauban" <wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org> writes: > Hello, > > As demonstrated by the following ECM, it seems that I can't put code blocks > inside lists: > > * Installation > > 1. Download and install color-theme. > > #+begin_src emacs-lisp > (add-to-list 'load-path "/path/to/color-theme-6.6.0") > (require 'color-theme) > #+end_src > > 2. Download and install color-theme-leuven. > > #+begin_src emacs-lisp > (add-to-list 'load-path "/path/to/color-theme-leuven") > (require 'color-theme-leuven) > #+end_src > > 3. Restart Emacs. > > I guess this is the same root cause as the problem I tried to described at > http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00247.html. > > Here, the fact that it is an enumerated list makes the problem stand > out. I still cannot reproduce it. > Any advice? What happens if you eval: (let ((org-current-export-file (current-buffer))) (org-export-blocks-preprocess)) in your buffer? Regards, -- Nicolas Goaziou