From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Beck Subject: Can I use an already defined agenda view in another agenda command? Date: Tue, 21 Jan 2014 10:49:23 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5YuK-0005Qs-3a for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 05:50:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5Ytz-0006YV-99 for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 05:50:12 -0500 Received: from plane.gmane.org ([80.91.229.3]:58094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5Yty-0006YG-W6 for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 05:49:51 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W5Ytv-0003zJ-6L for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 11:49:49 +0100 Received: from mail.polytec.de ([213.144.13.178]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jan 2014 11:49:47 +0100 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jan 2014 11:49:47 +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: emacs-orgmode@gnu.org Is there a way to first create an agenda command with basic settings and then reuse and extend those settings in another agenda? Example: first create a weekly agenda "overview-10d", which can be invoked e. g. with C-c a a, that shows all deadlines for the next 10 days then create another agenda "overview-today" which loads the same settings like "all items", but only shows the deadlines until today. Goals: - Later changes in overview-10d will also be used in "overview-today". - "Standard settings" can be defined once and then used in different other agendas. Kind regards Martin