From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mahler Subject: Re: questions about html export Date: Fri, 18 Jun 2010 03:32:06 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=41280 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPQRY-0000SN-Qw for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 21:32:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPQRX-0008EV-7O for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 21:32:28 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:52815) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPQRX-0008EJ-2H for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 21:32:27 -0400 Received: by wyf28 with SMTP id 28so499178wyf.0 for ; Thu, 17 Jun 2010 18:32:26 -0700 (PDT) In-Reply-To: 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: emacs-orgmode@gnu.org On Fri, Jun 18, 2010 at 2:30 AM, Daniel Mahler wrote: > Hi, > > I have 2 issues with exporting > > 1. I would like html export to activate plain links Ignore this, they are activated. > 2. I would like to embed source blocks in numbered lists, without > breaking the numbering ie: > > =A0 =A01) get ready > =A0 =A0 #+BEGIN_SRC sh > =A0 =A0get_ready > =A0 =A0 #+END_SRC > =A0 =A02) go > =A0 =A0 #+BEGIN_SRC sh > =A0 =A0go > =A0 =A0 #+END_SRC > > =A0 =A0currently the src blocks cause the numbering to reset, so all > items in a sequence like this are numbered 1 this is still an issue > thanks > Daniel >