Re: [O] Code blocks in lists?

2012-05-19 Thread Eric Schulte
The export (see HTML), while being semantically correct in the sense that code blocks do belong to the items, seems wrong wrt the indentation, something like this: 1. Download and install color-theme. #+begin_src emacs-lisp (add-to-list 'load-path

[O] Code blocks in lists?

2012-05-18 Thread Sebastien Vauban
Hello, As demonstrated by the following ECM, it seems that I can't put code blocks inside lists: --8---cut here---start-8--- * Installation 1. Download and install color-theme. #+begin_src emacs-lisp (add-to-list 'load-path /path/to/color-theme-6.6.0)

Re: [O] Code blocks in lists?

2012-05-18 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hello, As demonstrated by the following ECM, it seems that I can't put code blocks inside lists: --8---cut here---start-8--- * Installation 1. Download and install color-theme. #+begin_src

Re: [O] Code blocks in lists?

2012-05-18 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: As demonstrated by the following ECM, it seems that I can't put code blocks inside lists. I guess this is the same root cause as the problem I tried to described at

Re: [O] Code blocks in lists?

2012-05-18 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: As demonstrated by the following ECM, it seems that I can't put code blocks inside lists. I guess this is the same root cause as the problem I tried to described at

Re: [O] Code blocks in lists?

2012-05-18 Thread Nicolas Goaziou
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

Re: [O] Code blocks in lists?

2012-05-18 Thread Nicolas Goaziou
Hello, wxhgmqzgw...@spammotel.com writes: * Before command 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

Re: [O] Code blocks in lists?

2012-05-18 Thread Sebastien Vauban
Hi Nicolas and Eric, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Nicolas Goaziou wrote: Sebastien Vauban writes: As demonstrated by the following ECM, it seems that I can't put code blocks inside lists. I guess this is the same root cause as the problem I tried

Re: [O] Code blocks in lists?

2012-05-18 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Nicolas and Eric, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Nicolas Goaziou wrote: Sebastien Vauban writes: As demonstrated by the following ECM, it seems that I can't put code blocks inside lists. I