add keymap C-c _ and C-c : for heading and separator insertion, respectively
commitb4db500c0d424f0180d323430cc4f23976688cd3
authorAchim Gratz <Stromeko@Stromeko.DE>
Sun, 20 Mar 2011 08:24:33 +0000 (20 09:24 +0100)
committerAchim Gratz <Stromeko@Stromeko.DE>
Wed, 22 May 2019 18:28:13 +0000 (22 20:28 +0200)
treec57e5fa58ea10bb7347a566577e46f6d37b70340
parent163e2b7cec10cf5196c1c8bb49e2cd597a004993
add keymap C-c _ and C-c : for heading and separator insertion, respectively

* lisp/org-table.el (org-table-insert-line): Change function to
  take character as parameter.
* lisp/org-table.el (org-table-insert-hhline,
  org-table-insert-hcline): New functions to insert heading and
  calculation separator using `org-table-insert-line'.
* lisp/org.el (org-ctrl-c-underscore, org-ctrl-c-colon): Add function
  for defkey and document the keydef.

C-c ~ is already used for table.el conversion, maybe change this to
some other key and use C-c ~ for headers.
lisp/org-table.el
lisp/org.el