From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Incompatible agenda commands Date: Thu, 04 Apr 2013 11:50:00 +0200 Message-ID: <87k3oi8w11.fsf@bzg.ath.cx> References: <86wqstknlj.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]:49853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNgpY-0007sp-LN for emacs-orgmode@gnu.org; Thu, 04 Apr 2013 05:51:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNgpU-0007Hg-Qu for emacs-orgmode@gnu.org; Thu, 04 Apr 2013 05:51:40 -0400 Received: from plane.gmane.org ([80.91.229.3]:55291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNgpU-0007HL-KX for emacs-orgmode@gnu.org; Thu, 04 Apr 2013 05:51:36 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UNgpn-0003QE-4r for emacs-orgmode@gnu.org; Thu, 04 Apr 2013 11:51:55 +0200 In-Reply-To: <86wqstknlj.fsf@somewhere.org> (Sebastien Vauban's message of "Wed, 27 Mar 2013 13:56:40 +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-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: > While a custom agenda command such as the following used to work some time > ago, it does not anymore. > > (add-to-list 'org-agenda-custom-commands > '("D" "Stuck + agenda" > ((stuck "") > (agenda "" > ((org-agenda-span 'week))))) t) > > Now, it seems that the "stuck" block view inhibits any extra view to be > displayed afterward. do I understand correctly that you only get the stuck view and not the agenda view? If so, I cannot reproduce it. Thanks, -- Bastien