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-pa

Re: [O] Code blocks in lists?

2012-05-18 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> If I change my list to something like this: >> >> 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 >> >>1.

Re: [O] Code blocks in lists?

2012-05-18 Thread Eric Schulte
"Sebastien Vauban" writes: > Hi Nicolas and Eric, > > Eric Schulte wrote: >> "Sebastien Vauban" 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

Re: [O] Code blocks in lists?

2012-05-18 Thread Sebastien Vauban
Hi Nicolas and Eric, Eric Schulte wrote: > "Sebastien Vauban" 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 t

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. > >#+begi

Re: [O] Code blocks in lists?

2012-05-18 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" 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") >(

Re: [O] Code blocks in lists?

2012-05-18 Thread Eric Schulte
"Sebastien Vauban" 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 >>> http://lists.g

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 >> http://lists.gnu.org/archive/html/emacs-orgmode/2012-0

Re: [O] Code blocks in lists?

2012-05-18 Thread Eric Schulte
"Sebastien Vauban" 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 emacs-lisp >(a

[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