[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [bug] new exporter fails on read only files
From: |
Eric Fraga |
Subject: |
[O] [bug] new exporter fails on read only files |
Date: |
Thu, 26 Apr 2012 22:06:21 +0930 |
User-agent: |
Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.1.50 (gnu/linux) |
Hello all,
>From one of the recent threads (on producing latex files for ACM
publications), I was finally motivated to try the new export engine. I
have run into a small problem: org-export-dispatch fails if the file is
read only. I often have read only files as I use RCS as my version
control system for one-off standalone files (as opposed to git or
mercurial for larger projects).
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
and I get the error:
,----
| org-refresh-category-properties: Buffer is read-only: #<buffer proposal.org>
`----
This doesn't happen if I use the old exporter (C-c C-e p). Also, the
error does not appear if I try the new export engine on a writable
file. Toggling debug-on-error doesn't actually put me in the debugger
when the error occurs, by the way.
I *think* am running an up to date org (from an hour or so ago) but the
org-version information (auto-generated for my signature) seems
confused... but maybe that's a problem for another day?
Thanks,
eric
--
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.1.50.1
: using Org-mode version 7.8.06 (release_7.8.09.392.ge0222)
- [O] [bug] new exporter fails on read only files,
Eric Fraga <=