emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Where is the document in which all tags are described?


From: Sebastian
Subject: Re: [Orgmode] Where is the document in which all tags are described?
Date: Sat, 10 Oct 2009 21:32:55 +0200

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]