From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Can't check collapsed checkbox from end of line [7.7 (release_7.7.351.gb8b5)] Date: Sat, 01 Oct 2011 23:31:06 +0200 Message-ID: <87y5x4e6w5.fsf@gmail.com> References: <877h4oftdy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RA7AN-00061c-My for emacs-orgmode@gnu.org; Sat, 01 Oct 2011 17:32:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RA7AM-0001ed-NS for emacs-orgmode@gnu.org; Sat, 01 Oct 2011 17:32:15 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:36506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RA7AM-0001eX-HD for emacs-orgmode@gnu.org; Sat, 01 Oct 2011 17:32:14 -0400 Received: by wwp14 with SMTP id 14so3411414wwp.30 for ; Sat, 01 Oct 2011 14:32:13 -0700 (PDT) In-Reply-To: (Dave Abrahams's message of "Sat, 01 Oct 2011 16:02:29 -0400") 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: Dave Abrahams Cc: emacs-orgmode@gnu.org Dave Abrahams writes: > Not for me. When I visit the org file above, press `TAB' to reveal the > detail of the TODO, move down two lines with `C-n C-n' and press `TAB' > again to collapse the "PRIORITIZE" bullet, hit `C-e' to go to the end of > line, then hit `C-c C-c', no checkmark appears. That's because you have `org-special-ctrl-a/e' set to nil. You should set it to t first. Regards, -- Nicolas Goaziou