From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Subject: Shift select Date: Fri, 6 Mar 2020 00:15:53 -0800 (PST) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45295) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jA89D-0000hB-Oj for emacs-orgmode@gnu.org; Fri, 06 Mar 2020 03:15:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jA89C-0005aR-RH for emacs-orgmode@gnu.org; Fri, 06 Mar 2020 03:15:55 -0500 Received: from colo.shuman.org ([204.238.213.178]:56084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jA89C-0005VU-LC for emacs-orgmode@gnu.org; Fri, 06 Mar 2020 03:15:54 -0500 Received: from localhost (localhost [127.0.0.1]) by colo.shuman.org (Postfix) with ESMTP id D1B7C6030618 for ; Fri, 6 Mar 2020 00:15:53 -0800 (PST) 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: emacs-orgmode@gnu.org 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) Thanks! Josh