From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: [Orgmode] Startup page Date: Wed, 16 Mar 2011 12:45:16 -0400 Message-ID: <15877.1300293916@alphaville.dokosmarshall.org> References: <7A1717E3-E36E-490D-9432-A10B06DD7CE2@khinsen.fastmail.net> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=37442 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pzu3v-0001og-S0 for emacs-orgmode@gnu.org; Wed, 16 Mar 2011 12:59:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pztqx-0005Qh-Mv for emacs-orgmode@gnu.org; Wed, 16 Mar 2011 12:45:44 -0400 Received: from vms173003pub.verizon.net ([206.46.173.3]:52666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pztqx-0005Px-He for emacs-orgmode@gnu.org; Wed, 16 Mar 2011 12:45:43 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LI500ICGT7G4YN0@vms173003.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 16 Mar 2011 11:45:17 -0500 (CDT) In-reply-to: Message from Matthew Sauer of "Wed\, 16 Mar 2011 11\:19\:14 CDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matthew Sauer Cc: Konrad Hinsen , Ido Magal , emacs-orgmode@gnu.org, nicholas.dokos@hp.com, Rainer M Krug Matthew Sauer wrote: > Okay, so I have been working on some ideas for a customization file for s= tartup, an org-agenda, > recently modified and maybe unscheduled todo's . . accessible via a funct= ion key and at startup.=C2=A0 > Kind of a "home screen".=C2=A0=C2=A0 I have it working fine when I run th= e code but my problem is that when I > have it run in .emacs on startup it comes up (agenda on the right and my = other chosen buffer on the > left (last code in my .emacs to be run) and then the screen is split hori= zontal and the scratch > buffer opens on the top.=C2=A0 For me this isn't the desired behavior, di= dn't know if anyone knew how to > turn off emacs opening into a file or if I should move this code to anoth= er location because emacs > is running something to open that after it goes through .emacs???=C2=A0 o= r is that just a behavior that > is going to occur? > =C2=A0 Add (setq inhibit-splash-screen t) to your .emacs and see if that solves your problem. You might also need one of the packages that can restore a saved window configuration on startup if you have complicated goings-on. Nick