emacs - How can I change a list of plain lines into headlines/TODO items? -



emacs - How can I change a list of plain lines into headlines/TODO items? -

if paste in block of text composed of separated lines, there way convert each of lines either headlines or todo list items? so:

item item item

becomes:

* item * item * item

without having type [meta][return] @ begging of each line?

with default org-mode configuration, select lines , including newline @ end of lastly line, , m-x org-toggle-heading. prefix argument, tells org-mode how many levels in should create heading (c-u 4 m-x org-toggle-heading)

emacs org-mode

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -