From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: A few new user questions, Custom agenda views, calendar in frame, and Hyperlinks on win32 Date: Thu, 20 Nov 2008 00:51:49 -0500 Message-ID: <10639.1227160309@gamaville.dokosmarshall.org> References: <5146889A6969A24D82AFD05233CF024F012D518E@Haze.cmass.criticalmass.com> 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 mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L32TE-0002lt-Sx for emacs-orgmode@gnu.org; Thu, 20 Nov 2008 00:52:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L32TD-0002l7-0b for emacs-orgmode@gnu.org; Thu, 20 Nov 2008 00:52:51 -0500 Received: from [199.232.76.173] (port=38519 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L32TC-0002ky-DW for emacs-orgmode@gnu.org; Thu, 20 Nov 2008 00:52:50 -0500 Received: from qmta10.emeryville.ca.mail.comcast.net ([76.96.30.17]:59421) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L32TB-00081t-Ps for emacs-orgmode@gnu.org; Thu, 20 Nov 2008 00:52:50 -0500 In-Reply-To: Message from "Jonathan Arkell" of "Wed\, 19 Nov 2008 22\:06\:51 EST." <5146889A6969A24D82AFD05233CF024F012D518E@Haze.cmass.criticalmass.com> 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: Jonathan Arkell Cc: emacs-orgmode@gnu.org Jonathan Arkell wrote: > Secondly, I am having an issue where my Calendar is popping up in a > new frame all the time, either when scheduling an item or through > remember. I=E2=80=99d rather it pop up in a new window instead. Is this > possible? >=20 Check the variable calendar-setup. Setting it to nil should do what you wan= t: calendar-setup is a variable defined in `calendar.el'. Its value is nil Documentation: The frame setup of the calendar. The choices are: `one-frame' (calendar and diary together in one separa= te, dedicated frame); `two-frames' (calendar and diary in separate, dedicat= ed frames); `calendar-only' (calendar in a separate, dedicated frame); with any other value the current frame is used. Using any of the first three options overrides the value of `calendar-view-diary-initially-fla= g'. Nick