From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: [ANN] C-c C-c to quit column-view Date: Thu, 05 Dec 2019 09:37:31 +0100 Message-ID: <8436dzuq0k.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58907) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icmdl-0005lg-Qg for emacs-orgmode@gnu.org; Thu, 05 Dec 2019 03:37:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icmdk-0007fG-PB for emacs-orgmode@gnu.org; Thu, 05 Dec 2019 03:37:37 -0500 Received: from mail-wr1-x433.google.com ([2a00:1450:4864:20::433]:47034) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1icmdk-0007WZ-EM for emacs-orgmode@gnu.org; Thu, 05 Dec 2019 03:37:36 -0500 Received: by mail-wr1-x433.google.com with SMTP id z7so2342751wrl.13 for ; Thu, 05 Dec 2019 00:37:36 -0800 (PST) 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" To: emacs-orgmode@gnu.org Hi, I just committed a little bit of code that allows to quit column-view with C-c C-c with the cursor almost everywhere in an Org buffer. Until then there was no such key offered. The behavior is very similar to C-c C-c removing the highlights created by a sparse tree action. In particular C-c C-c can not be used for setting the tags on a line in column view state any more. But there is still C-c C-q to do this. Another way is using C-c C-c C-c C-c and then switching back to column view. AFAICT this is a little step to more consistency and it makes quitting column view more convenient. Please let me know if there are any issues with that change. Thanks, Marco