Nicolas Goaziou <n.goaz...@gmail.com> writes: >> I also cannot get a list of possible options with the old "C-c C-e t". > > This has been removed, because it is heavily back-end dependent.
The fact it's back-end dependant is a reason for reintroducing this feature, but a bit wiser. You could do C-c C-e t to insert a back-end independant template (org-export-with-author, etc.) and C-c C-e h t to insert the html-dependant ones. > On the other hand, pcomplete (through M-TAB) offers some nice > completions for many keywords. I think M-TAB after #+OPTIONS should complete a complete line with the values for back-end-independant options. It's easier to tweak them by directly editing them rather than doing M-TAB each time you want to insert an option. Also, the advantage of the previous behavior was to be able to know what were the values of the options, which is not possible anymore. -- Bastien