From mboxrd@z Thu Jan  1 00:00:00 1970
From: Sebastian <sebastian_rose@gmx.de>
Subject: Re: Where is the document in which all tags are described?
Date: Sat, 10 Oct 2009 21:32:55 +0200
Message-ID: <1255203175.4859.63.camel@beteigeuze>
References: <83fx9refyy.fsf@ymail.com>
Reply-To: sebastian_rose@gmx.de
Mime-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
	id 1Mwhgd-00017B-Ds
	for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 15:33:03 -0400
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
	id 1MwhgY-00015d-8D
	for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 15:33:03 -0400
Received: from [199.232.76.173] (port=55171 helo=monty-python.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1MwhgY-00015a-5H
	for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 15:32:58 -0400
Received: from mail.gmx.net ([213.165.64.20]:37621)
	by monty-python.gnu.org with smtp (Exim 4.60)
	(envelope-from <sebastian_rose@gmx.de>) id 1MwhgX-0007EM-KT
	for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 15:32:58 -0400
In-Reply-To: <83fx9refyy.fsf@ymail.com>
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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: Water Lin <WaterLin@ymail.com>
Cc: emacs-orgmode@gnu.org

Am Samstag, den 10.10.2009, 17:49 +0800 schrieb Water Lin:
> I am using org mode to build my own homepage now. I have perl scripts
> need to be published to html from org file.
> 
> I use following script to mark it:
> ------------
>         #+BEGIN_SRC perl
>               # insert some Perl script here
>         #+END_SRC
> ------------

How does this work:


      #+BEGIN_SRC perl
            # insert some Perl script here
            # insert some Perl script here
      #+END_SRC

???


Because I found, maybe related, this here does not work:


  #+begin_src org
    ,#+begin_html
    ,<div class="tester">Som HTML hier...</div>
    ,#+end_html
  #+end_src


The `#+end_html' line will be missing after HTML export.


Sebastian