From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mahler Subject: questions about html export Date: Fri, 18 Jun 2010 02:30:24 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=47302 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPPTs-0006AD-TQ for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 20:30:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPPTq-0000yp-PC for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 20:30:48 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:41185) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPPTq-0000yd-LI for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 20:30:46 -0400 Received: by wyf28 with SMTP id 28so475852wyf.0 for ; Thu, 17 Jun 2010 17:30:44 -0700 (PDT) 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 Hi, I have 2 issues with exporting 1. I would like html export to activate plain links 2. I would like to embed source blocks in numbered lists, without breaking the numbering ie: 1) get ready #+BEGIN_SRC sh get_ready #+END_SRC 2) go #+BEGIN_SRC sh go #+END_SRC currently the src blocks cause the numbering to reset, so all items in a sequence like this are numbered 1 thanks Daniel