From 5cf6eb2bfe12d0d6e6b42c897f4878efa9dba8c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 01:02:36 +0000 Subject: [PATCH] flake.lock: Updating 'org (emacs-straight/org-mode)' - 22e6ed6b -> e7ea951a (#51) ### Changes for org On branch: main Commits: https://github.com/emacs-straight/org-mode/compare/22e6ed6b89755047b44f8666ac20aac0c50afc34...e7ea951ac976ac78d4f6c3df9979bb9e942ef086 - [edd7f296](https://github.com/emacs-straight/org-mode/commit/edd7f2962fe146805ab275974274596f994ebd9f) org-persist: Reimplement using more generic approach - [2a4e5a8e](https://github.com/emacs-straight/org-mode/commit/2a4e5a8e58f381497b5b53e96691ac2eaf98bdcd) org-persist--normalize-associated: Use cache to calculate buffer hash - [7c2d9356](https://github.com/emacs-straight/org-mode/commit/7c2d93560c4b3f93271220aecee622d59c12873d) org-persist-default-expiry: Introduce and change default - [1c79af13](https://github.com/emacs-straight/org-mode/commit/1c79af13df9d3a611e4b773d395633e9095d367b) org-persist-gc: Fix when expiry is days and data is freshly created - [38a681fd](https://github.com/emacs-straight/org-mode/commit/38a681fdaeae697f64974952bad63fce40f59ceb) org-element-cache-reset: Do not persist caches for non-file buffers - [dafa32da](https://github.com/emacs-straight/org-mode/commit/dafa32da49bc6ff79c2a5ea9141349b2d04adca5) org-persist: Update index version - [703df931](https://github.com/emacs-straight/org-mode/commit/703df9310acdfc57b1a6e3028ea923f6a71587b4) org-persist: Cleanup on removal and version mismatch - [10845663](https://github.com/emacs-straight/org-mode/commit/10845663224be8973a832718e6bed1cd30b18b82) Fix org-persist-unregister - [8821ff58](https://github.com/emacs-straight/org-mode/commit/8821ff5811e3d8f95c3b7f01920d254bce611eb9) org-persist-read: Do not try to read non-existing containers - [1869a37a](https://github.com/emacs-straight/org-mode/commit/1869a37a2c72dd799a9b8b3d4b18c535a910557b) Fix org-persist--remove-from-index - [20342050](https://github.com/emacs-straight/org-mode/commit/203420504edcaa42703d8f1e783f656585db2a0b) org-persist-load:elisp: fix loading - [aca62116](https://github.com/emacs-straight/org-mode/commit/aca62116da79d6f0cbc4061238f2c781e03a4b75) org-persist-write: Update buffer hash on save - [9b650938](https://github.com/emacs-straight/org-mode/commit/9b650938e798092272023351519a8944d8804cd7) org-persist: Provide human readable access time and make sure it exist - [f963d617](https://github.com/emacs-straight/org-mode/commit/f963d617a4d0433ca060df18a82bbe1ddc89cc43) Fix checkdoc warnings - [d5fc159b](https://github.com/emacs-straight/org-mode/commit/d5fc159bf7d73db807b09cda1ca8d831966701e1) Fix compiler warnings - [4ec57a94](https://github.com/emacs-straight/org-mode/commit/4ec57a94534c15e616c581d5d6fa138f4061e0b4) org-persist: Update commentary - [dc52c0fe](https://github.com/emacs-straight/org-mode/commit/dc52c0fe992dd07d5915c034526812764a2ae574) Fix native-comp warnings - [fca80139](https://github.com/emacs-straight/org-mode/commit/fca80139eebf704d523de559ee9bfa6498565483) org-persist: Fix compatibility with Emacs 27 - [ec787fb2](https://github.com/emacs-straight/org-mode/commit/ec787fb218dab5eb30e8f004638078c70d5846b0) org-persist: Implement "file" and "url" containers linked to other file - [f3bd1dcb](https://github.com/emacs-straight/org-mode/commit/f3bd1dcb77b664f6bffc64188baa29d69ccdbb20) org-persist: Fix compiler warnings - [1bc83898](https://github.com/emacs-straight/org-mode/commit/1bc8389871472d77e230f162d818e20453c0c58d) org-persist-read: Check expiry - [0526acd1](https://github.com/emacs-straight/org-mode/commit/0526acd16f7fc529b902ea04daffc1f2256aa4ee) org-persist-register: New optional keyword to force immidiate write - [eca67819](https://github.com/emacs-straight/org-mode/commit/eca678195b8691a81f65996203ca90bba4a4dcce) org-persist-write: Return the written value on success - [0e18c617](https://github.com/emacs-straight/org-mode/commit/0e18c617cf9ef148ea2e46ea9fad95a1380b6e9b) org-persist-write:index: Return index path on write - [6a5874bb](https://github.com/emacs-straight/org-mode/commit/6a5874bb26c028640ce689f93b64cea9874ff637) org-persist-write: Overwrite existing copy if write is requested - [caccec2c](https://github.com/emacs-straight/org-mode/commit/caccec2c54e9f79885d5c557343d0b6f297ed276) org-persist: Use symbols as container names - [6b175fb2](https://github.com/emacs-straight/org-mode/commit/6b175fb2277b17167e2fedff6326b09fac513c7f) org-persist-register: Make return value meaningful with :write-immidiately - [f0e0716f](https://github.com/emacs-straight/org-mode/commit/f0e0716f543ef3d7a8b197c0840ab459e23c844f) org-element: Use new cache container format - [19a383d9](https://github.com/emacs-straight/org-mode/commit/19a383d9f4bf3bd893542c757e2fed6ec1ff4cac) org-persist-write-all: Speed up writing - [70146752](https://github.com/emacs-straight/org-mode/commit/7014675226eae17f3c7a6fa4c44a23daa7ae29ac) org-mode: Fix cache loading order - [1b675f0c](https://github.com/emacs-straight/org-mode/commit/1b675f0ca84d637a3780cf3590308116e232fcfd) org-agenda: Make timestamp ordering match docs - [2b49d6fd](https://github.com/emacs-straight/org-mode/commit/2b49d6fd9c04020a8132bfcfffa449e3e05b47e1) org-id-update-id-locations: Disable cache in throwaway buffers - [dd6486a0](https://github.com/emacs-straight/org-mode/commit/dd6486a0706771ef7fc2afd495cb6cba6c437cdf) Make sure that declarative defvars do not set variable value - [b3ceafd0](https://github.com/emacs-straight/org-mode/commit/b3ceafd0b92fe2af6255e73e0a104555a6eb8d27) ol: Fix formatting in org-link--open-elisp - [6ee45518](https://github.com/emacs-straight/org-mode/commit/6ee45518f33aec8128d34af88ef0cb899e1ee58a) ox: Add link localisation feature using persist - [e7ea951a](https://github.com/emacs-straight/org-mode/commit/e7ea951ac976ac78d4f6c3df9979bb9e942ef086) ol: Fix formatting in org-link--open-shell Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 165c093..9706b2b 100644 --- a/flake.lock +++ b/flake.lock @@ -227,11 +227,11 @@ "org": { "flake": false, "locked": { - "lastModified": 1643227669, - "narHash": "sha256-9tLMILwN8/YwsFCnDg01OQ3IdTm8b1+I0cBmb7cSydc=", + "lastModified": 1643716597, + "narHash": "sha256-uM4aBVs8+y4u5zSrvM7RONybYeKxXiacQQFiQOFW55Q=", "owner": "emacs-straight", "repo": "org-mode", - "rev": "22e6ed6b89755047b44f8666ac20aac0c50afc34", + "rev": "e7ea951ac976ac78d4f6c3df9979bb9e942ef086", "type": "github" }, "original": {