From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Pashinin Subject: How to save the state of Agenda buffer in Emacs? Date: Sat, 27 Apr 2013 11:08:55 +0400 Message-ID: <517B7987.2070507@pashinin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVzFm-00045F-5f for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 03:09:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVzFj-00034j-Tp for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 03:09:02 -0400 Received: from xdev.static.corbina.ru ([93.81.255.77]:45385 helo=pashinin.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVzFj-00034F-Hx for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 03:08:59 -0400 Received: from localhost (localhost [127.0.0.1]) by pashinin.com (Postfix) with ESMTP id 260224048B for ; Sat, 27 Apr 2013 11:08:56 +0400 (MSK) Received: from pashinin.com ([127.0.0.1]) by localhost (pashinin.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WMbnKDcyAR+1 for ; Sat, 27 Apr 2013 11:08:56 +0400 (MSK) Received: from [10.254.239.2] (unknown [10.254.239.2]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pashinin.com (Postfix) with ESMTPS id E185B40295 for ; Sat, 27 Apr 2013 11:08:55 +0400 (MSK) 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 Hello org-mode guys, Each of us has his own commands set in "org-agenda-custom-commands" variable. But how can I detect what commands were used to create the current state of Agenda buffer (looking only at this buffer, maybe any local varibales?). I want to save it and recreate later without dependence on current ".emacs" configuration