Ivy Foster <joyfulg...@archlinux.us> writes: > On 09 Mar 2012, at 3:09 am +0100, Bastien wrote: >> Mathias Bauer <mba...@gmx.org> writes: >> > As default, all level 1 headlines are underlined by - >> > characters and level 2 headlines with =. Wouldn't it be >> > more logical the other way round > >> Unless many users think this is illogical, I won't change >> the default. > > Personally, I tend to agree with Mathias here. Maybe it's > just because I like Markdown, but the `=' underline just > feels like stronger emphasis to me. (Of course, I keep > meaning to write a Markdown exporter, but also keep putting > it off, so there you go.)
This is what is now in the master branch (org-ascii.el): (defcustom org-export-ascii-underline '(?\= ?\- ?\~ ?\^ ?\. ?\# ?\$) Thanks to all for the feedback, and to Mathias for the initial suggestion! -- Bastien