ORG-NEWS: Move org-id-ts-format entry to v9.5 heading
This was added in 6c75b0021
(Allow customised ID format for `ts'
`org-id-method', 2020-09-11), after the v9.4 release.
This commit is contained in:
parent
488076e0a6
commit
8c44f2e33f
13
etc/ORG-NEWS
13
etc/ORG-NEWS
|
@ -17,6 +17,13 @@ Please send Org bug reports to mailto:emacs-orgmode@gnu.org.
|
|||
The new ~%L~ formatting directive contains the bare link target, and
|
||||
may be used to create links with programmatically generated
|
||||
descriptions.
|
||||
|
||||
*** New option ~org-id-ts-format~
|
||||
|
||||
Earlier, IDs generated using =ts= method had a hard-coded format (i.e. =20200923T160237.891616=).
|
||||
The new option allows user to customise the format.
|
||||
Defaults are unchanged.
|
||||
|
||||
* Version 9.4
|
||||
** Incompatible changes
|
||||
*** Possibly broken internal file links: please check and fix
|
||||
|
@ -410,12 +417,6 @@ The new value uses Emacs as the application for opening directory.
|
|||
|
||||
Functions in this hook are run after ~org-agenda-filter~ is called.
|
||||
|
||||
*** New option ~org-id-ts-format~
|
||||
|
||||
Earlier, IDs generated using =ts= method had a hard-coded format (i.e. =20200923T160237.891616=).
|
||||
The new option allows user to customise the format.
|
||||
Defaults are unchanged.
|
||||
|
||||
** Removed or renamed functions and variables
|
||||
*** Deprecated ~org-flag-drawer~ function
|
||||
|
||||
|
|
Loading…
Reference in New Issue