emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Code blocks in lists?
@ 2012-05-18  8:39 Sebastien Vauban
  2012-05-18  9:02 ` Nicolas Goaziou
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Sebastien Vauban @ 2012-05-18  8:39 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-05-20  0:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-18  8:39 Code blocks in lists? Sebastien Vauban
2012-05-18  9:02 ` Nicolas Goaziou
     [not found]   ` <87obpl3lre.fsf-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-05-18 11:50     ` **: " Sebastien Vauban
2012-05-18 11:50     ` Sebastien Vauban
     [not found]   ` <1337342641.WXHGMQZGWMUF@spammotel.com>
2012-05-18 13:44     ` Nicolas Goaziou
2012-05-18 12:09 ` Eric Schulte
2012-05-18 14:40 ` Sebastien Vauban
2012-05-18 13:08   ` Eric Schulte
2012-05-18 18:55     ` Sebastien Vauban
2012-05-18 17:11       ` Eric Schulte
2012-05-18 20:38         ` Sebastien Vauban
2012-05-19 22:48           ` Eric Schulte

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).