From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Egli Christian (KIRO 41)" Subject: RE: Customizing agenda printout Date: Wed, 23 Jan 2008 14:43:45 +0100 Message-ID: <52D89C75FEE9444E8D9C016E3730098306CEA5@chsa1036.share.beluni.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHfux-0001CP-4w for emacs-orgmode@gnu.org; Wed, 23 Jan 2008 08:45:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHfuv-0001AW-Is for emacs-orgmode@gnu.org; Wed, 23 Jan 2008 08:45:26 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHfuv-0001AN-Bj for emacs-orgmode@gnu.org; Wed, 23 Jan 2008 08:45:25 -0500 Received: from mail-gw10.credit-suisse.com ([198.240.212.23]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JHfuv-00074H-5D for emacs-orgmode@gnu.org; Wed, 23 Jan 2008 08:45:25 -0500 Content-class: urn:content-classes:message In-Reply-To: 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 Hi Norman > Now to my question. I'm using emacs22.1 and I would like to change the > way agenda is displayed. Instead of > I would rather make it so that it is more readable when printed in B&W maybe > Week-agenda: > | Monday 21 January 2008 | > ------------------------------------------ > Diary: Martin Luther King Day > > | Tuesday 22 January 2008 | > ------------------------------------------ > Could someone point me in the right direction to do so? What file do I > need to be editing? Section of file? Have a look at org-agenda-list in org.el (type C-h f org-agenda-list). HTH Christian