From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: One screen with agenda views and column view question Date: Mon, 25 Jul 2011 13:53:59 -0400 Message-ID: <87bowi5jrc.fsf@norang.ca> References: <2152B3DFC552DE47A0A36CCC93D735310439FC66@mx01.ecoplan.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlPLx-0004Of-Ld for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 13:54:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlPLw-0007Lo-IV for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 13:54:05 -0400 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:45491 helo=mho-02-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlPLw-0007LX-E9 for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 13:54:04 -0400 In-Reply-To: <2152B3DFC552DE47A0A36CCC93D735310439FC66@mx01.ecoplan.local> (Renger van Nieuwkoop's message of "Mon, 25 Jul 2011 17:20:42 +0000") 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: Renger van Nieuwkoop Cc: "emacs-orgmode@gnu.org" Renger van Nieuwkoop writes: > If I use my agenda views, what happens is that the screen is always > split in two buffers. I would like to have my agenda views without > splitting the windows. Is there an option for this? Look at the variable org-agenda-window-setup. Maybe you want 'current-window or 'other-frame instead of the default 'reorganize-frame? Regards, Bernt