From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Code blocks in lists? Date: Fri, 18 May 2012 08:09:42 -0400 Message-ID: <87wr49k7dv.fsf@gmx.com> References: <80bollkhmu.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVO3Q-0007Jb-7e for emacs-orgmode@gnu.org; Fri, 18 May 2012 10:21:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SVO3J-0006eC-Tm for emacs-orgmode@gnu.org; Fri, 18 May 2012 10:21:15 -0400 Received: from mailout-us.gmx.com ([74.208.5.67]:38673 helo=mailout-us.mail.com) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SVO3J-0006e0-NU for emacs-orgmode@gnu.org; Fri, 18 May 2012 10:21:09 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: emacs-orgmode@gnu.org "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 > (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? > Hi Seb, Your example works as expected on my system (both with my config loaded and without my personal config loaded). Could you try to reproduce the problem using Emacs -Q to see if the issue lies somewhere in your configuration? Thanks, > > Best regards, > Seb -- Eric Schulte http://cs.unm.edu/~eschulte