renard / o-blog

Standalone orgmode blog exporter. DEPECATED, NOT MAINTAINED
http://renard.github.com/o-blog-v2
260 stars 58 forks source link

Images from #+INCLUDE: files are not copied into destination #80

Closed mlt closed 4 years ago

mlt commented 11 years ago

While [[file:somefile.png]] works fine, images from include files are handled differently. For images referenced in Org file with the following statement in main blog source Org file

#+include: "~/My Documents/path-to-my.org" :minlevel 2

resulting img tag has src attribute with file name as is instead of ../../../<subtree name>/2013/06/11_<posting name>/<file name>. This would help modularize blog and split it into smaller files.