From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Jerram Subject: Re: Shift select Date: Fri, 6 Mar 2020 09:11:38 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000001e550f05a02c0bbc" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48169) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jA91L-0007P0-67 for emacs-orgmode@gnu.org; Fri, 06 Mar 2020 04:11:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jA91J-00054b-VP for emacs-orgmode@gnu.org; Fri, 06 Mar 2020 04:11:51 -0500 Received: from mail-qk1-x72f.google.com ([2607:f8b0:4864:20::72f]:35430) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jA91J-00051g-Qt for emacs-orgmode@gnu.org; Fri, 06 Mar 2020 04:11:49 -0500 Received: by mail-qk1-x72f.google.com with SMTP id 145so1654030qkl.2 for ; Fri, 06 Mar 2020 01:11:49 -0800 (PST) In-Reply-To: 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: Josh Cc: Org Mode List --0000000000001e550f05a02c0bbc Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 6 Mar 2020 at 08:17, Josh wrote: > One more question, > > I turned on shift-select with the following line in my .emacs. It works, > but of course, on headings, it doesn't work because it changes the TODO > status of the heading (shift left-right) or the priority of the heading > (shift up-down). How would I make shift select still work on headings, an= d > assign those other functions to other bindings? > > (setq org-support-shift-select t) The help text for this variable (C-h v org-support-shift-select) includes: "If you set this variable to the symbol =E2=80=98always=E2=80=99, then the = keys will not be special in headlines, property lines, and item lines, to make shift selection work there as well. If this is what you want, you can use the following alternative commands: =E2=80=98C-c C-t=E2=80=99 and =E2=80=98C-c ,=E2=80=99 to change TODO state = and priority, =E2=80=98C-u C-u C-c C-t=E2=80=99 can be used to switch TODO sets, =E2=80=98C-c -=E2=80=99 to cycle item bullet types, and properties can be edited by hand or in column view." Does that answer your question? Best wishes, Neil --0000000000001e550f05a02c0bbc Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Fri, 6 Mar 2020 at 08:17, Josh <jnfo-d@grauman.com> wrote:
One more question,

I turned on shift-select with the following line in my .emacs. It works, but of course, on headings, it doesn't work because it changes the TODO=
status of the heading (shift left-right) or the priority of the heading (shift up-down). How would I make shift select still work on headings, and =
assign those other functions to other bindings?

(setq org-support-shift-select t)

The help = text for this variable (C-h v org-support-shift-select) includes:

"If you set this variable to the symbol =E2=80=98alway= s=E2=80=99, then the keys
will not be special in headlines, property lin= es, and item lines,
to make shift selection work there as well.=C2=A0 If= this is what you
want, you can use the following alternative commands:<= br>=E2=80=98C-c C-t=E2=80=99 and =E2=80=98C-c ,=E2=80=99 to change TODO sta= te and priority,
=E2=80=98C-u C-u C-c C-t=E2=80=99 can be used to switch= TODO sets,
=E2=80=98C-c -=E2=80=99 to cycle item bullet types,
and p= roperties can be edited by hand or in column view."

=
Does that answer your question?

Best wi= shes,
=C2=A0 =C2=A0 =C2=A0Neil

--0000000000001e550f05a02c0bbc--