Docfix for `org-structure-template-alist'.
* org.el (org-structure-template-alist): Fix docstring: the feature is not experimental anymore.
This commit is contained in:
parent
94dbe6ea89
commit
624b69345c
|
@ -11060,8 +11060,7 @@ of the `?` in the template.
|
||||||
There are two templates for each key, the first uses the original Org syntax,
|
There are two templates for each key, the first uses the original Org syntax,
|
||||||
the second uses Emacs Muse-like syntax tags. These Muse-like tags become
|
the second uses Emacs Muse-like syntax tags. These Muse-like tags become
|
||||||
the default when the /org-mtags.el/ module has been loaded. See also the
|
the default when the /org-mtags.el/ module has been loaded. See also the
|
||||||
variable `org-mtags-prefer-muse-templates'.
|
variable `org-mtags-prefer-muse-templates'."
|
||||||
This is an experimental feature, it is undecided if it is going to stay in."
|
|
||||||
:group 'org-completion
|
:group 'org-completion
|
||||||
:type '(repeat
|
:type '(repeat
|
||||||
(string :tag "Key")
|
(string :tag "Key")
|
||||||
|
|
Loading…
Reference in New Issue