From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: org-export [with respect to lists] to HTML Date: Wed, 17 Feb 2010 14:30:59 +0100 Message-ID: <87hbpghtv0.fsf@gmx.de> References: <8F16A01C-AE25-443B-85FA-F32917AAF9B5@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nhjzb-0002pa-RQ for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 08:31:03 -0500 Received: from [140.186.70.92] (port=45539 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nhjzb-0002p2-1R for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 08:31:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nhjza-0003fF-6Y for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 08:31:02 -0500 Received: from mail.gmx.net ([213.165.64.20]:58404) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1NhjzZ-0003f8-OY for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 08:31:02 -0500 In-Reply-To: <8F16A01C-AE25-443B-85FA-F32917AAF9B5@gmail.com> (Livin Stephen Sharma's message of "Wed, 17 Feb 2010 12:33:59 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Livin Stephen Sharma Cc: emacs-org-mode-help gnu gnu Livin Stephen Sharma writes: > > * Simonisms > 1. Kodachrome > #+BEGIN_EXAMPLE > When I think back on all the crap I learned in high school, It's a wonder I can > think at all > #+END_EXAMPLE > 2. Sound of silence > Ten thousand people Hi Stephan, list are made from indentation. The `#+begin_example' (did you mean `#+begin_quote'?) must be indented to be considered a part of the first list item. This way, it is considered the end of the list. It should be: * Simonisms 1. Kodachrome #+BEGIN_EXAMPLE When I think back on all the crap I learned in high school, It's a wonder I can think at all #+END_EXAMPLE 2. Sound of silence HTH Sebastian