From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Johann_H=C3=B6chtl?= Subject: Bug: Key binding M-S-up does not invoke org-move-subtree-up [9.1.2 (9.1.2-7-g027cfc-elpa @ /home/john/.emacs.d/elpa/org-20171009/)] Date: Wed, 11 Oct 2017 20:53:31 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a11426f6ca3b730055b49f07e" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2M8N-0008M5-Ql for emacs-orgmode@gnu.org; Wed, 11 Oct 2017 14:53:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2M8M-0001rH-4f for emacs-orgmode@gnu.org; Wed, 11 Oct 2017 14:53:35 -0400 Received: from mail-vk0-x235.google.com ([2607:f8b0:400c:c05::235]:43763) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e2M8L-0001qu-U8 for emacs-orgmode@gnu.org; Wed, 11 Oct 2017 14:53:34 -0400 Received: by mail-vk0-x235.google.com with SMTP id t203so1480123vke.0 for ; Wed, 11 Oct 2017 11:53:32 -0700 (PDT) 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 --001a11426f6ca3b730055b49f07e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable To: emacs-orgmode@gnu.org Subject: Bug: Key binding M-S-up does not invoke org-move-subtree-up [9.1.2 (9.1.2-7-g027cfc-elpa @ /home/john/.emacs.d/elpa/org-20171009/)] From: john@ebola.i-did-not-set--mail-host-address--so-tickle-me (Johann H=C3=B6chtl) --text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. ------------------------------------------------------------------------ According to the documentation, the keys M-S-up should invoke org-move-subtree-up, and M-S-down the command org-move-subtree-down but instead org-shiftmetaup or org-shiftmetadown gets executed (I am on a headline and I expect the current tree to get swaped with the preceeding in case of M-S-up, instead the line gets moved one up) Emacs : GNU Emacs 25.3.2 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2017-09-12 Package: Org mode version 9.1.2 (9.1.2-7-g027cfc-elpa @ /home/john/.emacs.d/elpa/org-20171009/) current state: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (setq org-tab-first-hook '(org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-speed-command-hook '(org-speed-command-activate org-babel-speed-command-activate) org-occur-hook '(org-first-headline-recenter) org-metaup-hook '(org-babel-load-in-session-maybe) org-confirm-shell-link-function 'yes-or-no-p org-after-todo-state-change-hook '(org-clock-out-if-current) org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) org-mode-hook '(#[0 "\300\301\302\303\304$\207" [add-hook change-major-mode-hook org-show-block-all append local] 5] #[0 "\300\301\302\303\304$\207" [add-hook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes) org-refile-targets '((org-agenda-files :maxlevel . 9)) org-bibtex-headline-format-function #[257 "\300 \236A\207" [:title] 3 "\n\n(fn ENTRY)"] org-archive-hook '(org-attach-archive-delete-maybe) org-refile-use-outline-path t org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-link-parameters '(("id" :follow org-id-open) ("rmail" :follow org-rmail-open :store org-rmail-store-link) ("mhe" :follow org-mhe-open :store org-mhe-store-link) ("irc" :follow org-irc-visit :store org-irc-store-link) ("info" :follow org-info-open :export org-info-export :store org-info-store-link) ("gnus" :follow org-gnus-open :store org-gnus-store-link) ("docview" :follow org-docview-open :export org-docview-export :store org-docview-store-link) ("bibtex" :follow org-bibtex-open :store org-bibtex-store-link) ("bbdb" :follow org-bbdb-open :export org-bbdb-export :complete org-bbdb-complete-link :store org-bbdb-store-link) ("w3m" :store org-w3m-store-link) ("file+sys") ("file+emacs") ("doi" :follow org--open-doi-link) ("elisp" :follow org--open-elisp-link) ("file" :complete org-file-complete-link) ("ftp" :follow (lambda (path) (browse-url (concat "ftp:" path)))) ("help" :follow org--open-help-link) ("http" :follow (lambda (path) (browse-url (concat "http:" path)))) ("https" :follow (lambda (path) (browse-url (concat "https:" path)))) ("mailto" :follow (lambda (path) (browse-url (concat "mailto:" path)))) ("news" :follow (lambda (path) (browse-url (concat "news:" path)))) ("shell" :follow org--open-shell-link)) org-agenda-files '("~/Inhouse.org") org-clock-out-hook '(org-clock-remove-empty-clock-drawer) ) --001a11426f6ca3b730055b49f07e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
To: emacs-orgmode= @gnu.org
Subject: Bug: Key binding M-S-up does not invoke=C2=A0 org-= move-subtree-up [9.1.2 (9.1.2-7-g027cfc-elpa @ /home/john/.emacs.d/elpa/org= -20171009/)]
From: john@ebola.i-did-not-set--mail-host-address--so-tickl= e-me (Johann H=C3=B6chtl)
--text follows this line--

Remember to = cover the basics, that is, what you expected to happen and
what in fact = did happen.=C2=A0 You don't know how to make a good report?=C2=A0 See
=C2=A0=C2=A0=C2=A0=C2=A0 http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
--------------= ----------------------------------------------------------

According= to the documentation, the keys M-S-up should invoke
org-move-subtree-up= , and M-S-down the command=C2=A0 org-move-subtree-down but
instead org-s= hiftmetaup or org-shiftmetadown gets executed (I am on a
headline and I = expect the current tree to get swaped with the preceeding
in case of M-S= -up, instead the line gets moved one up)

Emacs=C2=A0 : GNU Emacs 25.= 3.2 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9)
=C2=A0of 2017-09-12
Pa= ckage: Org mode version 9.1.2 (9.1.2-7-g027cfc-elpa @ /home/john/.emacs.d/e= lpa/org-20171009/)

current state:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D
(setq
=C2=A0org-tab-first-hook '(org-babel-hide-resu= lt-toggle-maybe
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 org-babel-header-arg-expand)
=C2=A0org-speed-command-hook &= #39;(org-speed-command-activate
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 =C2=A0 org-babel-speed-command-activate)
=C2=A0org-oc= cur-hook '(org-first-headline-recenter)
=C2=A0org-metaup-hook '(= org-babel-load-in-session-maybe)
=C2=A0org-confirm-shell-link-function &= #39;yes-or-no-p
=C2=A0org-after-todo-state-change-hook '(org-clock-o= ut-if-current)
=C2=A0org-src-mode-hook '(org-src-babel-configure-edi= t-buffer
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 = org-src-mode-configure-edit-buffer)
=C2=A0org-agenda-before-write-hook &= #39;(org-agenda-add-entry-text)
=C2=A0org-babel-pre-tangle-hook '(sa= ve-buffer)
=C2=A0org-mode-hook '(#[0 "\300\301\302\303\304$\207= "
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 [add-hook chan= ge-major-mode-hook org-show-block-all append
=C2=A0=C2=A0=C2=A0 =C2=A0= =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 local]
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0= =C2=A0 =C2=A0=C2=A0 5]
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0#[0 &= quot;\300\301\302\303\304$\207"
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0 =C2=A0=C2=A0 [add-hook change-major-mode-hook org-babel-show-result-all=
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 append local]<= br>=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 5]
=C2=A0=C2=A0=C2= =A0 =C2=A0=C2=A0=C2=A0 =C2=A0org-babel-result-hide-spec org-babel-hide-all-= hashes)
=C2=A0org-refile-targets '((org-agenda-files :maxlevel . 9))=
=C2=A0org-bibtex-headline-format-function #[257 "\300 \236A\207&qu= ot; [:title] 3 "\n\n(fn ENTRY)"]
=C2=A0org-archive-hook '(= org-attach-archive-delete-maybe)
=C2=A0org-refile-use-outline-path t
= =C2=A0org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-= drawers
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0 org-cycle-show-empt= y-lines
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0 org-optimize-window= -after-visibility-change)
=C2=A0org-confirm-elisp-link-function 'yes= -or-no-p
=C2=A0org-metadown-hook '(org-babel-pop-to-session-maybe)=C2=A0org-link-parameters '(("id" :follow org-id-open)
= =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 = ("rmail" :follow org-rmail-open :store
=C2=A0=C2=A0=C2=A0 =C2= =A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 org-rmail-store-link)
=C2=A0=C2=A0=C2= =A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("mhe"= ; :follow org-mhe-open :store org-mhe-store-link)
=C2=A0=C2=A0=C2=A0 =C2= =A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("irc" :foll= ow org-irc-visit :store org-irc-store-link)
=C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("info" :follow or= g-info-open :export org-info-export
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0 =C2=A0=C2=A0=C2=A0 :store org-info-store-link)
=C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("gnus" := follow org-gnus-open :store
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0= =C2=A0=C2=A0 org-gnus-store-link)
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("docview" :follow org-docvi= ew-open :export
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0= org-docview-export :store org-docview-store-link)
=C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("bibtex"= :follow org-bibtex-open :store
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 org-bibtex-store-link)
=C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("bbdb" :follow or= g-bbdb-open :export org-bbdb-export
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0 =C2=A0=C2=A0=C2=A0 :complete org-bbdb-complete-link :store
=C2=A0=C2= =A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 org-bbdb-store-link)
=C2= =A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (&q= uot;w3m" :store org-w3m-store-link) ("file+sys")
=C2=A0= =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("= ;file+emacs") ("doi" :follow org--open-doi-link)
=C2=A0= =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("= ;elisp" :follow org--open-elisp-link)
=C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("file" :complete = org-file-complete-link)
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 ("ftp" :follow
=C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (lambda (path) (browse-url (concat &q= uot;ftp:" path))))
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 ("help" :follow org--open-help-link)<= br>=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 ("http" :follow
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2= =A0=C2=A0=C2=A0 (lambda (path) (browse-url (concat "http:" path))= ))
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 ("https" :follow
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 (lambda (path) (browse-url (concat "https:" pa= th))))
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 ("mailto" :follow
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0 =C2=A0=C2=A0=C2=A0 (lambda (path) (browse-url (concat "mailto:&quo= t; path))))
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 ("news" :follow
=C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 =C2=A0=C2=A0=C2=A0 (lambda (path) (browse-url (concat "news:= " path))))
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 ("shell" :follow org--open-shell-link))
=C2= =A0org-agenda-files '("~/Inhouse.org")
=C2=A0org-clock-out= -hook '(org-clock-remove-empty-clock-drawer)
=C2=A0)

--001a11426f6ca3b730055b49f07e--