> #+begin_src diff
> -(org-defkey org-mode-map (kbd "S-<return>") #'org-table-copy-down)
> -(org-defkey org-mode-map (kbd "M-S-<return>") #'org-insert-todo-heading)
> -(org-defkey org-mode-map (kbd "ESC S-<return>") #'org-insert-todo-heading)
> +(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 ‘>’ on the fourth line.

Reply via email to