From 79f89dd8aa37adbe485f32c1b6ed81e9db70ab72 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sat, 18 Dec 2021 22:12:54 +0800 Subject: [PATCH] Reword news item about org-persist --- etc/ORG-NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 7bf79e758..45efa0c9b 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -44,14 +44,17 @@ The cache persistence can be controlled via *** New library =org-persist.el= implements variable persistence across Emacs sessions -The library stored variable data in ~org-persist-directory~ (set to XDG +The library stores variable data in ~org-persist-directory~ (set to XDG cache dir by default). The entry points are ~org-persist-register~, ~org-persist-unregister~, ~org-persist-read~, and ~org-persist-read-all~. Storing circular structures is supported. Storing references between different variables is also supported (see =:inherit= key in -~org-persist-register~). +~org-persist-register~). + +The library permits storing buffer-local variables. Such variables +are linked to the buffer text, file =inode=, and file path. *** New =:options= attribute when exporting tables to LaTeX