Hi Charles, Charles Berry <ccbe...@ucsd.edu> 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 org-edit-src-auto-save-idle-delay and when it is zero, > set buffer-auto-save-file-name to nil or take some other action to ensure that > auto-save-mode does get enabled. Fixed, thanks. -- Bastien