emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Bastien
Subject: Re: [O] [bug] org-edit-src-code auto-save glitch
Date: Sun, 07 Apr 2013 22:42:35 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Charles,

Charles Berry <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]