From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: Description of org agenda columns format in manual not correct/misleading Date: Wed, 14 Aug 2019 15:57:23 -0400 Message-ID: <87lfvvikpo.fsf@alphaville.usersys.redhat.com> References: <444878CE-0B62-47D1-9C6D-E9D1FD2ED01F@math.au.dk> <87y2zw82a7.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57844) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hxzRI-0007JC-3S for emacs-orgmode@gnu.org; Wed, 14 Aug 2019 16:00:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hxzRG-0008VK-6a for emacs-orgmode@gnu.org; Wed, 14 Aug 2019 16:00:08 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:55048 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hxzRF-0008Te-Vm for emacs-orgmode@gnu.org; Wed, 14 Aug 2019 16:00:06 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hxzRB-000gvS-Vs for emacs-orgmode@gnu.org; Wed, 14 Aug 2019 22:00:01 +0200 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" To: emacs-orgmode@gnu.org "Fraga, Eric" writes: > I have this setting in my Emacs initialization: > > (setq org-agenda-overriding-columns-format "%5TODO %TIMESTAMP %40ITEM %LOCATION %TAGS") > > HTH, > eric Shouldn't you be using org-columns-default-format instead? -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler