Hi Richard,

Richard Riley <[EMAIL PROTECTED]> writes:
> If I open my "homepage" e.g ~/myweb/index.org, and then publish the
> entire project while in that buffer then any other "index" replaces it
> during the publish process - it is was replaced by
> ~/myweb/projects/index.org<2>" in the focused window. Not a day breaker
> I admit, but still a slight "blip" in the otherwise super quiet publish
> process.


Does setting the `:index-filename' help?


(setq org-publish-project-alist
      '(("org-notes"
        
         ;; ...

         :auto-index t ; generate index.org automagically
         :index-filename "sitemap.org"
         :index-title "Sitemap"
         :recursive t
         
         ;; ...
         )



Regards,


-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover

Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Http:  www.emma-stil.de


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to