emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: johngtait@gmail.com
To: Jambunathan K <kjambunathan@gmail.com>, John Tait <johngtait@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: Images in included files
Date: Fri, 08 Apr 2011 12:21:39 +0000	[thread overview]
Message-ID: <001636c5adbf92be9b04a067446e@google.com> (raw)
In-Reply-To: <81lizlt0ue.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2477 bytes --]

Okay...

I'm no coder but the relevant html seems to be:

<div id="fig:threearrows" class="figure">
<p><img src="./images/threearrows.png" width="300" height="300"  
align="center" alt="./images/threearrows.png" /></p>
<p>Buried services suite</p>
</div>

The source Org file is called (in Windows)

\site\Experimental-manuals\Manual1.org

Where folder "site" contains all the files.

Manual1.org calls a dozen #+INCLUDEd Org files arrranged like this:

site\foldername\filename.org

using this format: in Manual1.org

---------

* Introduction to this manual :scope:

This is an experimental manual, with selected export. The selected text is  
based on the tag "scope".

#+INCLUDE: "../foldername/filename.org"

---------

The images are arranged like this:

\site\foldername\images\picture.png


All the image files are included in each of the filename.org files  
something like this:

#+ATTR_HTML: width="500" height="500" align="center"
#+CAPTION: My picture
#+LABEL: fig:mypicure
[[./images/mypicture.png]]

When I export from filename.org (to LateX and html), the images obligingly  
appear.

However when I export from Manual.org, there is the standard broken picture  
link.

I suspect that the exporter is looking for the image in

\site\Experimental-manuals\images\mypicture.png (which doesn't exist)

where it should be looking in

\site\foldername\images\mypicture.png


Phew!

John





On , Jambunathan K <kjambunathan@gmail.com> wrote:



> John





> > Hi


> >


> >


> >


> > I am trying to export html from an Org file "A.org". The Org file is  
> largly


> > constructed from other Org files "1.org", "2.org", "3.org", etc. via


> > "#+INCLUDE:". These "1.org", "2.org", "3.org", etc. files have a number  
> of images


> > included.


> >


> >


> >


> > However the images aren't included in the export of A.org.


> >


> >


> >


> > What I think is happening is that the images are being looked for in  
> the relative


> > path from "A.org", whereas they should be looked at for in the relative  
> path from


> > the "1.org", "2.org" files. Am I correct, and is there a workaround  
> (other than


> > using an absolute path)?


> >





> Provide an example of dir organization, some simple orgfiles and the


> generated html output samples.





> The more the details and samples provided more there would be incentive


> for someone to help you out.





> Jambunathan K.





> >


> >


> > Thanks


> >


> > John





> --




[-- Attachment #2: Type: text/html, Size: 4634 bytes --]

  reply	other threads:[~2011-04-08 12:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-08 11:12 Images in included files John Tait
2011-04-08 11:54 ` Jambunathan K
2011-04-08 12:21   ` johngtait [this message]
2011-05-01 22:37     ` Robert Goldman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=001636c5adbf92be9b04a067446e@google.com \
    --to=johngtait@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=kjambunathan@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).