Hi Eric,

Eric Fraga <e.fr...@ucl.ac.uk> writes:

> Specifically, I have added
>
>    (require 'org-export)
>    (require 'org-e-latex)
>
> to my org customisation.  Then, while visiting a read only file, I try
>
>    M-x org-export-dispatch RET p

Mhh.. I can't reproduce this error with latest Org.

> and I get the error:
>
> ,----
> | org-refresh-category-properties: Buffer is read-only: #<buffer proposal.org>
> `----

Maybe you have a hook which call this function?

In any case, as the other place where `org-refresh-category-properties'
is called is `org-prepare-agenda-buffers' and those buffers might be
read-only (for some obscure reason), I pushed a fix that make sure 
`org-refresh-category-properties' can modify the buffer correctly.

Please let me know if this fixes your problem.

-- 
 Bastien

Reply via email to