emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] enhancement request: include check-boxes in Shift-<arrow>


From: David Maus
Subject: Re: [Orgmode] enhancement request: include check-boxes in Shift-<arrow> cycling on lists
Date: Mon, 01 Mar 2010 08:29:27 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/23.1.92 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Livin Stephen Sharma wrote: 

> I think this would be a useful in daily use: to be able to easily
> convert a list [whether numbers or bullets] into a list of " - [ ]
> foo" check-box items.  FWIW, I use regex'es to achieve this for now.

Turning plain list items into checkboxes is already possible:

,----
| C-c C-x C-b
| 
| Toggle checkbox status or (with prefix arg) checkbox presence at point. With 
double prefix argument, set it to ‘[-]’, which i s considered to be an 
intermediate state.
| 
|   * If there is an active region, toggle the first checkbox in the
|     region and set all remaining boxes to the same status as the
|     first. With a prefix arg, add or remove the checkbox for all items
|     in the region.
| 
|   * If the cursor is in a headline, toggle checkboxes in the region
|     between this headline and the next (so not the entire subtree).
| 
|   * If there is no active region, just toggle the checkbox at point.
`----
(Manual, Chp. 5.6)

HTH
 -- David
-- 
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... address@hidden
Email..... address@hidden

Attachment: pgpbVL76QnKV3.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]