[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Easy Template does not expand
From: |
Bernt Hansen |
Subject: |
Re: [O] Easy Template does not expand |
Date: |
Thu, 17 May 2018 09:41:02 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
"ZHUO QL (KDr2)" <address@hidden> 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