Hi Bernt, are you saving clock information from session to session, using org-clock-persistence-insinuate? - Carsten On Nov 19, 2008, at 5:25 PM, Bernt Hansen wrote: > Hi Carsten, > > I've run into this a few times today. I don't have any useful insight > into how this occurs yet but I thought I'd mention it anyway. > > My current org-clock-history looks like this: > > ,----[ C-h v org-clock-history RET] > | org-clock-history is a variable defined in `org-clock.el'. > | Its value is > | (# # > # # # at 5145 in ciss.org> # # > # # # at 10794 in csp.org>) > | > | > | > | Documentation: > | List of marker pointing to recent clocked tasks. > `---- > > Somehow I am getting markers to read-only buffers in there > > eg. (#) > > and this breaks C-u M-x org-clock-in which triggers the following > error > in org-clock-select-task > > ,---- > | save-restriction: Buffer is read-only: # > `---- > > I'm not sure how I got these markers in the list > > org-clock-select-task fails when it hits the read-only buffer. This > org > buffer happens to be a directory (in dired I believe) of my ~/git/org > directory. > > As a workaround for now I'm just manually clearing the variable with > > (setq org-clock-history nil) > > to remove the markers and make this work again. > > Regards, > Bernt > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode