From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Brody, William (Buck)" Subject: agenda display dates Date: Wed, 10 Feb 2010 14:13:51 -0500 Message-ID: <46FF04F1BA077D4586212E7E31C57D2A01DB92D360@MAIL.darden.virginia.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1581973869==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfI0m-0005Ob-7J for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 14:14:08 -0500 Received: from [199.232.76.173] (port=42112 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfI0l-0005OT-TJ for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 14:14:07 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfI0l-0003aP-8c for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 14:14:07 -0500 Received: from proteus2.darden.virginia.edu ([128.143.59.148]:39021 helo=mail.darden.virginia.edu) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.60) (envelope-from ) id 1NfI0j-0003aB-VC for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 14:14:06 -0500 Content-Language: en-US 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: "emacs-orgmode@gnu.org" --===============1581973869== Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_46FF04F1BA077D4586212E7E31C57D2A01DB92D360MAILdardenvir_" --_000_46FF04F1BA077D4586212E7E31C57D2A01DB92D360MAILdardenvir_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable How can I display dates in the agenda without using the "Agenda for current= day or week". I want to use another view because I don't want my tasks so= rted or grouped by dates and I want to be able to see unscheduled tasks. Thanks --_000_46FF04F1BA077D4586212E7E31C57D2A01DB92D360MAILdardenvir_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

How can I display dates in the agenda without using th= e “Agenda for current day or week”.  I want to use another v= iew because I don’t want my tasks sorted or grouped by dates and I want t= o be able to see unscheduled tasks.

 

Thanks

 

--_000_46FF04F1BA077D4586212E7E31C57D2A01DB92D360MAILdardenvir_-- --===============1581973869== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1581973869==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?windows-1252?Q?Jan_B=F6cker?= Subject: Re: agenda display dates Date: Wed, 10 Feb 2010 22:06:32 +0100 Message-ID: <4B731FD8.9000001@jboecker.de> References: <46FF04F1BA077D4586212E7E31C57D2A01DB92D360@MAIL.darden.virginia.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfJmV-0002gx-CY for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 16:07:31 -0500 Received: from [199.232.76.173] (port=40724 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfJmU-0002go-VG for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 16:07:30 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfJmT-0007dN-J8 for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 16:07:30 -0500 Received: from mail7.worldserver.net ([217.13.200.27]:38663) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NfJmT-0007cz-0d for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 16:07:29 -0500 In-Reply-To: <46FF04F1BA077D4586212E7E31C57D2A01DB92D360@MAIL.darden.virginia.edu> 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: "Brody, William (Buck)" Cc: "emacs-orgmode@gnu.org" On 10.02.2010 20:13, Brody, William (Buck) wrote: > > > How can I display dates in the agenda without using the “Agenda for > current day or week”. I want to use another view because I don’t want > my tasks sorted or grouped by dates and I want to be able to see > unscheduled tasks. Try creating a custom agenda view which lists all the items you want, then switch the agenda view to column mode with C-c C-x C-c. This displays a SCHEDULED column. I don't know if you can further customize the column view of an agenda buffer. HTH, Jan