Hello,

Andreas Fuchs <a...@boinkor.net> writes:
> I use org-src-mode with org-src-auto-save-idle-delay (set to 1s), and
> after upgrading org to the latest master version, it's repeatedly
> causing me trouble: When I open an org-src-mode buffer and close it with
> C-c ', I repeatedly get the message "Error running timer:
> (wrong-type-argument timerp nil)". The backtrace is for a compiled
> function, but after disassembling, it's pretty clear that it's the
> routine in the lambda in org-src-mode that tries to cancel
> `org-src--auto-save-timer'.
>
> Here are the steps that will do it for me, but I haven't been very lucky
> reproducing this consistently:
>
> (setq org-edit-src-auto-save-idle-delay 1
>       org-edit-src-turn-on-auto-save nil)
>
> 1. Open an org file with elisp source code blocks
> 2. Use C-c ' on one of those blocks
> 3. Edit the buffer
> 4. Close the buffer after a while with C-c '
>
> If it reproduces correctly, emacs shows the error above whenever it has
> been idle for 1s.

Hopefully fixed in master. Could you confirm it?

Thank you.

Regards,

-- 
Nicolas Goaziou

Reply via email to