From mboxrd@z Thu Jan 1 00:00:00 1970 From: M Subject: Can I use an already defined agenda view in another agenda command? Date: Wed, 12 Mar 2014 10:57:27 +0100 Message-ID: References: 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]:37593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNfus-0004Gh-6B for Emacs-orgmode@gnu.org; Wed, 12 Mar 2014 05:57:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNfuk-0001QW-PN for Emacs-orgmode@gnu.org; Wed, 12 Mar 2014 05:57:38 -0400 Received: from mout.web.de ([212.227.15.4]:50127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNfuk-0001QG-GI for Emacs-orgmode@gnu.org; Wed, 12 Mar 2014 05:57:30 -0400 Received: from [192.168.2.13] ([91.45.153.251]) by smtp.web.de (mrweb102) with ESMTPSA (Nemesis) id 0M09dQ-1XHxrR1gXk-00uLfX for ; Wed, 12 Mar 2014 10:57:29 +0100 In-Reply-To: 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-mailinglist Hi, 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