From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?=C5=81ukasz?= Stelmach Subject: Re: forcing the end of Date: Sun, 21 Mar 2010 17:33:52 +0100 Message-ID: <87iq8p63db.fsf@kotik.lan> References: <87r5nd645z.fsf@kotik.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NtO6L-0003AH-5O for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 12:34:09 -0400 Received: from [140.186.70.92] (port=38856 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NtO6J-00038x-Sd for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 12:34:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NtO6H-00036C-WD for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 12:34:07 -0400 Received: from lo.gmane.org ([80.91.229.12]:50152) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NtO6H-000362-Pm for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 12:34:05 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NtO6F-0005O8-9M for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 17:34:03 +0100 Received: from 77-255-243-16.adsl.inetia.pl ([77.255.243.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Mar 2010 17:34:03 +0100 Received: from lukasz.stelmach by 77-255-243-16.adsl.inetia.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Mar 2010 17:34:03 +0100 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 Łukasz Stelmach writes: > I publish some materials for my students. For example test questions. As > you might expect I'd like to keep them secret until the test starts. So > I write this: --8<---------------cut here---------------start------------->8--- > ** "OpenOffice Writer" ( [2010-03-21 nie] ) :ATTACH: > #+HTML: 0) { ?> > > The questions will be availble on Sunday at 10:50. > > #+HTML: > > + How to write a poem? > + How to create a graph? > + How? > > #+HTML: --8<---------------cut here---------------end--------------->8--- > What I get is roughly this: --8<---------------cut here---------------start------------->8--- > How? > > > > > > > --8<---------------cut here---------------end--------------->8--- > Which makes the HTML code that comes out of PHP invalid as because of > those dangling (s seem to be OK here). > > How? How to force org-mode to close this plain list befor the php > closing curly bracket? OK. I've found a hack. I put three empty lines between the last "How?" and the in the middle one I put (ZERO WIDTH SPACE) which induces closing of the list and creation of an empty paragraph

. Yet I'd like to see something cleaner. PS. NO-BREAK SPACE works too and it's better because Emacs fontifies it. Shouldn't be exported as a HTML entity  ? -- Miłego dnia, Łukasz Stelmach