emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] using variables in org-publish-project-alist


From: Sebastian Rose
Subject: Re: [Orgmode] using variables in org-publish-project-alist
Date: Tue, 25 Nov 2008 00:58:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hi Richard,


Richard Riley <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]