Hi, everybody in the list, I got two problems:

1, I want to publish different files to different folders in the same  project. Is that possible?

For example, I have a project A in folder /somewhere/A.
Under folder A there are subfolders :A-b and A-c.
What I want is to publish files under A-b to /somewhere/html/A-b/,
files under A-c to /somewhere/html/A-c/.

Now, I can set different folders in one project in dot emacs file:
(setq muse-project-alist
'(("ProjectA"
 ("/somewhere/A"
  "/somewhere/A/A-b"
  "/somewhere/A/A-c"
  :default "index")
  (:base "xhtml"
    :path "/somewhere/html"))))

but all the project files are published to /somewhere/html.
I trid to add different publish folders in :path section, but failed.
Does muse support this operation?

2, How can I publish my project files directly to remote ftp server with user name and password specified.

Thx in advance.
_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to