From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: (no subject) Date: Sun, 21 Oct 2007 23:20:41 +0100 Message-ID: <877ilghzye.fsf@bzg.ath.cx> References: <96023f220710200333v3a28223dw1539ef9f5666680e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjiDz-0006il-4r for emacs-orgmode@gnu.org; Sun, 21 Oct 2007 17:20:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjiDx-0006es-Kv for emacs-orgmode@gnu.org; Sun, 21 Oct 2007 17:20:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjiDx-0006ed-AJ for emacs-orgmode@gnu.org; Sun, 21 Oct 2007 17:20:41 -0400 Received: from nf-out-0910.google.com ([64.233.182.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IjiDw-0003bC-Uv for emacs-orgmode@gnu.org; Sun, 21 Oct 2007 17:20:41 -0400 Received: by nf-out-0910.google.com with SMTP id f5so902160nfh for ; Sun, 21 Oct 2007 14:20:40 -0700 (PDT) In-Reply-To: <96023f220710200333v3a28223dw1539ef9f5666680e@mail.gmail.com> (Kevin Brubeck Unhammer's message of "Sat, 20 Oct 2007 12:33:05 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Kevin Brubeck Unhammer" writes: > Carsten Dominik writes: > >> - The agenda dispatcher >> + `<' cycles through restriction states. > > Is there still a reason for the agenda timeline ("L") having to be > restricted to the current buffer? Please check these threads: http://search.gmane.org/?query=timeline+all+agenda-files&group=gmane.emacs.orgmode >From the manual: The timeline summarizes all time-stamped items from a single Org-mode file in a _time-sorted view_. The main purpose of this command is to give an overview over events in a project. You can still create your own agenda view displaying the agenda for any number of days by using `org-agenda-ndays': (setq org-agenda-custom-commands '(("n" agenda "" ((org-agenda-ndays 100))))) But this can take longer than displaying the timeline for just one file. HTH, -- Bastien