"ZHUO QL (KDr2)" <zhu...@yahoo.com> writes: > I am on the bleeding edge and using the master branch of Org-mode. After > updating the source of Org a few days ago, I found the easy template can be > expanded by TAB key now, that is: > > When I press TAB after typing <s in an Org file, nothing happens. > > Version Info: > GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.22.28) of 2018-02-19, > modified by Debian > Org mode version 9.0.5 (release_9.0.5-86-ga91eae @ > /home/kdr2/Work/opensrc/org-mode/lisp/) > > Does anybody know what's wrong about this? Thanks.
It's not wrong - it's changed. There is a new keybinding C-c C-, for inserting templates that replaces the <eTAB and <sTAB old functionality. The new binding is better as it handles regions and wraps them. The old functionality can be restored by adding (require 'org-tempo) See ORG_NEWS for more details. Regards, Bernt