From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Remove filename from agenda view? Date: Fri, 04 Jan 2013 00:28:14 -0500 Message-ID: <15755.1357277294@alphaville> References: <4DB6EC82-B0E3-42E2-A37D-C952CADC9450@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqzpJ-0005KW-KO for emacs-orgmode@gnu.org; Fri, 04 Jan 2013 00:28:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqzpI-0003lQ-Nw for emacs-orgmode@gnu.org; Fri, 04 Jan 2013 00:28:17 -0500 Received: from g4t0017.houston.hp.com ([15.201.24.20]:33145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqzpI-0003lK-IX for emacs-orgmode@gnu.org; Fri, 04 Jan 2013 00:28:16 -0500 In-Reply-To: Message from Boyan Penkov of "Thu, 03 Jan 2013 22:23:38 EST." <4DB6EC82-B0E3-42E2-A37D-C952CADC9450@gmail.com> 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: Boyan Penkov Cc: "emacs-orgmode@gnu.org" Boyan Penkov wrote: > Hello, > > In the default agenda view (C-c a), the leftmost column is the org-mode file name from which the given item stems. However, I use a single file for all my actionables, and would like to eliminate this column, as it wastes 12 or so characters worth of space on the left of the agenda. > Not quite: it is the "category" of the item which, if absent, is defaulted to the filename. Check section 10.4.1, "Categories", of the org manual for more information - evaluate the following: (info "(org) Categories") > Can anyone point me in the right direction with a .emacs file snippet? > AFAIK, you cannot eliminate it in any simple way. Nick