From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: BUG: Newest org-mode interferes with desktop save Date: Wed, 15 Jun 2011 09:49:10 -0700 Message-ID: <87y613uj2x.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWtax-0003rm-NN for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 13:09:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWtav-0006pD-Ak for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 13:09:35 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:40860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWtau-0006p1-Me for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 13:09:33 -0400 Received: by iyl8 with SMTP id 8so624955iyl.0 for ; Wed, 15 Jun 2011 10:09:32 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug Cc: emacs-orgmode Hi Rainer, 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. Cheers -- Eric Rainer M Krug writes: > Hi > > 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. > > > Cheers, > > Rainer -- Eric Schulte http://cs.unm.edu/~eschulte/