Re: [O] [bug] org-edit-src-code auto-save glitch

2013-04-16 Thread Bastien
Hi Charles, "Charles C. Berry" writes: > Attached. Thanks for the patch -- there is a confusion here. `org-edit-src-auto-save-idle-delay' controls whether the base buffer will be saved after some idle delay. If so, it does what C-x C-s would do: save the base buffer, not the editing window.

Re: [O] [bug] org-edit-src-code auto-save glitch

2013-04-09 Thread Charles C. Berry
On Tue, 9 Apr 2013, Bastien wrote: hi Charles, can you provide a patch for this? http://orgmode.org/worg/org-contribute.html#sec-5 Thanks, -- Bastien Attached. HTH, Chuck From 48de75ed0a78573a5beb32138608ae3784d0f47b Mon Sep 17 00:00:00 2001 From: cberry Date: Tue, 9 Apr 2013 19:05:17

Re: [O] [bug] org-edit-src-code auto-save glitch

2013-04-09 Thread Bastien
hi Charles, can you provide a patch for this? http://orgmode.org/worg/org-contribute.html#sec-5 Thanks, -- Bastien

Re: [O] [bug] org-edit-src-code auto-save glitch

2013-04-09 Thread Charles C. Berry
On Sun, 7 Apr 2013, Bastien wrote: Hi Charles, Charles Berry writes: IIUC the problem is that this part of the function , | (setq buffer-file-name nil | buffer-auto-save-file-name | (concat (make-temp-name "org-src-") | (format-time-string "-%Y-%d-%m") ".txt")) `

Re: [O] [bug] org-edit-src-code auto-save glitch

2013-04-07 Thread Bastien
Hi Charles, Charles Berry writes: > IIUC the problem is that this part of the function > > , > | (setq buffer-file-name nil > | buffer-auto-save-file-name > | (concat (make-temp-name "org-src-") > | (format-time-string "-%Y-%d-%m") ".txt")) > ` > > > should consult

[O] [bug] org-edit-src-code auto-save glitch

2013-03-26 Thread Charles Berry
I use Org-mode version 8.0-pre (release_8.0-pre-180-gf09471) I am getting my src-buffers auto-saved even though C-h v org-edit-src-auto-save-idle-delay RET gives me , | org-edit-src-auto-save-idle-delay is a variable defined in `org-src.el'. | Its value is 0 | | Documentation: | Delay of i