From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Elston Subject: Re: Re: questions about html export Date: Thu, 17 Jun 2010 19:13:05 -0700 Message-ID: <4C1AD631.7020703@comcast.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=37634 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPR56-0002iv-GI for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 22:13:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPR55-0003z6-ES for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 22:13:20 -0400 Received: from qmta07.emeryville.ca.mail.comcast.net ([76.96.30.64]:48319) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPR55-0003yw-37 for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 22:13:19 -0400 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 Daniel, I think the thread that Thomas is referring to is the one started by Nicolas Goaziou regarding exportation to LaTeX. He submitted a patch but in his email he noted that the exportation to HTML is still not working correctly for these cases. However, he provided a clue as to what the problem might be so if you were so inclined you could start there and look for an answer... Mark On 6/17/2010 6:32 PM, Daniel Mahler wrote: > 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: >> >> 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 > > this is still an issue