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

2008-11-24 Thread Sebastian Rose
Richard Riley <[EMAIL PROTECTED]> writes: > Sebastian Rose <[EMAIL PROTECTED]> writes: > >> 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

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

2008-11-24 Thread Richard Riley
Sebastian Rose <[EMAIL PROTECTED]> writes: > 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 repl

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

2008-11-24 Thread Sebastian Rose
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

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

2008-11-24 Thread Carsten Dominik
Hi Richard, no, variables are not interpolated into quoted lists, any list preceded by "'" is quoted. If you can guarantee that the value of the variables is define at the time the (setq org-publish-projects-alist ... is executed, then you can use backquote syntax: Quote the main list

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

2008-11-24 Thread Richard Riley
Thanks - wow, I would never have found that! Just testing it I noticed a small "feature" (possibly bug). We talked about buffers being opened in the past when publishing. Now the project publish is nice and quiet except for one case: I break my site down to many subdirs each with an index.org/h

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

2008-11-23 Thread Richard Riley
I removed directory names from my projects list thus , | (setq org-publish-project-alist | '( | ("web-extra" |:base-directory rgr-source ;; ** |:publishing-directory rgr-publish |:base-extension "gif\\|jpg\\|jpeg\\|png\\|css