Dear all, I made a patch for rst.el, see the attachment. I sent a rst.el patch months ago and Glenn Morris filed it as a wishlist item: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1610 I promoted the functionalities recently so I send it here again. Added functionalities include: - Insert bullet list and enumeration by 'M-RET'. - Insert directives and options by 'C-c C-d'. - Insert option by 'C-c C-o'. - Insert hyperlink, footnote, and citation by 'C-c C-h'. - Jump within hyperlinks by 'C-c l', 'C-c n', and 'C-c t'. - jump within footnotes, and citation by 'C-c r', 'C-c m', and 'C-c u'. - Add your own directives by function 'rst-add-directives'. Hope it useful. Best wishes, Wei-Wei