emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Re: [Orgmode] Startup page


From: Nick Dokos
Subject: Re: [O] Re: [Orgmode] Startup page
Date: Wed, 16 Mar 2011 12:45:16 -0400

Matthew Sauer <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]