From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Mikhanosha Subject: BUG: Agenda clock related "v" for multi-block agendas Date: Tue, 17 Apr 2012 12:28:39 -0400 Message-ID: <87aa2a491k.wl%max@openchat.com> References: <87aa2chuug.wl%max@openchat.com> <4F8D4164.1070207@online.de> <87y5puv8wf.wl%max@openchat.com> <4F8D6EB4.3080806@online.de> <87bomq4bny.wl%max@openchat.com> <4F8D9323.6070309@online.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKBGp-0005z5-Ny for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 12:28:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SKBGj-00059d-Ga for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 12:28:47 -0400 Received: from openchat.com ([75.99.81.170]:53914 helo=momoland.openchat.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKBGj-00058y-CZ for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 12:28:41 -0400 In-Reply-To: <4F8D9323.6070309@online.de> 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: Rainer Stengele Cc: emacs-orgmode@gnu.org At Tue, 17 Apr 2012 17:58:27 +0200, Rainer Stengele wrote: > What I just found: > > being in a sticky agenda and trying "v r" I get this error which was not there before the merge: > org-agenda-check-type: Not allowed in nil-type agenda buffers. > Actually "v c" directly before entering "v r" gave results! Investigating this showed it's not related to sticky agendas, but uncovered the following bug. Clock related sub-functions of the "v" key, have a check that they could only be done in the time related agenda buffers, as opposite to the ones generated by C-c a t For multi-block agendas, that include a an "agenda" block followed by several "todo" blocks, you can only invoke "v c" or "v r" when point is in the daily agenda block area, instead of tags or todo block area. Interestingly enough the block separator line (the ============) has agenda type text property of nil, so you only get the "type nil" message when you do "v r" or "v c" with point on the separator line. Regards, Max