From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: save from column view of an agenda Date: Mon, 20 Oct 2008 07:53:38 +0200 Message-ID: <6F4943A7-C754-481F-82D6-40BC7BF4FA79@uva.nl> References: <48F86EDC.24805.A55499A@george.canals.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KrqMz-0006Uu-RT for emacs-orgmode@gnu.org; Mon, 20 Oct 2008 04:44:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KrqMv-0006RK-UN for emacs-orgmode@gnu.org; Mon, 20 Oct 2008 04:44:08 -0400 Received: from [199.232.76.173] (port=37771 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrqMv-0006R6-QK for emacs-orgmode@gnu.org; Mon, 20 Oct 2008 04:44:05 -0400 Received: from ug-out-1314.google.com ([66.249.92.174]:5462) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KrqMv-000310-Fn for emacs-orgmode@gnu.org; Mon, 20 Oct 2008 04:44:05 -0400 Received: by ug-out-1314.google.com with SMTP id z36so635018uge.17 for ; Mon, 20 Oct 2008 01:44:03 -0700 (PDT) In-Reply-To: <48F86EDC.24805.A55499A@george.canals.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: George Pearson Cc: emacs-orgmode@gnu.org On Oct 17, 2008, at 4:54 PM, George Pearson wrote: > One can save all org mode buffers from a agenda - it would be a nice > feature if this were also available from the column view of an agenda. It is, with `C-c C-s', which is a backup binding for `s' that always works in the agenda, also with column view active. - Carsten