Re: [Orgmode] bugs in org-remember-backup-directory

2009-06-26 Thread Samuel Wales
If org-remember-finalize (when buffer-file-name (save-buffer)) is only for org-remember-directory purposes, then perhaps running do-auto-save instead of save-buffer will fix the bug. Thanks. On Thu, Jun 4, 2009 at 20:59, Samuel Wales wrote: > The bug still exists. > > To reproduce, run em

Re: [Orgmode] bugs in org-remember-backup-directory

2009-06-18 Thread Samuel Wales
Strange that it is not reproducible even with the minimal startup. It happens to me every time I save a remember that is long enough to trigger auto-save. On Fri, Jun 5, 2009 at 00:00, Carsten Dominik wrote: > I am still unable to reproduce this. > > Anyone? > > - Carsten > > On Jun 5, 2009, at 5

Re: [Orgmode] bugs in org-remember-backup-directory

2009-06-05 Thread Carsten Dominik
I am still unable to reproduce this. Anyone? - Carsten On Jun 5, 2009, at 5:59 AM, Samuel Wales wrote: The bug still exists. To reproduce, run emacs -Q --load , remember a task, make enough changes to trigger do-auto-save, then c-x c-s. It should tell you it has changed and ask if you want

Re: [Orgmode] bugs in org-remember-backup-directory

2009-06-04 Thread Samuel Wales
The bug still exists. To reproduce, run emacs -Q --load , remember a task, make enough changes to trigger do-auto-save, then c-x c-s. It should tell you it has changed and ask if you want to save. You will have to set 3 env vars for dirs of your choice. I didn't want to risk making dirs for you.

Re: [Orgmode] bugs in org-remember-backup-directory

2009-06-04 Thread Carsten Dominik
On May 4, 2009, at 7:57 PM, Samuel Wales wrote: I found another bug. After an auto-save happens, if you change the remember buffer, then do org-remember-finalize, emacs will complain that remember-... has changed since you last saved it. I don't seem to be able to reproduce this. - Carsten

Re: [Orgmode] bugs in org-remember-backup-directory

2009-06-04 Thread Samuel Wales
Seems OK so far in newest git. Will monitor. Thanks. -- Myalgic encephalomyelitis denialism is causing death and severe suffering, worse than MS. Conflicts of interest are destroying research. /You/ can get the disease at any time permanently. Do science and justice matter to you? http://ww

Re: [Orgmode] bugs in org-remember-backup-directory

2009-05-04 Thread Samuel Wales
I found another bug. After an auto-save happens, if you change the remember buffer, then do org-remember-finalize, emacs will complain that remember-... has changed since you last saved it. If you then run do-auto-save and try to save it, it works. A workaround would be to put (do-auto-save) in

Re: [Orgmode] bugs in org-remember-backup-directory

2009-05-04 Thread Samuel Wales
Thanks, Carsten. Welcome back :). On Thu, Apr 30, 2009 at 06:30, Carsten Dominik wrote: >>  3) if you have auto-save-file-name-transforms set, >>    auto-saving is done according to that variable instead >>    of saving in place. > > I am now turning that variable off, locally in the remember bu

Re: [Orgmode] bugs in org-remember-backup-directory

2009-05-03 Thread Carsten Dominik
On Apr 26, 2009, at 12:08 AM, Samuel Wales wrote: I noticed the following regarding org-remember-backup-directory: 1) auto-saving does not save contents - solution: put (auto-save-mode 1) before or after (not sure which) the call to org-set-local in the following lines in org-

[Orgmode] bugs in org-remember-backup-directory

2009-04-25 Thread Samuel Wales
I noticed the following regarding org-remember-backup-directory: 1) auto-saving does not save contents - solution: put (auto-save-mode 1) before or after (not sure which) the call to org-set-local in the following lines in org-remember: # (expand-file-name