From 58c63e48d655c4c2a0973959e32f5aa948c3870b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 01:00:46 +0000 Subject: [PATCH] flake.lock: Updating 'org (emacs-straight/org-mode)' - 08071079 -> 7bdec435 ### Changes for org On branch: main Commits: https://github.com/emacs-straight/org-mode/compare/080710797ad25e76c4556d2b03cc0aa5313cd187...7bdec435ff5d86220d13c431e799c5ed44a57da1 - [dfd36d19](https://github.com/emacs-straight/org-mode/commit/dfd36d1969ce2c33f5899e97c02fa62544735977) org-up-heading-safe: Use element API - [fefaadc2](https://github.com/emacs-straight/org-mode/commit/fefaadc2d594d0c57cee25fbccb8db758aeb7174) org-element: Optimize working with match data and Emacs regexps - [6266197b](https://github.com/emacs-straight/org-mode/commit/6266197bbda4e78ab729848aa5f0088edb0a5bcf) org-at-item-p: Use org-element API - [69388573](https://github.com/emacs-straight/org-mode/commit/69388573699db7d5993fb0372f0547a2dcce249f) org-goto-first-child: Switch to org-element API - [3024e933](https://github.com/emacs-straight/org-mode/commit/3024e933c0917661a58e9321ea4e5b85313bd697) org-get-buffer-tags: Switch to org-element API - [e3d690ed](https://github.com/emacs-straight/org-mode/commit/e3d690edf8f3e3747b14d0d364521e32615d1783) org-element-cache-map: Allow when cache is disabled - [def4bfa9](https://github.com/emacs-straight/org-mode/commit/def4bfa9c1742580c16a8becf4914eda01420ca7) org-scan-tag: Switch to pure use of `org-element-cache-map' - [31d53cb0](https://github.com/emacs-straight/org-mode/commit/31d53cb0157d51c4e42e50baee8c5d821ca334a5) org-end-of-subtree: Use org-element API - [06aba04f](https://github.com/emacs-straight/org-mode/commit/06aba04f751215b513beaa467ea0381881343415) org-agenda-get-deadlines: Switch to org-element API - [2efc7fcf](https://github.com/emacs-straight/org-mode/commit/2efc7fcfdc4e5a3bdcea509b8ab103a56a302ef9) org-agenda-get-scheduled: Switch to org-element API - [ebbdd67a](https://github.com/emacs-straight/org-mode/commit/ebbdd67a2a83fee75537a51252d3549e2fb0f7ae) Remove effort property cache - [7c549f48](https://github.com/emacs-straight/org-mode/commit/7c549f48419e62b1bd35208d5744df64de8a2dd0) org-babel-tangle-collect-blocks: Switch to org-element API - [5898fcf2](https://github.com/emacs-straight/org-mode/commit/5898fcf269c3c9c862ffa156966e037efb1edf0d) Remove unused declares - [598d7bbc](https://github.com/emacs-straight/org-mode/commit/598d7bbcf2917aff22764976f192f176613b9f53) Remove APPT_WARNTIME text property cache - [7dee2285](https://github.com/emacs-straight/org-mode/commit/7dee2285693f89fb63be35dca34ea6e08482cbda) org-element-at-point-no-context: Update docstring - [e1a2ea65](https://github.com/emacs-straight/org-mode/commit/e1a2ea65eff6d46e9a0cbaf6b0b1608b5a302905) Allow syntax nodes to be supplied in place of POM in API functions - [39466ecf](https://github.com/emacs-straight/org-mode/commit/39466ecf47cf410e2332e0c40efbe2579d766c24) org-element-cache: Do not check for deferred :parent unnecessarily - [2b965010](https://github.com/emacs-straight/org-mode/commit/2b96501070b608117ec62507dbbeab61cbc380d3) org-element: Simplify drawer and property drawer regexps - [01351f3e](https://github.com/emacs-straight/org-mode/commit/01351f3eab542d27cf3fcee04df51656dc5a185e) Restructure file organization - [16d7cdcf](https://github.com/emacs-straight/org-mode/commit/16d7cdcf52c47a9ff0e96612c28501b0abb06bca) org-manual: Remove unused drawer properties to disable - [5c05ac19](https://github.com/emacs-straight/org-mode/commit/5c05ac198a58e28f8c6a77f8e4c06c34f0b23f23) testing: Test with and without cache in more cases - [b2482d9c](https://github.com/emacs-straight/org-mode/commit/b2482d9cc48692ef027b2c2921142ad8aa012307) * testing/lisp/test-org-element.el: Add new tests - [3ce57e17](https://github.com/emacs-straight/org-mode/commit/3ce57e17a08e8212c009104968e1c0186aab9593) org-item-re: Convert into defsubst - [a80efaf4](https://github.com/emacs-straight/org-mode/commit/a80efaf460d989e07c03be920ae621b8ab87f24b) org-element-node-property-parser: Remove unnecessary regexp search - [b0a2deae](https://github.com/emacs-straight/org-mode/commit/b0a2deaec66876b4735384c59e19d9f98d3dc4c9) org-element--current-element: Faster property drawer check - [110601ce](https://github.com/emacs-straight/org-mode/commit/110601ce742dd758d1569d36ad846a15a2303422) org-element--current-element: Add FIXME - [f63000cc](https://github.com/emacs-straight/org-mode/commit/f63000cca82dee01e876818916210b0061be9c19) org-element--current-element: Use "nogroup" versions of regexps - [1c7c67b3](https://github.com/emacs-straight/org-mode/commit/1c7c67b3c6e6fd77a1bd2db634205183479295ed) org-indent-drawer, org-indent-block: Remove unnecessary checks - [f93d855c](https://github.com/emacs-straight/org-mode/commit/f93d855c5106e92f60e6ce99ffde4e72300840e6) Prefer `forward-line' over `beginning-of-line' - [5a1dd943](https://github.com/emacs-straight/org-mode/commit/5a1dd943097ee1ef8831fad7c0576303e9027c28) org-element: Avoid slow `end-of-line' - [48e4a76b](https://github.com/emacs-straight/org-mode/commit/48e4a76b99c8f7378fa5baba4ff9a3606be938c1) org-element: Avoid computing static regexps dynamically - [9ed7956a](https://github.com/emacs-straight/org-mode/commit/9ed7956afd8c281d7de5e05243972195dc8ffb55) org-element: Use constant values for fixed deferred properties - [5ed3e1df](https://github.com/emacs-straight/org-mode/commit/5ed3e1dfc3e3bc6f88a4300a0bcb46d23cdb57fa) org-refresh-category-properties: Do not check element cache - [a04e16bd](https://github.com/emacs-straight/org-mode/commit/a04e16bd113fb81bd972e25872040463f9eb39ff) lisp/org-macs.el: Restructure file outline, fixing compiler warning - [96b754c1](https://github.com/emacs-straight/org-mode/commit/96b754c1058caafb2bb3b0bcc75c4d33d5d18e95) org-get-category, org-get-tags: Clarify that match data is modified - [ea401fb1](https://github.com/emacs-straight/org-mode/commit/ea401fb1f412baad5aeac33411d93d80107ddc37) org-agenda-ignore-properties: Bump :package-version - [5a3224a3](https://github.com/emacs-straight/org-mode/commit/5a3224a32524da23f41d39b833612e81e0e8acc9) etc/ORG-NEWS: Document Org API changes - [f895be1a](https://github.com/emacs-straight/org-mode/commit/f895be1ad900311585a591f81f02fbc6cb55dd36) org-element--properties-mapc: Small refactoring - [21d3b888](https://github.com/emacs-straight/org-mode/commit/21d3b888c602cb5d73c13ea7a7c02ad9f6a4e1e1) org-element-create: Fix Emacs 28 compatibility - [81e85bda](https://github.com/emacs-straight/org-mode/commit/81e85bda2b16f30ac7a956ce84f3955e656d54f9) Fix Emacs 27 compatibility - [92492757](https://github.com/emacs-straight/org-mode/commit/9249275738c356d9fa7e729df35c445cd6bd72ff) fixup! etc/ORG-NEWS: Document Org API changes - [fcde1f77](https://github.com/emacs-straight/org-mode/commit/fcde1f779d4a9a68de6a974bafc3254efcc7973d) test-org-element/at-point: Add new test - [e18263fc](https://github.com/emacs-straight/org-mode/commit/e18263fceba2e6632a7ed30737e3197644c3d2d8) org-element--substring: Fix when buffer is narrowed - [759676b3](https://github.com/emacs-straight/org-mode/commit/759676b30894cc5e71f992f61ed863c10b124602) org-fold-core--isearch-show: Do not fully rely on `point' - [f2dd1eea](https://github.com/emacs-straight/org-mode/commit/f2dd1eea411b1b81fb8f7279c8504d8d9af9ed47) org-find-open-clocks: Fix false positives - [37a58cc6](https://github.com/emacs-straight/org-mode/commit/37a58cc6ee58f808dd196223a3427a6b2923b1c8) org-agenda-skip: Do not alter match data - [52c63f5c](https://github.com/emacs-straight/org-mode/commit/52c63f5cce259f69e58c7b8efa22392bd841d396) org-lint-export-option-keywords: Small refactoring - [383d5dac](https://github.com/emacs-straight/org-mode/commit/383d5dacb7881fd97f0f789c823da7a0fdc5d938) org-fold-show-set-visibility: Fix lineage visibility - [afbbebff](https://github.com/emacs-straight/org-mode/commit/afbbebff3f72bfb58aec564118570626ca056188) org-fold-core-get-folding-spec: Respect `org-fold-core-style' - [7f337a2b](https://github.com/emacs-straight/org-mode/commit/7f337a2b9572623964b345661ddf76a0a87d5afd) org-fold-core: Fix isearch with `org-fold-core-isearch-open-function' - [f97aeaa2](https://github.com/emacs-straight/org-mode/commit/f97aeaa243aaa6c088ae9df0a799cec0e244f31b) org-fold-core--isearch-setup: Use `add-function' - [66c8e947](https://github.com/emacs-straight/org-mode/commit/66c8e94732d63d190acd99aa7fb6dcad071185d1) lisp/org-element-ast.el: Fix typo in commentary - [948c8964](https://github.com/emacs-straight/org-mode/commit/948c896448b0645af19e27fa1c5c1b33b50a2399) Rename `org-element-property-1' to `org-element-property-raw' - [02ad2a11](https://github.com/emacs-straight/org-mode/commit/02ad2a114fcb6e7a5bb462a873dd01f09c38469e) lisp/org-element-ast.el: Fix copyright notice - [38f87aa3](https://github.com/emacs-straight/org-mode/commit/38f87aa30aa79c7eadd463e6eee666fb12c8dc13) Update Ihor Radchenko's email address - [e34b72ee](https://github.com/emacs-straight/org-mode/commit/e34b72eec68b8c6633310af006f13023dcf85001) org-make-tags-matcher: Do not try collecting tags from non-Org buffers - [48fffa5d](https://github.com/emacs-straight/org-mode/commit/48fffa5daca3e13e4c5ff3928e3b1858cf2bab6b) org-insert-link: Keep the link in `org-stored-links' if it was not inserted - [f18fad60](https://github.com/emacs-straight/org-mode/commit/f18fad60b6e09709a253469f8dde77233baceb34) org-id-uuid: Use compat org-time-convert-to-list for emacs <27.1 - [402f72ad](https://github.com/emacs-straight/org-mode/commit/402f72ad4f4e52681f2045817227f8870f842e2e) lisp/org.el: Add final hooks to S-/M-/S-M-cursor commands - [7c6302e2](https://github.com/emacs-straight/org-mode/commit/7c6302e2034916ed38f1c61dd0806f48e6f8a21c) org-agenda-show-new-time: Fix when window is very narrow - [501be358](https://github.com/emacs-straight/org-mode/commit/501be358bb9b3e01af53a1cad93bcd2841f70600) Several typo fixes - [2e2ed405](https://github.com/emacs-straight/org-mode/commit/2e2ed405530bacc674c00e5db34ead3941b0b7ef) org-src.el: Use native value of `indent-tabs-mode' for indentation - [caa27be1](https://github.com/emacs-straight/org-mode/commit/caa27be102d13fef5c335b8f444d0ab0190cdd2c) org-element.el: Fix Emacs-26 compatibility - [879ba22e](https://github.com/emacs-straight/org-mode/commit/879ba22ef69cc54d757b02e84d4f8d37dcef866f) org-compat.el: `org--flatten-tree' for Emacs-26 compatibility - [8fa7f027](https://github.com/emacs-straight/org-mode/commit/8fa7f0279e69f72c51731bda5cdee27df634d651) org-html-link: Fix relative links with :html-link-use-abs-url - [67e819d6](https://github.com/emacs-straight/org-mode/commit/67e819d6ee5d4a1c89ae3ef88243d6fd930e5e8b) test-org-src.el: Work around `current-column' bug in older emacs - [0b6f9f86](https://github.com/emacs-straight/org-mode/commit/0b6f9f867774c06373051b1f2ce856ba1ebe80d8) Fix typo in `org-todo-log-states' variable name - [c74c4ab1](https://github.com/emacs-straight/org-mode/commit/c74c4ab18d8939c1eac84ddddd963c2d61e638d5) lisp/org-element.el: Add new timestamp property :range-type - [1967aa43](https://github.com/emacs-straight/org-mode/commit/1967aa43e5f14a06cfaff0b2d0e30d57893d0491) org-src-preserve-indentation: Refactor handling src block flags - [17096b3f](https://github.com/emacs-straight/org-mode/commit/17096b3f4c6e41d7d1ad82e1d1834d7d29365bb6) Refactor `org-src--contents-for-write-back' - [c9b80f06](https://github.com/emacs-straight/org-mode/commit/c9b80f06d4cf085adc373af50c8a80ffc27f4cd0) org-fold-core-next-folding-state-change: Optimize performance - [5e31dcdd](https://github.com/emacs-straight/org-mode/commit/5e31dcdd9aa416513cd37c4fb6eff5f8b1cf5b17) ob-python: Fix async evaluation - [c0dbcf36](https://github.com/emacs-straight/org-mode/commit/c0dbcf361ee317795355db4d6ad279a3f53b04e4) org-store-link: Move already stored link to front by default - [a1ef64f3](https://github.com/emacs-straight/org-mode/commit/a1ef64f3d1e46ae36878ccdb7bfa81b1159028d0) Testing: Add tests for 'org-agenda-skip-if' - [ab9c9732](https://github.com/emacs-straight/org-mode/commit/ab9c9732ea39db5456c0aee789a897dca4c5c839) Fix dependence on locale in org testing facilities - [8739a957](https://github.com/emacs-straight/org-mode/commit/8739a957820c5c02cb8d713ac1f4d3be918ec02c) Let org-columns correctly detect string-widths in code - [9730f408](https://github.com/emacs-straight/org-mode/commit/9730f408c20d2cccdcd72ee1c508859d2b64a3ec) testing/org-test.el: New helper function `org-test-get-day-name' - [26440689](https://github.com/emacs-straight/org-mode/commit/26440689aab69d6a5fe49cf5460ed97e213e5a25) org-test-without-dow: Make name consistent with what the macro does - [c730caf5](https://github.com/emacs-straight/org-mode/commit/c730caf512d62e959e092aee75e5ade8a76f4f50) org-babel-result-to-file: Fix when in indirect buffer - [3007511f](https://github.com/emacs-straight/org-mode/commit/3007511f3f61f347b9b52c9d581ce3a06dd1c672) org-string-width: Reuse buffer when calculating string width - [5b6268c2](https://github.com/emacs-straight/org-mode/commit/5b6268c29ecb388d1cf4fd677108f2a8cc439543) org-columns--truncate-below-width: Fix Emacs 27 compatibility - [3e3b873d](https://github.com/emacs-straight/org-mode/commit/3e3b873d3f863e890460dd655ae7fd5f5f0b88b5) org-do-emphasis-faces: Make sure that 'invisible property is not sticky - [724135dd](https://github.com/emacs-straight/org-mode/commit/724135ddafa43fd48e762efd7c4502f84f24fea1) fixup! org-do-emphasis-faces: Make sure that 'invisible property is not sticky - [27b5de4d](https://github.com/emacs-straight/org-mode/commit/27b5de4d028058bb437e93fe11b3dcba7f8e841e) Testing: Test ignoring todo items in 'org-agenda' based on timestamp - [dbb39122](https://github.com/emacs-straight/org-mode/commit/dbb3912229de1b16aae409b79b3f556798464754) doc/org-guide.org: Add command names to listed keybindings - [6a2d84e5](https://github.com/emacs-straight/org-mode/commit/6a2d84e5018a35ec7ac95e0489ce25aab0cb6000) ob-lilypond: Resolve FIXME - [5cf67697](https://github.com/emacs-straight/org-mode/commit/5cf67697470ee1b294ca5a50de933aed891c59a6) * doc/org-manual.org (Activation): Add link to Emacs init file docs - [36c254ae](https://github.com/emacs-straight/org-mode/commit/36c254ae3042390996705c4724548f5bc5ddb1da) org-lint: Add checkers for square brackets inside link description - [d6f3aed7](https://github.com/emacs-straight/org-mode/commit/d6f3aed7b1b01df7b092a47099205847b34fdd37) testing/lisp/test-ob-tangle.el: Avoid interaction in test - [ef391c88](https://github.com/emacs-straight/org-mode/commit/ef391c882cfa74301f1b63d36f68cd9bb474e1dd) org-babel--shell-command-on-region: Remove obsolete workaround - [39de4a18](https://github.com/emacs-straight/org-mode/commit/39de4a1848d12b1be929853bf884ec04e121d9f0) org-babel-sh-evaluate: Fix edge case when :shebang is set and :dir is remote - [ac004218](https://github.com/emacs-straight/org-mode/commit/ac0042184e89a468f01c3d4ac6b6bd92f2d127c6) org-bibtex-headline-format-function: Factor out lambda default value - [5f7cfdfd](https://github.com/emacs-straight/org-mode/commit/5f7cfdfd1d583bfcdf55b8513303f3a55caa6846) * doc/org-manual.org: Refactor, explain diary sexp export in ox-icalendar - [dc78f094](https://github.com/emacs-straight/org-mode/commit/dc78f0946588c0c844bc3df277672550eeaf66c6) org-up-heading-safe: Fix when parent is not a heading - [fcac0039](https://github.com/emacs-straight/org-mode/commit/fcac0039aab8b986f92af8233ea4c4c804696c67) testing/lisp/test-ob-tangle.el: Test block collection into groups for tangling - [3ee10d57](https://github.com/emacs-straight/org-mode/commit/3ee10d57f1803afd1b76359691af0eca1ebd4aa7) ob-tangle.el: Avoid relative file names when grouping blocks to tangle - [410cecc0](https://github.com/emacs-straight/org-mode/commit/410cecc0e7a3bdebad676461f05a2d1d2ae9348a) ob-tangle/collect-blocks: Small refactoring and extra commentary - [de9f89e4](https://github.com/emacs-straight/org-mode/commit/de9f89e4be433ca17235f0672dc63784c672ae55) org-babel-execute-src-block: Fix with :cache yes :results append/prepend - [2452f5de](https://github.com/emacs-straight/org-mode/commit/2452f5de6d742b7cf8902a87b509de5749f2e2c4) org-export-get-all-transcoders: Fix when :parent is not symbol - [d38ca592](https://github.com/emacs-straight/org-mode/commit/d38ca59230bd3b013398376c46719694948fe31e) ob-gnuplot: Fix links and verbatim when converting tables - [da1bc002](https://github.com/emacs-straight/org-mode/commit/da1bc002f2272b775624452bdd30ef53f19ca946) Backport Emacs commit 670174a6d5f - [01bf5748](https://github.com/emacs-straight/org-mode/commit/01bf57488c7b2853624aab8b794e4887dfbddb66) lisp/org.el: Define `org-rear-nonsticky-at' defsubst before its first usage - [dd586c5f](https://github.com/emacs-straight/org-mode/commit/dd586c5f42b5d99af30815e5c430365d99148064) * lisp/org-macs.el (org-time-convert-to-list): Provide declaration - [d1d0c30e](https://github.com/emacs-straight/org-mode/commit/d1d0c30e656cae2fa31d811850d40703cb7ce63d) org-property-value: Define face as non-nil - [eabc9bfe](https://github.com/emacs-straight/org-mode/commit/eabc9bfecf92c210124f4ba16394d270c2b8a353) ol-gnus.el: Fix issue when storing links from Gnus article buffers - [d3f587fa](https://github.com/emacs-straight/org-mode/commit/d3f587fadf3663674d3ef55a60a1cc6e88c862b7) org-find-open-clocks: Fix recent bug in handling of match data - [68ba286f](https://github.com/emacs-straight/org-mode/commit/68ba286feec5c61a8b977bfcee324bfbb492ae10) org-lint-link-to-local-file: Expand environment variables in path - [71514813](https://github.com/emacs-straight/org-mode/commit/71514813139274f756458680a252af677dd3e0ea) org-manual: Automatically generate export option list - [f409cb4e](https://github.com/emacs-straight/org-mode/commit/f409cb4e5267d08f9aafd1b7ccf191328ec5937a) ox: New option `org-export-expand-links' - [f03b8395](https://github.com/emacs-straight/org-mode/commit/f03b839530d86269bd23baef2965a316a4172895) lisp/ob-awk.el: Fix docstrings - [884b84f7](https://github.com/emacs-straight/org-mode/commit/884b84f7ad36b86fbdabb6b107c7b7c6cd8e4d22) org-string-width: Adapt Emacs commit 0c29f53ab8723 - [323a6699](https://github.com/emacs-straight/org-mode/commit/323a6699211ae88800254734f5381800da2f57e7) org-string-width: Remove unnecessary dedicated window check - [8aa6e812](https://github.com/emacs-straight/org-mode/commit/8aa6e8125d4fd16fc4b45667690b2383cf305c52) lisp/ob-cal.el: Fix docstrings - [6c1ff952](https://github.com/emacs-straight/org-mode/commit/6c1ff952feabd7ab0051ed200df7b736a691a2d6) Make transient overlay lists permanent-local - [20d90b97](https://github.com/emacs-straight/org-mode/commit/20d90b979016484aaef040a0b87ebdaf69b45ee5) org-lint-export-option-keywords: Improve message and ignore `org-default-properties' - [7b80334f](https://github.com/emacs-straight/org-mode/commit/7b80334fda3825f1ec4876c54d9ca3446b5caba0) org-lint-timestamp-syntax: Improve lint message - [8e2f6d94](https://github.com/emacs-straight/org-mode/commit/8e2f6d94e95e15a35295105ba82f41ba05401507) ob-C: Fix docstrings - [28b6a231](https://github.com/emacs-straight/org-mode/commit/28b6a231e94e5930c05666cfc8a618175804a60e) org-element-normalize-contents: Fix when ELEMENT is anonymous - [83575624](https://github.com/emacs-straight/org-mode/commit/83575624abe3e32c5463b98b319c9c8e7c67c283) Ensure that clocking drawer is inserted before point - [345d4e09](https://github.com/emacs-straight/org-mode/commit/345d4e09b58d16efccd0dd3a651881fb02316e82) org-insert-drawer: Make sure that point is left inside drawer - [63e8cac2](https://github.com/emacs-straight/org-mode/commit/63e8cac2cadd77896d67890d36f3d59b60b13f74) org-goto-sibling: Fix when called from inlinetask - [bf45090f](https://github.com/emacs-straight/org-mode/commit/bf45090f4c0a9da922ae2abe6250f5405a39ba53) org-element--cache-for-removal: Fix changing heading granularity - [8b9e3be9](https://github.com/emacs-straight/org-mode/commit/8b9e3be9a9048a2212fb13123ee3643e3bd59f85) * lisp/ob-comint.el (org-babel-comint-async-dangling): Fix docstring - [b11894aa](https://github.com/emacs-straight/org-mode/commit/b11894aa556d94c8bc9c0b52082af91d30227f50) org-lint: Use markers instead of line number to track report positions - [5ed2763b](https://github.com/emacs-straight/org-mode/commit/5ed2763b159df1bc2da72e17bb550b9f8e9abaaa) org-id-update-id-locations: Optimize performance - [f5467b53](https://github.com/emacs-straight/org-mode/commit/f5467b53ec9be02ceaca8494e58090b3972fe2ac) lisp/ob-shell.el: Fix sessions for generic "shell" blocks - [11ce194d](https://github.com/emacs-straight/org-mode/commit/11ce194dcf060782f1457c77a44f791389ed32f0) org-string-width: Fix Emacs <29 compatibility - [47b04383](https://github.com/emacs-straight/org-mode/commit/47b04383e7ddc0fa2cefa15ce63e2f38b009d34f) fixup! org-id-update-id-locations: Optimize performance - [4fb8ad99](https://github.com/emacs-straight/org-mode/commit/4fb8ad9990127093d0ef32be8d5b804f7a85ec77) lisp/ob-core.el: Add some missing docstrings - [6eb117da](https://github.com/emacs-straight/org-mode/commit/6eb117da06542b1b2ab85ce13578b4e69f6e35e9) * lisp/ob-core.el (org-babel--expand-body): Document all the arguments - [8dc71d91](https://github.com/emacs-straight/org-mode/commit/8dc71d915e3678a42f1326352fa66e63fd1c4057) lisp/ob-core.el: Fix some checkdoc warnings - [07f099f8](https://github.com/emacs-straight/org-mode/commit/07f099f84ec3c15a69c9221d06f45b1e6e414adf) lisp/ox.el: Fix inner smart quotes in French - [8d6ec48b](https://github.com/emacs-straight/org-mode/commit/8d6ec48b8479efb26b1cc9cd06026299bbfb980d) org-end-of-subtree: Fix when inside inlinetask - [5e378a6e](https://github.com/emacs-straight/org-mode/commit/5e378a6e136829aec71ebb277390cff7109eeec5) org-capture-template-contexts: Improve docstring - [453c47b5](https://github.com/emacs-straight/org-mode/commit/453c47b57d07435f09c5b289086ce5c07428dcb8) fixup! org-element--cache-for-removal: Fix changing heading granularity - [87b4de96](https://github.com/emacs-straight/org-mode/commit/87b4de961709077806eef6509138281ab6b6d03b) org-publish-resolve-external-link: Fix links to non-Org files - [0a5dd8cf](https://github.com/emacs-straight/org-mode/commit/0a5dd8cf68c4a9b295539ce620f5a07864cc9d97) org-babel--file-desc: Update docstring - [8dfd8c98](https://github.com/emacs-straight/org-mode/commit/8dfd8c987c5df14c23e05763287f18a4dba3e380) org-format-latex: Add FIXME - [e4f12743](https://github.com/emacs-straight/org-mode/commit/e4f1274378fc4928d7802e1bfba2a944f502c35c) test-org-export/activate-smart-quotes: Update tests - [4ea9a98f](https://github.com/emacs-straight/org-mode/commit/4ea9a98f859f7c9458357af96ea72744da7fea99) org-macs: Fix incorrect use of relative paths in org-compile-file - [da8fabf4](https://github.com/emacs-straight/org-mode/commit/da8fabf464ff694702c846bb5ac51fd4323f06cc) org-delete-indentation: Fix Emacs 26 compatibility - [f4fecc24](https://github.com/emacs-straight/org-mode/commit/f4fecc244cc6fd2410e75945a53c13e67b99def6) doc/org-manual.org: Refer to LaTeX docs for general terminology - [30b747b8](https://github.com/emacs-straight/org-mode/commit/30b747b86dda48d13f06136cbaf8ce37d47d7e4e) org-babel-execute:css: Mention arguments in the docstring - [168ba7e6](https://github.com/emacs-straight/org-mode/commit/168ba7e6cfbc2bdb688984128d7aed0bec618a25) test-ob-scheme.el: Disable testing for older Emacs unsupported by Geiser - [f689eb44](https://github.com/emacs-straight/org-mode/commit/f689eb44f175fbbdc4e8ef0ad6f5201b10863438) org-make-tags-matcher: Add starred property operators, fix quoting - [37809489](https://github.com/emacs-straight/org-mode/commit/37809489057bb98ead8caa682ffd12a1d7e6bda0) lisp/ob-ditaa.el: Fix checkdoc warnings - [fe85d61a](https://github.com/emacs-straight/org-mode/commit/fe85d61a929af8d753ddac76b61d0385f5bcc326) testing: Delete duplicate tests - [173b5de0](https://github.com/emacs-straight/org-mode/commit/173b5de0ec44528394cbeeb518aebbc47f74b687) testing: Re-introduce more useful new tests instead of deleted dupllicates - [a18ebc78](https://github.com/emacs-straight/org-mode/commit/a18ebc78934a1efa2adec3ebc88d8e155d5b3301) Revert "Avoid creating ID property during tangling" - [f159adc2](https://github.com/emacs-straight/org-mode/commit/f159adc2690717a3b89878a2023319aae4c5c34c) org-element-property: Improve docstring - [8ed38878](https://github.com/emacs-straight/org-mode/commit/8ed3887821aecd55460f3f02d109ba550fcdcfef) etc/ORG-NEWS: Clarify that `org-element-property' can be used with deferred - [6c40983e](https://github.com/emacs-straight/org-mode/commit/6c40983e860b8225d488a2de0f1fd31973c76fba) org-with-remote-undo: Update docstring - [f80c8240](https://github.com/emacs-straight/org-mode/commit/f80c824040a9400d296a635572d51659a0039461) * doc/org-manual.org: Clarify that org-emphasis-alist does not affect parser - [003927a5](https://github.com/emacs-straight/org-mode/commit/003927a59411236df30da93f41a2c12f4c59028c) test-ox-html: Add new tests for checkboxes: ascii, html & unicode - [39ae2eda](https://github.com/emacs-straight/org-mode/commit/39ae2eda5b619607c581f948a1f594071d948f74) test-ox-html: Add new tests for postamble format - [0eb9aa79](https://github.com/emacs-straight/org-mode/commit/0eb9aa798ca39a8a20178cada5c4b7f137bd1ed8) * lisp/ob-R.el: Fix some checkdoc warnings - [695fbc90](https://github.com/emacs-straight/org-mode/commit/695fbc9086ed011e0cdd91ccafc446a038a00e9e) fixup! test-ox-html: Add new tests for checkboxes: ascii, html & unicode - [85b74750](https://github.com/emacs-straight/org-mode/commit/85b74750ebddb0ad192193486f7e36500a48549b) etc/ORG-NEWS: Fix typo - [bfe1179d](https://github.com/emacs-straight/org-mode/commit/bfe1179dcbcb2349979b3ac8fcc68a383521643b) org-element: Fix consistency between incremental and recursive parsers - [1c7444dc](https://github.com/emacs-straight/org-mode/commit/1c7444dc3aab8fb91a4cb52b6aa504e9fc425de4) org-element: Bump AST version - [cfea24dc](https://github.com/emacs-straight/org-mode/commit/cfea24dc150ec790867f41996ebd9b3a80881800) org-babel-expand-body:generic: Document all the arguments in the docstring - [2f79c63c](https://github.com/emacs-straight/org-mode/commit/2f79c63c2c621715e894999982608de7ef8c773e) org-macs.el: Fix Emacs-26 compatibility - [68aa4388](https://github.com/emacs-straight/org-mode/commit/68aa438857dddd8e7a7e53a5dbabab8b3d33fda1) ob-sqlite: Use a transient in-memory database by default - [b5aaefb5](https://github.com/emacs-straight/org-mode/commit/b5aaefb5517eba83ebe6fcde0d2fa580a9d1e449) org-babel-variable-assignments:eshell: Prevent leaking values into results - [051c929d](https://github.com/emacs-straight/org-mode/commit/051c929d65269d53699720276db9c67c6b050836) * mk/default.mk: Enable ob-sqlite and ob-eshell tests by default - [70a082c9](https://github.com/emacs-straight/org-mode/commit/70a082c9fbf6fd7d05fb56b26c6f2039b8edd478) org-babel-expand-src-block: Mention all the header arguments in the docstring - [a0830f94](https://github.com/emacs-straight/org-mode/commit/a0830f94ea434a3b802b94d8ac9ed286df8df8f4) * testing/org-test.el: Avoid looking into .emacs.d when ran non-interactively - [36dcb2a2](https://github.com/emacs-straight/org-mode/commit/36dcb2a23c57d6eab50848fc137057c2635bca0a) org-babel-combine-header-arg-lists: Describe arguments in the docstring - [99cc9619](https://github.com/emacs-straight/org-mode/commit/99cc9619c562b5c21a292dec7351d05df37d39fd) org-bibtex-yank: Fix bibtex parser not initialized in temp buffer - [b89bc558](https://github.com/emacs-straight/org-mode/commit/b89bc55867d7cb809c379d371d12d409db785154) org-babel-insert-header-arg: Describe arguments in the docstring - [e340dde6](https://github.com/emacs-straight/org-mode/commit/e340dde63e9ffd5a90d816617b0a8ed297ac83b0) org-element-export-snippet-parser: Fix when no closing @@ - [561c1d0d](https://github.com/emacs-straight/org-mode/commit/561c1d0db0d79c550ca018610072d45d40d6e453) org-element-at-point: Fix cache initialization in indirect buffer - [1c00632f](https://github.com/emacs-straight/org-mode/commit/1c00632f11821bd7566153502f774d0908262745) org-latex-compile--postprocess: Fix when OUTFILE has no directory - [6954fe93](https://github.com/emacs-straight/org-mode/commit/6954fe93edf41d0df4ed9188332f21106b35a48d) org-store-link: Never allow link duplicates in `org-stored-links' - [dcd2ba4a](https://github.com/emacs-straight/org-mode/commit/dcd2ba4a024ccdb2aa2edfc0e8abeca72f555234) * lisp/org-macs.el: Declare `org-buffer-text-pixel-width' - [1d04af59](https://github.com/emacs-straight/org-mode/commit/1d04af59b66b8efb9dda28d06bce9e54dc1cef4f) org-refile-get-targets: Barf when target is not an Org buffer - [570cdacd](https://github.com/emacs-straight/org-mode/commit/570cdacdbf1c55adf4f66985e9db475db06e80b8) org-export-smart-quotes-alist: Turn into a custom option - [5496f527](https://github.com/emacs-straight/org-mode/commit/5496f5277fa639271cc674340b95116c77d556e2) org-babel-load-in-session: Document argument INFO - [487f39ef](https://github.com/emacs-straight/org-mode/commit/487f39efa68fa2d857f8d446d1c4b3a3b3e3f482) org-babel-insert-result: Err on :results drawer inline src block - [99c8425b](https://github.com/emacs-straight/org-mode/commit/99c8425bc73b8ba565c79e4401c99a11f5ce2c3a) org-babel-insert-result: Remove duplicate let-binding - [54c09c84](https://github.com/emacs-straight/org-mode/commit/54c09c84e9d903ef414016662352acd59a9f6fb7) org-element-context: Fix when point is at the beginning of parsed value - [9fd547dd](https://github.com/emacs-straight/org-mode/commit/9fd547dd3a16c473b2109bfd7bad7f1cb015a5b2) org-babel-where-is-src-block-result: Fix inside affiliated parsed keyword - [27a41d41](https://github.com/emacs-straight/org-mode/commit/27a41d418d4558b511f4ab74bf26dde0b72d2526) org-element--cache-before-change: Fix edge case creating heading - [cc435cba](https://github.com/emacs-straight/org-mode/commit/cc435cba71a99ee7b12676be3b6e1211a9cb7285) lisp/ob-core.el: Fix some docstrings that do not detail all the arguments - [4cf0b043](https://github.com/emacs-straight/org-mode/commit/4cf0b0433d8ea892d3a086360e318c1cd5781829) org-id-find-id-in-file: Prefer using temporary buffer - [2cf24581](https://github.com/emacs-straight/org-mode/commit/2cf245810b76666df0d7dcf0717cb78de11930bd) org-lint-invalid-id-link: Improve performance - [b2e34474](https://github.com/emacs-straight/org-mode/commit/b2e34474f5930dbe6e5449d3b017b4d7c983af3d) org-lint: Allow jumping outside narrowing when jumping to source - [f78a3c2b](https://github.com/emacs-straight/org-mode/commit/f78a3c2bdcc9c88bcfb8a4aed7f7b4378534afac) lisp/ob-lilypond.el: Prevent full page results in basic-mode - [f285ae37](https://github.com/emacs-straight/org-mode/commit/f285ae37b34605e60a848c72fa6eb9bb7daad7ff) org-agenda-get-todos: Fix for todo keywords that can be interpreted as regexp - [d1e4b935](https://github.com/emacs-straight/org-mode/commit/d1e4b9351941aa9241ab3aa0a34256376b7eca94) org-copy-subtree: Do not consider inlinetask to be a subtree of its own - [1ae611c7](https://github.com/emacs-straight/org-mode/commit/1ae611c7e3e453655bd3500ee8b166f2959370d2) fixup! org-id-find-id-in-file: Prefer using temporary buffer - [d0c7cd48](https://github.com/emacs-straight/org-mode/commit/d0c7cd48eb90aab05bd3c8492160677a273c990c) org-babel-do-key-sequence-in-edit-buffer: Mention argument in docstring - [3b49db87](https://github.com/emacs-straight/org-mode/commit/3b49db87550e42522d67b5b9864b3d6bdc685b33) Revert "Prefer `string-search' when matching exact strings" - [9e402085](https://github.com/emacs-straight/org-mode/commit/9e4020854787353b5e5fd824d7a541ed2e0174f4) test-org-agenda/todo-selector: Remove stray `message' call - [933d2828](https://github.com/emacs-straight/org-mode/commit/933d2828812084ca8f8eff72699dcd025fff88de) Fix Emacs 27 false-positive warnings - [3ec09331](https://github.com/emacs-straight/org-mode/commit/3ec093312201b5ee02e77cdaff166d3c55d5155f) Fix Emacs 27 test failure - [f1359546](https://github.com/emacs-straight/org-mode/commit/f1359546ad7dee9698b75ca25ad453e6f054bd06) org-element-at-point: Throw an error when not in org-mode - [2eb4fd89](https://github.com/emacs-straight/org-mode/commit/2eb4fd89001ad22143c308f10ea53d04eec90264) lisp/ox-latex.el: Add the `:literal' attribute to verse block. - [b3660cf1](https://github.com/emacs-straight/org-mode/commit/b3660cf1351e9ffeb7dc127f53a82171e89e155c) * testing/lisp/test-org-attach-git.el: Avoid using global git config - [79aa1491](https://github.com/emacs-straight/org-mode/commit/79aa1491439ff0e7d1b0f3377dcfcd8f8470545e) org-babel-map-executable: Describe header arg in the docstring - [83fd03fb](https://github.com/emacs-straight/org-mode/commit/83fd03fb6d28ce87e36dc9b30f30f953397422d3) org-attach: Fix when called from agenda - [d560a2d7](https://github.com/emacs-straight/org-mode/commit/d560a2d7394cc9b016eade35360350023684448e) org-lint-invalid-id-link: Only update ID locations if there are ID links - [7cc208af](https://github.com/emacs-straight/org-mode/commit/7cc208af91fc948b9e7739acecafcf179cad56a0) org-agenda: Do not err on SCHEDULED/DEADLINE with inactive timestamp - [3cbd9f42](https://github.com/emacs-straight/org-mode/commit/3cbd9f423385bf725dc964a5cff573bba17db3ff) org-lint: New checker for SCHEDULED/DEADLINE with inactive timestamp - [a25d00d5](https://github.com/emacs-straight/org-mode/commit/a25d00d5dff6c162b1bb7542201c590052d267fa) org-return: Do not insert inside folded region - [928f2d7f](https://github.com/emacs-straight/org-mode/commit/928f2d7fb03e0932f3280af7a5087a564eaaf5e6) Revert "org-return: Do not insert inside folded region" - [52bc9567](https://github.com/emacs-straight/org-mode/commit/52bc95676c89e2b2460d8a66d44dd41017464b08) org-insert-heading: Fix when folded text is kept right at the new heading - [bbdf9781](https://github.com/emacs-straight/org-mode/commit/bbdf9781c2f85448797830144b8c017c9238af61) test-org/insert-todo-heading-respect-content: Fix tests - [35960e16](https://github.com/emacs-straight/org-mode/commit/35960e1614842fc88b0ad193479f71e2153ac02a) org-babel-execute-subtree: Document the argument in the docstring - [7b38670e](https://github.com/emacs-straight/org-mode/commit/7b38670e6978c32421660bc37b173e331d5561cb) fixup! org-insert-heading: Fix when folded text is kept right at the new heading - [7a4784b1](https://github.com/emacs-straight/org-mode/commit/7a4784b12294b34af241790947f128b71442ef1b) org-fast-tag-selection: Fix when C-g is pressed - [dd2f05f5](https://github.com/emacs-straight/org-mode/commit/dd2f05f592a749c5b2056d7d64fea1ac5fea1c4a) fixup! fixup! org-insert-heading: Fix when folded text is kept right at the new heading - [f86a2fb7](https://github.com/emacs-straight/org-mode/commit/f86a2fb72658bda91a164851a14bc13f6109ce6e) org-element--string-cache: Use hash table instead of obarray - [06714dea](https://github.com/emacs-straight/org-mode/commit/06714dea79f333372cc7a7416dfbfe4962ddc541) org-babel-current-result-hash: Mark unused argument - [58c5c588](https://github.com/emacs-straight/org-mode/commit/58c5c5882ccf7b0405ef5ac5ce6614078c0a97fe) org-columns: Fix when adding spaces to headings - [650e4299](https://github.com/emacs-straight/org-mode/commit/650e42996e465c95fa0fd7f28c063f21dc948ad5) lisp/org-colview.el: Add new commands to move column view table row - [e08d8783](https://github.com/emacs-straight/org-mode/commit/e08d878314b3a20d7f87fa0c6301a19c376149a1) org-columns-redo: Fix when `org-columns' is called with prefix arg - [299193bf](https://github.com/emacs-straight/org-mode/commit/299193bf091a63474fc8036bd31de51800a2555a) org-display-remote-inline-images: Add new allowed value t - [8b35734b](https://github.com/emacs-straight/org-mode/commit/8b35734b49bd07cd9a3b3b1b37c4bc1288ba42f8) test-org-colview/...: Fix Emacs 28 compatibility - [680138d7](https://github.com/emacs-straight/org-mode/commit/680138d7ff096f08c446f70d87672b160b37952b) fixup! test-org-colview/...: Fix Emacs 28 compatibility - [168b99ba](https://github.com/emacs-straight/org-mode/commit/168b99ba942a8a392c168d13dc53a037fa817d49) org-babel-join-splits-near-ch: Fix the docstring - [7219b006](https://github.com/emacs-straight/org-mode/commit/7219b006bd7ea67265d91e1d27a4addeaf4ff5e7) org-element: Fix loading obsolete persistent caches - [19a1a502](https://github.com/emacs-straight/org-mode/commit/19a1a5024bef3163737fa6f2b71dd9d4437dc31f) Update version number for the 9.6.8 release - [80ae8462](https://github.com/emacs-straight/org-mode/commit/80ae8462a6f96d8fbf4199926c65f281c2b76be1) org-element--standard-properties: Re-order, putting boundaries in order - [53c9d91d](https://github.com/emacs-straight/org-mode/commit/53c9d91d3c70531b7cbe1ec0f32b189525ba72bf) org-element: Fix post-blank shared between items - [579e8c57](https://github.com/emacs-straight/org-mode/commit/579e8c572345c42ad581d3ddf0f484567d55a787) ob-python: Results handling for dicts, dataframes, arrays, plots - [c905565f](https://github.com/emacs-straight/org-mode/commit/c905565fa8ecdf8f9581cdef51e4e460893df8b6) org-element: Raise gc-cons-threshold for org-element-cache-map - [430c7292](https://github.com/emacs-straight/org-mode/commit/430c72924cfebee8f27c9bb4fb9916bb519757e5) ob-ruby: Fix ruby tests - [5e7427c6](https://github.com/emacs-straight/org-mode/commit/5e7427c6d14b38a967abd17b948a62a4af31c3b3) * lisp/ob-core.el (org-babel-hide-result-toggle): Document FORCE argument - [973e50c8](https://github.com/emacs-straight/org-mode/commit/973e50c83985421a67721e4923cdc2ed706fd49c) * lisp/org.el (org-at-timestamp-p): Fix match groups in docstring - [3c3db7b3](https://github.com/emacs-straight/org-mode/commit/3c3db7b337c3bb0dc2a64b4a60ae8dde86a46c69) oc-basic: Fix detecting changes in symlinked bibliography - [85c94ecf](https://github.com/emacs-straight/org-mode/commit/85c94ecfc2706d17af45631198aa3bb43531913d) ox-latex: Improve warning for unexpected org-latex-src-block-backend - [d5ee33fe](https://github.com/emacs-straight/org-mode/commit/d5ee33fed8dd80d3f9f9811d86a73827fde80780) lisp/ob-core: List all the arguments in some docstrings - [7bdec435](https://github.com/emacs-straight/org-mode/commit/7bdec435ff5d86220d13c431e799c5ed44a57da1) org-export-expand-include-keyword: Drop unnecessary call to `save-match-data' --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 75c6c6e..b2b578c 100644 --- a/flake.lock +++ b/flake.lock @@ -263,11 +263,11 @@ "org": { "flake": false, "locked": { - "lastModified": 1683136293, - "narHash": "sha256-PMHNr3Qo62uqO5IUDAfxUoqa4Zvb9y2J76pRYDB/6Y4=", + "lastModified": 1692879032, + "narHash": "sha256-+Krwzly/c8WYi6FEpI5fHlbc3i5o3yhg1NYe2n7ymTY=", "owner": "emacs-straight", "repo": "org-mode", - "rev": "080710797ad25e76c4556d2b03cc0aa5313cd187", + "rev": "7bdec435ff5d86220d13c431e799c5ed44a57da1", "type": "github" }, "original": {