Matt Lundin <m...@imapmail.org> writes: > Bastien <b...@gnu.org> writes: > >> Hi Matt, >> >> Matt Lundin <m...@imapmail.org> writes: >> >>> This patch fixes a bug in which org-publish makes the following call... >>> (let ((org-inhibit-startup t) (org-mode))) >> >> Applied, thanks! > > This could be solved by wrapping org-export-get-environment withing > those functions with (let ((buffer-read-only nil)) ...).
Correction... this should be... (let ((inhibit-read-only t)) ...) Correction is for the record only, as this is moot given the rest of the email. Matt