From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: [RFC] C-c C-c in agenda Date: Tue, 28 Jan 2020 14:16:25 +0100 Message-ID: <84imkv202e.fsf@gmail.com> References: <84mua8c4zh.fsf@gmail.com> <87lfpr25lb.fsf@gnu.org> <875zgv244r.fsf@gnu.org> <84mua721gh.fsf@gmail.com> <87lfprkaga.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58361) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwQjF-00076P-SE for emacs-orgmode@gnu.org; Tue, 28 Jan 2020 08:16:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwQjE-0007z8-R0 for emacs-orgmode@gnu.org; Tue, 28 Jan 2020 08:16:29 -0500 In-Reply-To: <87lfprkaga.fsf@gnu.org> (Bastien's message of "Tue, 28 Jan 2020 13:54:45 +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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Bastien Cc: Marco Wahl , emacs-orgmode@gnu.org >> You miss the lines which have not been transformed into columns by >> column view, and I think that's all. > > When I turn on `org-agenda-columns', all the lines of my agenda are > transformed into columns. Can you give me an example where some lines > are not transformed into columns? My experience is certainly peculiar. Examples of non-transformed lines are - The first line, which here is "Day-agenda (W05):". - `org-agenda-block-separator' lines which I have set to ^L. - Grid lines (key G) >>> (I'm not sure what org-columns--toggle does, but that's another >>> story.) >> >> Yes, but maybe this fits in here as a sub story. The function does the >> toggling part described in the manual >> >> #v+ >> =E2=80=98C-c C-c=E2=80=99 (=E2=80=98org-columns-toggle-or-columns-quit= =E2=80=99) >> When there is a checkbox at point, toggle it. Else exit column >> view. >> #v- > > I will investigate and possible remove this, if it is not useful. Possibly it's difficult to realize checkbox toggle otherwise in column view mode. (Just my spontaneous 2ct thought.) Bye!