org.el: Allow `C-u C-c *' to toggle headings in the whole list at point.
commit75e1c141f89c600112ca275b6b916faf12617ce8
authorBastien Guerry <bzg@altern.org>
Sat, 5 May 2012 08:50:07 +0000 (5 10:50 +0200)
committerBastien Guerry <bzg@altern.org>
Sat, 5 May 2012 08:50:07 +0000 (5 10:50 +0200)
tree7a4f54b0c13e8fadbece78b73d69f599dae9b536
parente508b497a393a3eeec9e332a9b86520ec9260a11
org.el: Allow `C-u C-c *' to toggle headings in the whole list at point.

* org.el (org-toggle-heading): Allow `C-u C-c *' to mark the
list at point before converting items to headings.  With a
simple universal-argument, set `current-prefix-arg' to 1,
otherwise keep the numeric value.
lisp/org.el