* Convert list to checkbox list @ 2009-01-28 8:58 Daniel Clemente 2009-01-28 11:34 ` Carsten Dominik 0 siblings, 1 reply; 3+ messages in thread From: Daniel Clemente @ 2009-01-28 8:58 UTC (permalink / raw) To: emacs org-mode mailing list Hi, I want a simple way to convert from this: - one - two - twone - twotwo - three to: - [ ] one - [ ] two - twone - twotwo - [ ] three Or even this, sometimes: - [ ] one - [ ] two - [ ] twone - [ ] twotwo - [ ] three Is there a function to do this conversion? Thanks, Daniel ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Convert list to checkbox list 2009-01-28 8:58 Convert list to checkbox list Daniel Clemente @ 2009-01-28 11:34 ` Carsten Dominik 2009-01-30 11:48 ` Daniel Clemente 0 siblings, 1 reply; 3+ messages in thread From: Carsten Dominik @ 2009-01-28 11:34 UTC (permalink / raw) To: Daniel Clemente; +Cc: emacs org-mode mailing list In 6.20a, `C-c C-x C-b' does this now. - Carsten On Jan 28, 2009, at 9:58 AM, Daniel Clemente wrote: > > Hi, I want a simple way to convert from this: > > > - one > - two > - twone > - twotwo > - three > > > to: > > > - [ ] one > - [ ] two > - twone > - twotwo > - [ ] three > > > Or even this, sometimes: > > > - [ ] one > - [ ] two > - [ ] twone > - [ ] twotwo > - [ ] three > > > Is there a function to do this conversion? > > Thanks, > Daniel > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Convert list to checkbox list 2009-01-28 11:34 ` Carsten Dominik @ 2009-01-30 11:48 ` Daniel Clemente 0 siblings, 0 replies; 3+ messages in thread From: Daniel Clemente @ 2009-01-30 11:48 UTC (permalink / raw) To: Carsten Dominik; +Cc: emacs org-mode mailing list > In 6.20a, `C-c C-x C-b' does this now. > Thanks. I first thought that the normal region would be used (the one you create with Ctrl+Space) if it contained a list, but apparently it works only if you enable transient-mark-mode. Daniel ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-01-30 11:48 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-01-28 8:58 Convert list to checkbox list Daniel Clemente 2009-01-28 11:34 ` Carsten Dominik 2009-01-30 11:48 ` Daniel Clemente
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.