From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Bug: Docstring of org-yank wrongly says that org-yank-adjusted-subtrees is set by default [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160418/)] Date: Sat, 23 Apr 2016 17:43:07 -0400 Message-ID: <87vb383st0.fsf@kyleam.com> References: <1461445616.13483.8.camel@gmail.com> 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]:48455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1au5Kd-00013H-Q9 for Emacs-orgmode@gnu.org; Sat, 23 Apr 2016 17:43:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1au5Ka-0003R7-K0 for Emacs-orgmode@gnu.org; Sat, 23 Apr 2016 17:43:15 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:50134 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1au5Ka-0003R3-GT for Emacs-orgmode@gnu.org; Sat, 23 Apr 2016 17:43:12 -0400 In-Reply-To: <1461445616.13483.8.camel@gmail.com> (Jorge Peixoto de Morais Neto's message of "Sat, 23 Apr 2016 18:06:56 -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 Peixoto de Morais Neto Cc: "Emacs-orgmode@gnu.org" Jorge Peixoto de Morais Neto writes: > org-yank-adjusted-subtrees is defined in org.el as follows: > =C2=A0=C2=A0=C2=A0=C2=A0(defcustom org-yank-adjusted-subtrees nil > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0"Non-nil means when yanking subtrees,= adjust the level. > =C2=A0=C2=A0=C2=A0=C2=A0With this setting, `org-paste-subtree' is used to= insert the subtree, see > =C2=A0=C2=A0=C2=A0=C2=A0this function for details." > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0:group 'org-edit-structure > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0:type 'boolean) Thanks. I've corrected org-yank's docstring. -- Kyle