[Orgmode] Re: Absolute paths in exported files

2010-01-25 Thread Andrea Crotti
Ok forget about the sh problem, I just deleted it.. The absolute path is another mystery, I thought the problem was that I wasn't using a project but it's exactly the same thing with a project. Paths will only be absolutes, I also added :include ("java") but still the same, no code included and e

[Orgmode] Re: Absolute paths in exported files

2010-01-24 Thread Andrea Crotti
andrea writes: Ok that's really driving me crazy, the problems is there only with that file and only with "src sh", it would work for other languages. I removed the options, modified the outline but nothing to do Here's the whole file by the way: http://gist.github.com/285248 Isn't there a sort

[Orgmode] Re: Absolute paths in exported files

2010-01-23 Thread andrea
andrea 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

[Orgmode] Re: Absolute paths in exported files

2010-01-23 Thread andrea
andrea writes: > I was exporting an org-file containing relative paths in the format > "file:../" > > In both the pdf and the html the url becomes absolute, I haven't found a > good reason for that in the documentation (they should remain relative > as I understood), any idea? > > Actually in th