From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Several small documentation problems [8.3.6 (8.3.6-4-g4835be-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160926/)] Date: Tue, 04 Oct 2016 12:03:09 +0200 Message-ID: <877f9oqvmq.fsf@nicolasgoaziou.fr> References: <87intexx22.fsf@nicolasgoaziou.fr> <87bmz3wvbi.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brMZ8-0000kR-V7 for emacs-orgmode@gnu.org; Tue, 04 Oct 2016 06:03:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brMZ3-0006wj-AA for emacs-orgmode@gnu.org; Tue, 04 Oct 2016 06:03:13 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:56042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brMZ3-0006ve-44 for emacs-orgmode@gnu.org; Tue, 04 Oct 2016 06:03:09 -0400 In-Reply-To: (Jorge's message of "Sun, 2 Oct 2016 16:40:16 -0300") 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: Jorge Cc: org mode Hello, Jorge writes: > First, there is some undocumented behavior if M-RET is called in the head= line > after column 0 but before the headline text (e.g. if point is on the prio= rity > cookie). It then splits the heading just before the PROPERTIES drawer. = But I > don=E2=80=99t know if this is worthy of documentation. More documentation cannot hurt. I modified the docstring. > Now something which I do consider worthy of description: > This forces the insertion of a heading after the current subtree, > independently on the location of point. > At least in Org version 8.3.6 (8.3.6-4-g4835be-elpaplus @ > /home/jorge/.emacs.d/elpa/org-plus-contrib-20160926/), the new subtree is > positioned /before/ the current one if M-RET (even C-u M-RET) is invoked = at > column 0 in the headline. You could change the text to > This forces the insertion of a heading after the current subtree, > for any position of point except at column 0 in the headline. > Or you could change the code to remove this non-uniform behavior at colum= n 0 of > the headline. I did the latter. > Now a very small detail: > With double \\[universal-argument] \\[universal-argument] prefix > A =E2=80=9Cdouble \\[universal-argument] \\[universal-argument]=E2=80=9D = could be interpreted > as C-u C-u C-u C-u. I think it would be better to say just > With a \\[universal-argument] \\[universal-argument] prefix Fixed. Thank you. Regards, --=20 Nicolas Goaziou