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




_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to