From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Documentation error/bug regarding checkboxes Date: Thu, 13 Feb 2014 18:34:04 +0100 Message-ID: <87lhxeq5mb.fsf@gmail.com> References: <87fvnnzfji.fsf@gmail.com> <87ppmrjyyf.fsf@gmail.com> <87eh37zdqz.fsf@gmail.com> <87ob2bj6k9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WE0Ad-0008ND-IT for emacs-orgmode@gnu.org; Thu, 13 Feb 2014 12:34:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WE0AT-0000e0-Lh for emacs-orgmode@gnu.org; Thu, 13 Feb 2014 12:33:55 -0500 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:50457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WE0AT-0000du-Dx for emacs-orgmode@gnu.org; Thu, 13 Feb 2014 12:33:45 -0500 Received: by mail-wi0-f170.google.com with SMTP id hi5so3610265wib.1 for ; Thu, 13 Feb 2014 09:33:44 -0800 (PST) In-Reply-To: <87ob2bj6k9.fsf@gmail.com> (Josiah Schwab's message of "Thu, 13 Feb 2014 08:55:34 -0800") 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: Josiah Schwab Cc: org-mode , E Sabof Hello, Josiah Schwab writes: >> Actually I did it like this: >> >> + |foo >> + bar >> + baz >> >> If I do this instead, it works as you've said: >> >> |+ foo >> + bar >> + baz > > Ah, yes. I see now. I do not know if that's what is intended. Someone > who knows more about org internals will have to chime in. Yes, it is intended. The very first character in a list targets the whole list. This allows, for example, to move the whole list instead of an item. See `org-element-at-point' docstring for more information. Regards, -- Nicolas Goaziou