From mboxrd@z Thu Jan 1 00:00:00 1970 From: jdavidboyd@adboyd.com (J. David Boyd) Subject: Re: Agenda view in Fortnight mode Date: Thu, 01 May 2014 12:44:17 -0400 Message-ID: References: <53626A54.6070203@verizon.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wfu6p-00008s-7t for emacs-orgmode@gnu.org; Thu, 01 May 2014 12:45:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wfu6d-0003ak-Ca for emacs-orgmode@gnu.org; Thu, 01 May 2014 12:45:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:33203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wfu6d-0003aa-5n for emacs-orgmode@gnu.org; Thu, 01 May 2014 12:45:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wfu6Z-0004PM-SA for emacs-orgmode@gnu.org; Thu, 01 May 2014 18:45:03 +0200 Received: from www1.g9.pair.com ([66.39.4.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 May 2014 18:45:03 +0200 Received: from jdavidboyd by www1.g9.pair.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 May 2014 18:45:03 +0200 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: emacs-orgmode@gnu.org Charles Millar writes: > Dave, > > J. David Boyd wrote: >> >> I've searched the docs, and looked through my .emacs and custom.el files, >> but I don't see anywhere that lets me set the default view for the Agenda. >> >> I would like it to come up in Fortnight mode as a default. Is this >> possible? >> > > I can't recall if there is specific "fortnight" span. I use > > (setq org-agenda-span 14) > > Charlie Millar That works! Thanks, Dave