From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stephen J. Barr" Subject: Is it possible to have a code fragment in a bulleted list? Date: Sun, 8 Jan 2012 20:07:41 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rk3iW-000392-AG for emacs-orgmode@gnu.org; Sun, 08 Jan 2012 20:08:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rk3iV-00049s-Eq for emacs-orgmode@gnu.org; Sun, 08 Jan 2012 20:08:04 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:37276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rk3iV-00049f-AQ for emacs-orgmode@gnu.org; Sun, 08 Jan 2012 20:08:03 -0500 Received: by wgbdt13 with SMTP id dt13so886988wgb.30 for ; Sun, 08 Jan 2012 17:08:02 -0800 (PST) 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: emacs-orgmode@gnu.org Hello fellow org-mode users, Quick question. Is it possible to have a code fragment in a bulleted list? For example, I would like to do - This is interesting - Level 2 for loop #+begin_src R for (i in 1:10) { ... } #+end_src - This should also be on level 2 When I render this as HTML, the sentences "Level 2 for loop" and "This should also be on level 2" to be at the same depth, with the source code block in the middle. How do I do this? Thanks and sorry for the relatively simple question. Stephen;