Uwe Brauer <o...@mat.ucm.es> wrote:

> 
> 
> Hello 
> 
> 
> how can I bind keys in Orgtbl minor mode?
> 
> I would like to have the same binding as in org-mode
> 
>   (local-set-key [(control c) (control w)] 'org-table-wrap-region)
>   (local-set-key [(control c) (control h)] 'org-table-insert-hline)
> 
> But I don't find a orgtbl-mode-hook.

Probably bind them in orgtbl-mode-map (untested).

Nick


Reply via email to