From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Tweaking org-agenda view Date: Mon, 11 Mar 2013 13:36:59 -0400 Message-ID: <4210.1363023419@alphaville> References: 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 eggs.gnu.org ([208.118.235.92]:50286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF6er-0004MB-IP for emacs-orgmode@gnu.org; Mon, 11 Mar 2013 13:37:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UF6ep-0006E1-Kq for emacs-orgmode@gnu.org; Mon, 11 Mar 2013 13:37:09 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:23567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF6ep-0006Ca-GN for emacs-orgmode@gnu.org; Mon, 11 Mar 2013 13:37:07 -0400 In-Reply-To: Message from Marvin Doyley of "Mon\, 11 Mar 2013 13\:21\:36 EDT." 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: Marvin Doyley Cc: emacs-orgmode@gnu.org Marvin Doyley wrote: > Hi there, >=20 > Is there a way to remove agenda file name from org-agenda weekly view. = =C2=A0More specifically, I am > trying to reduce the amount of clutter in agenda view - I just want the c= ontent, don't care about > the file name >=20 Customize org-agenda-prefix-format - you want to get rid of the category (t= he %-12:c part). Nick