Ilya Shlyakhter <[email protected]> writes: > A suggestion for a simple but useful command: convert a plain list to > a full-blown org subtree.
I have implemented this. C-c C-* will convert the plain list at point into a subtree, projecting the structure of the list into the hierarchy of the tree. Of course, this calls for a C-c C-- function that will do the opposite: convert a subtree into a list. I plan to do this using a new version of the parser I've been working on. Thanks for this idea! -- Bastien _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
