From mboxrd@z Thu Jan 1 00:00:00 1970 From: "N. Jackson" Subject: Feature request: Numeric prefix argument for org-move-item-up/down Date: Fri, 10 Aug 2018 11:42:06 -0400 Message-ID: <877ekyz0s1.fsf@moondust.localdomain> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fo9YT-0000r0-2M for emacs-orgmode@gnu.org; Fri, 10 Aug 2018 11:42:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fo9YO-0005wn-7N for emacs-orgmode@gnu.org; Fri, 10 Aug 2018 11:42:21 -0400 Received: from [195.159.176.226] (port=57842 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fo9YN-0005ub-VC for emacs-orgmode@gnu.org; Fri, 10 Aug 2018 11:42:16 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fo9WE-0007a4-G9 for emacs-orgmode@gnu.org; Fri, 10 Aug 2018 17:40:02 +0200 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: emacs-orgmode@gnu.org It would be nice if org-move-item-up (and org-move-item-down) took a numeric prefix argument to specify how many times to move the item up (or down). I was surprised that this is missing and I'm guessing there might be a good reason for that? Otherwise, I think this would be a useful addition. Thanks, N.