From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Sauer Subject: Re: Re: [Orgmode] Startup page Date: Thu, 17 Mar 2011 05:34:32 -0500 Message-ID: References: <7A1717E3-E36E-490D-9432-A10B06DD7CE2@khinsen.fastmail.net> <15877.1300293916@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015174c1bfaf7d3de049eab34ff Return-path: Received: from [140.186.70.92] (port=40292 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0AXK-0002M3-IU for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 06:34:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0AXJ-00006y-9a for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 06:34:34 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:39676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0AXJ-00006k-1T for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 06:34:33 -0400 Received: by ewy9 with SMTP id 9so697935ewy.0 for ; Thu, 17 Mar 2011 03:34:32 -0700 (PDT) In-Reply-To: <15877.1300293916@alphaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: Konrad Hinsen , Ido Magal , emacs-orgmode@gnu.org, Rainer M Krug --0015174c1bfaf7d3de049eab34ff Content-Type: text/plain; charset=ISO-8859-1 No, that still gives me the scratch buffer over the top and the the two windows I want down below. When I had the startup page activated it would override one of the two buffers that I had selected but for some reason the scratch buffer is dividing the screen horizontally and place itself over the top of the two buffers I open at the end of .emacs Going to have to look at some of the emacs documentation. What I am trying to create is a bit of elisp magic that will open the agenda on the right buffer and my refile.org (with everything I have captured that needs sent to a home and some dblocks with recently opened items and maybe another one with my unscheduled todo's. Matthew On Wed, Mar 16, 2011 at 11:45 AM, Nick Dokos wrote: > Matthew Sauer wrote: > > > Okay, so I have been working on some ideas for a customization file for > startup, an org-agenda, > > recently modified and maybe unscheduled todo's . . accessible via a > function key and at startup. > > Kind of a "home screen". I have it working fine when I run the 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 > horizontal and the scratch > > buffer opens on the top. For me this isn't the desired behavior, didn't > know if anyone knew how to > > turn off emacs opening into a file or if I should move this code to > another location because emacs > > is running something to open that after it goes through .emacs??? or is > that just a behavior that > > is going to occur? > > > > 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 > --0015174c1bfaf7d3de049eab34ff Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable No, that still gives me the scratch buffer over the top and the the two win= dows I want down below. =A0When I had the startup page activated it would o= verride one of the two buffers that I had selected but for some reason the = scratch buffer is dividing the screen horizontally and place itself over th= e top of the two buffers I open at the end of .emacs

Going to have to look at some of the emacs documentation. = =A0 What I am trying to create is a bit of elisp magic that will open the a= genda on the right buffer and my refile.org (with everything I have captured that needs sent to a home and some dblo= cks with recently opened items and maybe another one with my unscheduled to= do's.

Matthew

On Wed, Mar 1= 6, 2011 at 11:45 AM, Nick Dokos <nicholas.dokos@hp.com> wrote:
Matthew Sauer <improv.philosophy@gmail.com> wrote:

> Okay, so I have been working on some ideas for a customization file fo= r startup, an org-agenda,
> recently modified and maybe unscheduled todo's . . accessible via = a function key and at startup.=A0
> Kind of a "home screen".=A0=A0 I have it working fine when I= run the 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 h= orizontal and the scratch
> buffer opens on the top.=A0 For me this isn't the desired behavior= , didn't know if anyone knew how to
> turn off emacs opening into a file or if I should move this code to an= other location because emacs
> is running something to open that after it goes through .emacs???=A0 o= r is that just a behavior that
> is going to occur?
> =A0

Add

=A0(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

--0015174c1bfaf7d3de049eab34ff--