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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -