From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuri Niyazov Subject: Re: org-agenda - how to move columns Date: Mon, 23 Feb 2015 12:58:12 -0800 Message-ID: References: <87y4nov1py.fsf@pcbe13433.cern.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ066-0006Yp-LM for emacs-orgmode@gnu.org; Mon, 23 Feb 2015 15:59:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQ065-0000By-Ld for emacs-orgmode@gnu.org; Mon, 23 Feb 2015 15:59:22 -0500 Received: from mail-la0-x233.google.com ([2a00:1450:4010:c03::233]:35341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ065-0000Bs-Dg for emacs-orgmode@gnu.org; Mon, 23 Feb 2015 15:59:21 -0500 Received: by labgm9 with SMTP id gm9so21434654lab.2 for ; Mon, 23 Feb 2015 12:59:18 -0800 (PST) In-Reply-To: <87y4nov1py.fsf@pcbe13433.cern.ch> 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: David Belohrad Cc: org-mode mailing list look into org-agenda-prefix-format. However, you can also change the category of your org files by putting #+CATEGORY: MYCAT at the very top of your org files, and that decouples the category (the first column in agenda) from the filename. On Mon, Feb 23, 2015 at 11:59 AM, David Belohrad wrote: > Dear All, > > I'm using quite long filenames for my org files > (e.g. emails_sent-pcbe13433.org). I get into troubles when constructing > an agenda as there is not enough space between the first filename > column and second time column. Is there any way how to adjust the widths > of the columns in the agenda? > > many thanks > .d. > >