URL:
  <http://gna.org/bugs/?func=detailitem&item_id=6648>

                 Summary: path to published image appended to some random
path
                 Project: The Emacs Muse
            Submitted by: None
            Submitted on: Wednesday 08/16/2006 at 05:47 CEST
                Category: muse
                Priority: 5 - Normal
                Severity: 5 - Blocker
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: [EMAIL PROTECTED]
             Open/Closed: Open

    _______________________________________________________

Details:

Since I upgraded to the latest version of muse-el (3.02.6-1 from M. Olson's
debian package), images don't appear in published pages.

The following muse code

[[images/test.jpg][Fig.3 TEST]]

generates this html code

<table class="image" width="100%">
  <tr><td align="center"><img src="/path/to/some/directory/images/test.jpg"
alt="Fig.3 TEST"></td></tr>

  <tr><td align="center" class="image-caption">Fig.3 TEST</td></tr>
</table>

The path to the image should be relative (src="images/..."), but instead it
is appended to another path. That other path is the path to one of my other
projects without any relation to muse. So it might be the latest visited file
or directory in dired.

If it has any importance, I have the following in .emacs for the project that
I was exporting:

(setq muse-project-alist
      '(("Bridge HP"
         ("~/projects/test"
          :default "index"
          :major-mode muse-mode)
         (:base "html" :path "~/projects/test/html"))))

Evan







    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?func=detailitem&item_id=6648>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Muse-el-commits mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-commits

Reply via email to