From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?=C5=81ukasz?= Stelmach Subject: forcing the end of Date: Sun, 21 Mar 2010 17:16:40 +0100 Message-ID: <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 1NtNpi-000507-Je for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 12:16:58 -0400 Received: from [140.186.70.92] (port=42154 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NtNpg-0004zL-PW for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 12:16:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NtNpf-0001cX-9n for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 12:16:56 -0400 Received: from lo.gmane.org ([80.91.229.12]:60248) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NtNpe-0001cR-Sd for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 12:16:55 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NtNpd-0004QO-GV for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 17:16:53 +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:16:53 +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:16:53 +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 Hello. It's been said couple of times that there is no way in org mode to jump back on the higher level of the outline tree without creating a new node on that level. After thinking for a while I've agreed that there is no need for this. There isn't such things in books. However I start to miss it and I'll give an example of how I'd use it. 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---

1.3 "OpenOffice Writer" ( 2010-03-21 nie )

0) { ?>

The questions will be availble on Sunday at 10:50.

  • How to write a poem?
  • How to create a graph?
  • 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? PS. If I add a node below the list some of its cloing s go below the too. -- Miłego dnia, Łukasz Stelmach