I can use:
# + INCLUDED:
include the org file in another org file, which allows me to build, say, a website from various org files. I am exporting from a Cc Ce exporter to org-mode 7.5.
I could conduct a rather complicated publication in this way. This modular approach is fairly common, such as LaTeX and Texinfo Publications.
However, image links no longer work with org # + INCLUDEd files. It seems that there is a way that the path to the images is taken from both the org file that I export, and not from the actual org file that refers to the image.
The only ways I can solve this are:
- use a flat file structure; or
- make the image path from the link file (which I might not know in advance), and not myself.
None of them are truly sustainable.
How to tell org to use the correct image path from its own org file, and not the parent org file?
source share