flake.lock: Updating 'org (emacs-straight/org-mode)' - 22e6ed6b -> e7ea951a (#51)
### Changes for org On branch: main Commits:22e6ed6b89...e7ea951ac9
- [edd7f296](edd7f2962f
) org-persist: Reimplement using more generic approach - [2a4e5a8e](2a4e5a8e58
) org-persist--normalize-associated: Use cache to calculate buffer hash - [7c2d9356](7c2d93560c
) org-persist-default-expiry: Introduce and change default - [1c79af13](1c79af13df
) org-persist-gc: Fix when expiry is days and data is freshly created - [38a681fd](38a681fdae
) org-element-cache-reset: Do not persist caches for non-file buffers - [dafa32da](dafa32da49
) org-persist: Update index version - [703df931](703df9310a
) org-persist: Cleanup on removal and version mismatch - [10845663](1084566322
) Fix org-persist-unregister - [8821ff58](8821ff5811
) org-persist-read: Do not try to read non-existing containers - [1869a37a](1869a37a2c
) Fix org-persist--remove-from-index - [20342050](203420504e
) org-persist-load:elisp: fix loading - [aca62116](aca62116da
) org-persist-write: Update buffer hash on save - [9b650938](9b650938e7
) org-persist: Provide human readable access time and make sure it exist - [f963d617](f963d617a4
) Fix checkdoc warnings - [d5fc159b](d5fc159bf7
) Fix compiler warnings - [4ec57a94](4ec57a9453
) org-persist: Update commentary - [dc52c0fe](dc52c0fe99
) Fix native-comp warnings - [fca80139](fca80139ee
) org-persist: Fix compatibility with Emacs 27 - [ec787fb2](ec787fb218
) org-persist: Implement "file" and "url" containers linked to other file - [f3bd1dcb](f3bd1dcb77
) org-persist: Fix compiler warnings - [1bc83898](1bc8389871
) org-persist-read: Check expiry - [0526acd1](0526acd16f
) org-persist-register: New optional keyword to force immidiate write - [eca67819](eca678195b
) org-persist-write: Return the written value on success - [0e18c617](0e18c617cf
) org-persist-write:index: Return index path on write - [6a5874bb](6a5874bb26
) org-persist-write: Overwrite existing copy if write is requested - [caccec2c](caccec2c54
) org-persist: Use symbols as container names - [6b175fb2](6b175fb227
) org-persist-register: Make return value meaningful with :write-immidiately - [f0e0716f](f0e0716f54
) org-element: Use new cache container format - [19a383d9](19a383d9f4
) org-persist-write-all: Speed up writing - [70146752](7014675226
) org-mode: Fix cache loading order - [1b675f0c](1b675f0ca8
) org-agenda: Make timestamp ordering match docs - [2b49d6fd](2b49d6fd9c
) org-id-update-id-locations: Disable cache in throwaway buffers - [dd6486a0](dd6486a070
) Make sure that declarative defvars do not set variable value - [b3ceafd0](b3ceafd0b9
) ol: Fix formatting in org-link--open-elisp - [6ee45518](6ee45518f3
) ox: Add link localisation feature using persist - [e7ea951a](e7ea951ac9
) ol: Fix formatting in org-link--open-shell Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c67065f6f8
commit
5cf6eb2bfe
6
flake.lock
generated
6
flake.lock
generated
@ -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": {
|
||||
|
Reference in New Issue
Block a user