Hello and apologies for jumping uninvited into this thread.

I very often make use of the [] feature in itemised lists to change
individual bullet points, for instance.  I would not like this feature
to disappear: it would break many of my documents, especially my beamer
presentations.

In fact, I had started preparing an email to ask the check lists make
use of this feature to make these lists look nicer when exported to
LaTeX.  For instance, if we have

  - [ ] not yet done
  - [X] this has been done

the exporter currently generates

    \item $\square$ not yet done
    \item $\boxtimes$ this has been done

I would like to have this instead which looks much nicer:

    \item [$\square$] not yet done
    \item [$\boxtimes$] this has been done

Try it and see how much nicer the list looks...

Thanks,
eric
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.1, Org release_8.2.4-322-gece429


Reply via email to