[Orgmode] Re: [Emacs-orgmode] Problem with org-publish-get-plists

2006-09-06 Thread David O'Toole
Sorry for the late reply. I have incorporated your bugfix into the latest version of org-publish.el and will publish the updated code on my website shortly. Thanks so much for your debugging! "Ed Hirgelt" <[EMAIL PROTECTED]> writes: > I was having problems publishing with 2 projects in the p

[Emacs-orgmode] Problem with org-publish-get-plists

2006-08-25 Thread Ed Hirgelt
I was having problems publishing with 2 projects in the project list. I tracked it down to the org-publish-files hash table. All the files from both projects were mapped to the same project, the last one. This was caused by org-publish-get-plists. Below is the modified version that seems to work