From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amin Bandali Subject: Re: M-S-RET doesn't work anymore? Date: Wed, 23 Jan 2019 19:37:18 -0500 Message-ID: <87imyeriv5.fsf@aminb.org> References: <87y37bup0p.fsf@norang.ca> <84va2fhzeu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmT7y-00082d-NP for emacs-orgmode@gnu.org; Wed, 23 Jan 2019 19:44:19 -0500 In-Reply-To: <84va2fhzeu.fsf@gmail.com> (Marco Wahl's message of "Wed, 23 Jan 2019 21:50:01 +0100") 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: Marco Wahl Cc: Bernt Hansen , emacs-orgmode@gnu.org, Nicolas Goaziou > #+begin_src diff > -(org-defkey org-mode-map (kbd "S-") #'org-table-copy-down) > -(org-defkey org-mode-map (kbd "M-S-") #'org-insert-todo-heading) > -(org-defkey org-mode-map (kbd "ESC S-") #'org-insert-todo-headin= g) > +(org-defkey org-mode-map (kbd "S-RET>") #'org-table-copy-down) > +(org-defkey org-mode-map (kbd "M-S-RET") #'org-insert-todo-heading) > +(org-defkey org-mode-map (kbd "ESC S-RET") #'org-insert-todo-heading) > #+end_src Also notice the left over greater sign =E2=80=98>=E2=80=99 on the fourth li= ne.