From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Sitz Subject: Re: file name prefix in agenda view Date: Fri, 16 Dec 2011 01:45:47 +0000 (UTC) Message-ID: References: <4EE91625.9050404@sergio.spb.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbMs8-0006vt-Oj for emacs-orgmode@gnu.org; Thu, 15 Dec 2011 20:46:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbMs7-0001k2-LA for emacs-orgmode@gnu.org; Thu, 15 Dec 2011 20:46:04 -0500 Received: from lo.gmane.org ([80.91.229.12]:50991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbMs7-0001ix-G5 for emacs-orgmode@gnu.org; Thu, 15 Dec 2011 20:46:03 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RbMs3-0006ys-Hy for emacs-orgmode@gnu.org; Fri, 16 Dec 2011 02:45:59 +0100 Received: from c-24-22-131-140.hsd1.wa.comcast.net ([24.22.131.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Dec 2011 02:45:59 +0100 Received: from hesitz by c-24-22-131-140.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Dec 2011 02:45:59 +0100 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 sergio sergio.spb.ru> writes: > Is it possible to turn of file prefix (file:) in agenda view? > I use the only one file for agenda and don't plan to use more than one. The first field of agenda lines is actually the 'Category' of the heading, which defaults to the filename. You can get it to blank out the Category field by including this line in config lines of your documents: #+CATEGORY I don't know if there's some way to set it to a blank value globally. I expect there is; maybe someone else can point it out. -- Herb