[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: Absolute paths in exported files
From: |
andrea |
Subject: |
[Orgmode] Re: Absolute paths in exported files |
Date: |
Sat, 23 Jan 2010 19:41:30 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin) |
andrea <address@hidden> writes:
Another very strange thing happened, I have in the file two sources like
#+begin_src sh
lsdfks
#+end_src
tex text
and
#+begin_src java
lsdfks
#+end_src
Now exporting to html or java shows me twice the FIRST code!
If I delete the first one than the second works, any idea of what could
that be?