Eric S Fraga writes:
> If I have a read-only file, I can export the whole file (say to HTML)
> and it works. If, however, I select a region and try to export that,
> org fails with the error message:
>
> : org-export-get-title-from-subtree: Buffer is read-only: #
>
> This appears to be because o
Hello,
For standalone org files that are not part of any larger project, I
often use RCS as my revision control system. RCS will make a file
read-only when you /check in/ changes, waiting for the user to
/check out/ the file explicitly for further changes. I like the way
this works.
Org, howeve