[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Code blocks in lists?
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Code blocks in lists? |
Date: |
Fri, 18 May 2012 11:02:13 +0200 |
Hello,
"Sebastien Vauban"
<address@hidden> 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
Re: [O] Code blocks in lists?,
Nicolas Goaziou <=