emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Code blocks in lists?


From: Sebastien Vauban
Subject: [O] Code blocks in lists?
Date: Fri, 18 May 2012 10:39:21 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (windows-nt)

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")
   (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.
--8<---------------cut here---------------end--------------->8---

exports to the following HTML page:

--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")
(require 'color-theme)
#+end_src

1. 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

1. Restart Emacs.
--8<---------------cut here---------------end--------------->8---

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.

Any advice?

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]