Eric Schulte <
schulte.eric@gmail.com> wrote:
> I was able to reproduce this query-on-close behavior with the following
> minimal config.
>
> #+begin_src sh
> emacs -Q -l ~/.emacs.d/src/org/lisp/org.el --eval "(desktop-save-mode 1)"
> #+end_src
>
> however, I think this prompting behavior is expected, and when I
> switched to the following alternative
>
> #+begin_src sh
> emacs -Q -l ~/.emacs.d/src/org/lisp/org.el --eval '(desktop-read "~/Desktop/")'
> #+end_src
>
> I received no prompt on exit. As far as I can tell there is not an
> Org-mode bug here, however I could very well have missed something.
>
> > when using the newest version of org-mode (Org-mode version 7.5
> > (release_7.5.391.gfacc)), I get the following warning when closing emacs,
> >
> > "Current desktop was not loaded from a file. Overwrite this desktop file?"
> >
> > although it has loaded the desktop file. When I use 7.5 (and te one from I
> > guess yesterday), the message did not occur.
> >
> > I have (desktop-save-mode 1) on my
emacs.org.
> >
Maybe this will help?