From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Timeline view as a custom agenda command Date: Tue, 18 Sep 2012 09:43:57 +0200 Message-ID: <87obl37hkv.fsf@bzg.ath.cx> References: <80oblbv2bn.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDv0d-0005cU-SB for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 06:26:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDv0Y-0003Jn-2H for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 06:26:27 -0400 Received: from plane.gmane.org ([80.91.229.3]:41596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDv0X-0003IH-Ov for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 06:26:21 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TDv0U-0004kk-HK for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 12:26:18 +0200 In-Reply-To: <80oblbv2bn.fsf@somewhere.org> (Sebastien Vauban's message of "Wed, 12 Sep 2012 14:43:40 +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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hi Sébastien, "Sebastien Vauban" writes: > Though, such trials fail ("Invalid custom agenda command type timeline"): > > #+begin_src emacs-lisp > (add-to-list 'org-agenda-custom-commands > '("A" > timeline "" > ;; ... specify on which file > )) > #+end_src > > I guess it's because the concept of "current buffer" is not > expressable as is? Nope, that's because "timeline" is not a valid agenda type. Days for the timeline are counted anyway, as this command is obsoleted by other agenda commands. If you spot something that you have with `org-timeline' and can't really emulate with an agenda command let us know and we'll see how to implement it. Thanks, -- Bastien