Re: [Orgmode] problem exporting region from within a read-only file

2011-01-04 Thread Bastien
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

[Orgmode] problem exporting region from within a read-only file

2010-09-13 Thread Eric S Fraga
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