From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Fraga, Eric" Subject: Re: Bug: Description of org agenda columns format in manual not correct/misleading Date: Thu, 15 Aug 2019 07:50:11 +0000 Message-ID: <871rxm7tql.fsf@ucl.ac.uk> References: <444878CE-0B62-47D1-9C6D-E9D1FD2ED01F@math.au.dk> <87y2zw82a7.fsf@ucl.ac.uk> <87lfvvikpo.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60849) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hyAWV-0002jE-HL for emacs-orgmode@gnu.org; Thu, 15 Aug 2019 03:50:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hyAWU-0004Cz-IY for emacs-orgmode@gnu.org; Thu, 15 Aug 2019 03:50:15 -0400 Received: from mail-eopbgr140115.outbound.protection.outlook.com ([40.107.14.115]:10792 helo=EUR01-VE1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hyAWU-0004CQ-3I for emacs-orgmode@gnu.org; Thu, 15 Aug 2019 03:50:14 -0400 In-Reply-To: <87lfvvikpo.fsf@alphaville.usersys.redhat.com> (Nick Dokos's message of "Wed, 14 Aug 2019 15:57:23 -0400") Content-Language: en-US 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: Nick Dokos Cc: "emacs-orgmode@gnu.org" On Wednesday, 14 Aug 2019 at 15:57, Nick Dokos wrote: > "Fraga, Eric" writes: > >> I have this setting in my Emacs initialization: >> >> (setq org-agenda-overriding-columns-format "%5TODO %TIMESTAMP %40ITEM %L= OCATION %TAGS") >> >> HTH, >> eric > > Shouldn't you be using org-columns-default-format instead? No because it's about setting the columns format for the agenda view alone, not the format for normal org buffers. My error was in using a deprecated variable; the actual variable is org-overriding-columns-format. The OP's post was actually about the documentation (which I misunderstood). --=20 Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-401-gfabd6d