From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Compact timestamps? Date: Mon, 26 Nov 2018 23:58:34 +0100 Message-ID: <87k1kzwin9.fsf@nicolasgoaziou.fr> References: <20181126214345.GA24936@pema> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRPpi-0006nw-JJ for emacs-orgmode@gnu.org; Mon, 26 Nov 2018 17:58:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRPpe-0005NT-Iy for emacs-orgmode@gnu.org; Mon, 26 Nov 2018 17:58:26 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:51833) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gRPpe-0005HI-Cc for emacs-orgmode@gnu.org; Mon, 26 Nov 2018 17:58:22 -0500 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 2C41A1C0002 for ; Mon, 26 Nov 2018 22:58:19 +0000 (UTC) In-Reply-To: <20181126214345.GA24936@pema> (=?utf-8?Q?=22Sh=C3=A9rab=22's?= message of "Mon, 26 Nov 2018 22:43:45 +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" To: emacs-orgmode@gnu.org Hello, Sh=C3=A9rab writes: > Dear all, > > Currently my org-agenda-prefix-format contains this: > > ((agenda . " %?:t %s") > > In the agenda view, this leads to an itme being displayed like: > > 18:00......: My appointment > > I'd like to aovid the "......" used to pad the timestamp becuase I am > using a braille display so compact output matters much more to me than > vertical alignment. > > I din't find any way to achieve this. > > Many thanks for any hint! See `org-agenda-time-grid'. Regards, --=20 Nicolas Goaziou