From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcin Borkowski Subject: Re: Org-mode v8 broke my workflow Date: Sat, 18 May 2013 17:16:33 +0200 Message-ID: <20130518171633.037307ce@aga-netbook> References: <20130518005257.36e3436a@aga-netbook> <51971A8B.3010003@easy-emacs.de> <20130518135400.454915a3@aga-netbook> <51977D7F.2040408@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdisE-0003b5-9Z for emacs-orgmode@gnu.org; Sat, 18 May 2013 11:16:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdisA-0000XG-Jm for emacs-orgmode@gnu.org; Sat, 18 May 2013 11:16:42 -0400 Received: from msg.wmi.amu.edu.pl ([2001:808:114:2::50]:43074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdisA-0000WZ-CU for emacs-orgmode@gnu.org; Sat, 18 May 2013 11:16:38 -0400 Received: from localhost (localhost [127.0.0.1]) by msg.wmi.amu.edu.pl (Postfix) with ESMTP id 32E7D42081 for ; Sat, 18 May 2013 17:16:36 +0200 (CEST) Received: from msg.wmi.amu.edu.pl ([127.0.0.1]) by localhost (msg.wmi.amu.edu.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mc9CkW3I2iZD for ; Sat, 18 May 2013 17:16:36 +0200 (CEST) Received: from aga-netbook (jedenzero5-dziewiecosiem.echostar.pl [213.156.105.98]) by msg.wmi.amu.edu.pl (Postfix) with ESMTPSA id 0783742061 for ; Sat, 18 May 2013 17:16:35 +0200 (CEST) In-Reply-To: <51977D7F.2040408@easy-emacs.de> 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: emacs-orgmode@gnu.org Dnia 2013-05-18, o godz. 15:09:19 Andreas R=C3=B6hler napisa=C5=82(a): > Am 18.05.2013 13:54, schrieb Marcin Borkowski: > > Dnia 2013-05-18, o godz. 08:07:07 > > Andreas R=C3=B6hler napisa=C5=82(a): > > > >> Am 18.05.2013 00:52, schrieb Marcin Borkowski: > >>> Hi list, > >>> > >>> can't resist;): http://xkcd.com/1172/ > >>> > >>> I have this at the end of my .emacs: > >>> > >>> (setq inhibit-splash-screen t) > >>> (org-agenda-list) > >>> (delete-window) > >>> > >>> The point is that I want agenda to appear as the only thing when I > >>> start Emacs. However, sometimes I start it e.g. when delivering a > >>> presentation; I don't want all the people to look at my overdue > >>> todo items;), so I used to press q while Emacs was starting > >>> (which takes quite a while on my netbook). This used to bury the > >>> agenda so that *scratch* was visible. Now, instead of *scratch*, > >>> one of my agenda org files appears. What do I do to restore the > >>> previous behavior? (Really, that setup worked for me;).) > >>> > >>> Best, > >>> > >> > >> You could move (org-agenda-list) at the beginning of your init, so > >> it's not displayed as last. However, it might be displayed while > >> loading for a short time though. If you want make sure it's never > >> shown, don't see another way than deleting it from init and call it > >> via M-x, resp. from menu. > > > > I guess you misread my post; >=20 > Probably >=20 > the problem seems to be about the order of > > buffers - I' like all the .org buffers to be /buried/. > > >=20 > Okay. As it seems to matter at start, what about not open it? Well, org-agenda-list visits all agenda files and is quite angry if their buffers get killed. > In cases, you might want open some files only ocassionaly, you could > put a command into your init. >=20 >=20 > (defun load-my-stuff-please () > (interactive) > (load "/PATH-TO-STUFF/STUFF-1") > (load "/PATH-TO-STUFF/STUFF-2") > ... > (load "/PATH-TO-STUFF/STUFF-n")) >=20 > After evaluation resp. restart may you call it as command. > Also, if want to load it all the time, add to your init > after this definition >=20 > (load-my-stuff-please) Well, load won't work for me - these are not Lisp files. Regards, --=20 Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University