Matt Lundin <[email protected]> writes: > Bastien <[email protected]> writes: > >> Hi Matt, >> >> Matt Lundin <[email protected]> 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
