Scott Otterson <[email protected]> writes: > I just discovered the very handy C-* function -- I've been converting > lists to headlines manually! But I also discovered a couple of bugs: > > If I select a region containing a plain list and then type C-*, org > mode adds the leading stars but doesn't remove the plain list symbols, > for example, this: > > * headline > - list 1 > - list 2 > > is converted to this: > > * headline > *** - list 1 > *** - list 2 >
I can confirm this behavior. When using C-* on a single headline, the plain list bullet is removed. When using C-* on a region of headlines, the plain list bullets remain. - Matt _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
