URL:
  <http://gna.org/bugs/?9307>

                 Summary: Pages without read permission on "others" are
silently ignored on publish
                 Project: Emacs Muse
            Submitted by: None
            Submitted on: Sonntag 10.06.2007 um 00:55 CEST
                Category: muse
                Severity: 2 - Minor
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: [EMAIL PROTECTED]
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:


emacs 21.4a+1-5, muse-el 3.02.8-1, on Debian.

Use a basic configuration, like:
("website"                 ; my various writings
  ("~/Pages" :default "index")
  (:base "html" :path "~/public_html")
;  (:base "pdf" :path "~/public_html/pdf")
)


The problem:
 1. cd ~/Pages
 2. echo hello > a.muse
 3. echo hello > b.muse
 4. chmod o-r b.muse
 5. Go to emacs, open any file of the project
 6. Make C-c C-a to check that both "a" and "b" show up
 7. C-c C-p. Result: "All pages in website have been published."
 8. See output (~/public_html).

Result: "a.html" was created, but "b.html" wasn't


If that's a security measure (as it seems by looking at muse-project.el),
then it should display a message on step 7: "The file a.muse was not
published because....".

Otherwise, it's very confusing, since "a.muse" really shows up at the list of
the wiki's pages. And going to "a.muse" and doing C-c C-t there's no problem
(it gets published).






    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?9307>

_______________________________________________
  Nachricht geschickt von/durch Gna!
  http://gna.org/


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

Reply via email to