From de5ff236d4e7e2616c7a495fb7884311a2d5be12 Mon Sep 17 00:00:00 2001 From: Christopher Schmidt Date: Mon, 25 Feb 2013 17:11:54 +0100 Subject: [PATCH] org.el: Bind org-shift* in orgstruct-mode. * org.el (orgstruct-setup): Bind org-shift*. --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index a4f5c0822..547172f0b 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8694,6 +8694,7 @@ buffer. It will also recognize item context in multiline items." "Setup orgstruct keymap." (dolist (f '("org-meta" + "org-shift" "org-shiftmeta" org-shifttab org-backward-element -- 2.11.4.GIT