From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (8.3.1-16-gf6aa53-elpa @ /Users/cube/.emacs.d/elpa/org-20150810/)] Date: Mon, 24 Aug 2015 16:38:35 +0200 Message-ID: <87bndwbvkk.fsf@nicolasgoaziou.fr> References: <87oahxy7jy.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTsrv-0001Df-3v for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 10:37:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTsrt-0005Zn-UX for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 10:37:03 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:60842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTsrt-0005Xq-Le for emacs-orgmode@gnu.org; Mon, 24 Aug 2015 10:37:01 -0400 In-Reply-To: (Jakub Szypulka's message of "Mon, 24 Aug 2015 14:50:08 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jakub Szypulka Cc: emacs-orgmode@gnu.org Jakub Szypulka writes: > In that case, using agenda view, how can I display all timestamps in a buffer when the oldest and newest are a long time apart? > Must I define a custom agenda view first? (e.g. to encompass a large > time frame and hide empty days) I think so. You can try setting `org-agenda-span' to a large number. Regards,