Browse Source

Add the binding for org-table-wrap-region to orgtbl-mode

Carsten Dominik 13 years ago
parent
commit
8b7f27959c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org-table.el

+ 1 - 0
lisp/org-table.el

@@ -3898,6 +3898,7 @@ to execute outside of tables."
 	   ("\C-c\C-w"		 org-table-cut-region)
 	   ("\C-c\M-w"		 org-table-copy-region)
 	   ("\C-c\C-y"		 org-table-paste-rectangle)
+	   ("\C-c\C-w"           org-table-wrap-region)
 	   ("\C-c-"		 org-table-insert-hline)
 	   ("\C-c}"		 org-table-toggle-coordinate-overlays)
 	   ("\C-c{"		 org-table-toggle-formula-debugger)