From 9021e4178674354269077f195829a21fb516ff79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 02:32:36 +0000 Subject: [PATCH] flake.lock: Updating 'org (emacs-straight/org-mode)' - eb5ef0ae -> fe1f4f2c ### Changes for org On branch: main Commits: https://github.com/emacs-straight/org-mode/compare/eb5ef0ae1424a725f933ef3929e5396a2ab727ab...fe1f4f2ccf040deff9c57288d987f17cc2da321f - [33686b99](https://github.com/emacs-straight/org-mode/commit/33686b9955c011486a72ec548475651dcadb0339) org.el: Pass link match data to `org-file-apps' functions - [6e9ea3a0](https://github.com/emacs-straight/org-mode/commit/6e9ea3a0766de9df6992bfb0359a5826ed1951b5) org.el: Preserve case for link subgroups from `org-file-apps' - [f25b308a](https://github.com/emacs-straight/org-mode/commit/f25b308af671766bb01e507c6db57bf3e83d8d05) org.el: Avoid dlink identifiers in `org-open-file' - [7c20552e](https://github.com/emacs-straight/org-mode/commit/7c20552ed636d6c058d6be649e19d3d5edc0f62a) org-babel-load-languages: Link to the manual for language list - [3f3ff643](https://github.com/emacs-straight/org-mode/commit/3f3ff643d2e2f0e65a7fd4ff0163944e1c62ae03) org-clock: Make quarter work as parameter for :step in clocktable - [583c01c0](https://github.com/emacs-straight/org-mode/commit/583c01c08496021f2db5ffde118e8ff71039c510) etc/ORG-NEWS: Document new ":step quarter" value - [c9db3c51](https://github.com/emacs-straight/org-mode/commit/c9db3c51aba351ba05148449acc464b10c316ccc) test-org-clock/clocktable/step: Add test for the new ":step quarter" - [0432f4fe](https://github.com/emacs-straight/org-mode/commit/0432f4fe6ba9b07c17ac555beab1527d8f844234) ol.el: Restore complete by description for insert link - [4d8c6fbf](https://github.com/emacs-straight/org-mode/commit/4d8c6fbf7a0cf6f72aa91d03d3dcd6456e9c2b2b) org-up-heading-safe: Consider inlinetasks - [2737128a](https://github.com/emacs-straight/org-mode/commit/2737128aa778297f41971cc93c464faf17718e34) org-back-to-heading: Use cache - [543a23a5](https://github.com/emacs-straight/org-mode/commit/543a23a57d2947cd01c906d134ae9c5c8d0907c4) Revert "lisp/ol.el: Fix bug when storing links" - [f7b85102](https://github.com/emacs-straight/org-mode/commit/f7b8510283537bda4eba3b54fce5eafc7cec9993) ol.el: Skip #CUSTOM_ID when <> link is stored - [c3d6672c](https://github.com/emacs-straight/org-mode/commit/c3d6672cfdbff8c9dd4c2ec70886ad3f62153d07) ol.el: Avoid links like "[[target][file:~/org/test.org::target]]" - [4fc2c8dd](https://github.com/emacs-straight/org-mode/commit/4fc2c8dd89bfbe9f6ad7620c1b4d6def4114489b) org-store-link: Default to empty description for target/custom-id links - [8ec328e8](https://github.com/emacs-straight/org-mode/commit/8ec328e827edf67a09b6612ae32aba79ceb98e9f) org-log-beginning: Fix for headline at eob with no trailing newline - [f8d740f7](https://github.com/emacs-straight/org-mode/commit/f8d740f707ceab1e865fd1745ffaaa531b9fdd0e) org-log-beginning: Fix edge case when we create logbook at eob - [86c4635d](https://github.com/emacs-straight/org-mode/commit/86c4635dba556da01c18f6896aa09bf05d67802b) test-org-link/store-link: Update tests for 4fc2c8dd8 - [2d380265](https://github.com/emacs-straight/org-mode/commit/2d3802658156153974f540877a82bf5a384a2ad4) Do not assert Org version in root Org libraries - [1a5e3f93](https://github.com/emacs-straight/org-mode/commit/1a5e3f931c9bbefaefafd4cdcc5f0dfcd1c97769) testing: Make all files use `lexical-binding` - [17b51973](https://github.com/emacs-straight/org-mode/commit/17b51973bd17f26b4dfa0a5d5f198c7e1c8461dd) * lisp/org.el (org-log-beginning): Fix parens - [6074a22b](https://github.com/emacs-straight/org-mode/commit/6074a22bcb25593bd7644b2695d38f8b41200463) testing: Address FIXMEs identified in 1a5e3f931 - [e3348ccc](https://github.com/emacs-straight/org-mode/commit/e3348ccc03b0aa3e8f8b3d0837b91f8285fe161a) org-batch-test-init: Remove dead code - [69b36bea](https://github.com/emacs-straight/org-mode/commit/69b36beac790bad95fdd9ce4a7bcfbbb46d39c64) ol.el: Always prompt for description in `org-insert-link' - [6d8d7fba](https://github.com/emacs-straight/org-mode/commit/6d8d7fba61652434764c9906df69db373ff4f7f6) ol.el: Mention that `org-insert-link' may edit existing link - [1de67d0b](https://github.com/emacs-straight/org-mode/commit/1de67d0b41488d49072ffb5cd9e171fca8fea600) org-element--cache-sync: Quit early when no cache requests are queued - [8cc821bd](https://github.com/emacs-straight/org-mode/commit/8cc821bda2e400a7705ee304c44bd108139afaf5) org-agenda-get-sexps: Query headline at point once in skip function - [cb8bf4a0](https://github.com/emacs-straight/org-mode/commit/cb8bf4a0d0262772624e4427e95d8ff4ced0f111) org-babel-expand-references: Fix :noweb-ref expansion - [62a52b56](https://github.com/emacs-straight/org-mode/commit/62a52b56bcd7ecf96cf3585d63b9bf1217b8fe36) Update my maintainer email - [1ae801e9](https://github.com/emacs-straight/org-mode/commit/1ae801e9c86d5b150fd085230722e4dac550df30) org: Add "mark domain as safe" convenience action - [1061db94](https://github.com/emacs-straight/org-mode/commit/1061db94acf785f4b8f1140649e3857d52693115) org: Tweak styling of url in resource prompt - [795783d6](https://github.com/emacs-straight/org-mode/commit/795783d6445c279589640f292563f18ad451f20c) ox-latex: Remove unused argument - [4d8d7d6c](https://github.com/emacs-straight/org-mode/commit/4d8d7d6cb42e388572b4f5d227e9b3c9da6ca4a7) ox-latex: Fix string/symbol engraved-preamble val - [be2246a5](https://github.com/emacs-straight/org-mode/commit/be2246a550b444560ec1718c11185ac7bfcfa646) ox-latex: Change lost in conflict resolution - [a526ea6a](https://github.com/emacs-straight/org-mode/commit/a526ea6a3e3d94e92a95ee109c8a0064d409816a) Fix compiler warnings - [0057cc21](https://github.com/emacs-straight/org-mode/commit/0057cc21e13769ec2f8971d49f4e832c6621a2ac) Improve agenda performance - [f1a19740](https://github.com/emacs-straight/org-mode/commit/f1a197401cb245eef73894698dc5084bab0ecc4a) org-fold-core-regions: Avoid multiple evaluation of argument - [7e9d9272](https://github.com/emacs-straight/org-mode/commit/7e9d9272980383a9bfdba936af2af9b86055994c) org-element--cache-active-p: Improve performance - [e9bd219e](https://github.com/emacs-straight/org-mode/commit/e9bd219e35090a80833834bbee97124ad9320f64) org-element--cache-verify-element: Improve performance - [c35a8560](https://github.com/emacs-straight/org-mode/commit/c35a856048f205101f9f06a7f67d4b1d420c9e19) org-in-archived-heading-p: Improve performance - [4075662c](https://github.com/emacs-straight/org-mode/commit/4075662c298da7fa7e2ba19e0b8b36c58852cc0f) org-diary-sexp-entry: Cache results - [c940b460](https://github.com/emacs-straight/org-mode/commit/c940b460c7bb31e98089286a5a45306cc27034cc) ox-texinfo: Include LaTeX in Texinfo exports - [95df82c5](https://github.com/emacs-straight/org-mode/commit/95df82c5fcf926088da2aaab9354a902956ae881) org.el: Support subtree-level org-image-actual-width overriding - [3e3588dc](https://github.com/emacs-straight/org-mode/commit/3e3588dc756bad62a99e6a6aea8e3b62d25240b8) org-agenda-skip: Improve performance - [4657cea4](https://github.com/emacs-straight/org-mode/commit/4657cea495cd8e2163d14e53e5e07d97e4bf47c6) org-agenda-get-timestamps: Improve performance - [d4fde298](https://github.com/emacs-straight/org-mode/commit/d4fde298b9a3b4a460e0fc232263662d9ebb1660) org-agenda-get-sexps: Improve performance - [6a5f6756](https://github.com/emacs-straight/org-mode/commit/6a5f67567effc85255c9093501aa08e79efec65d) fixup! org-agenda-get-sexps: Improve performance - [ae2140b1](https://github.com/emacs-straight/org-mode/commit/ae2140b1e6bfeb3650303b8f1d8a7bcba8f8eb12) org-manual: Fix typo in beamer example - [9dde8241](https://github.com/emacs-straight/org-mode/commit/9dde82411aefe5a6728eef95c3629dbf266fefa5) org-table: Prevent Emacs from merging displayed separator spaces - [d240386c](https://github.com/emacs-straight/org-mode/commit/d240386c106b8191f9365038384626050bfccfe4) org-diary-sexp-entry: Re-use cached nil return values - [6a82d17c](https://github.com/emacs-straight/org-mode/commit/6a82d17c8906fac9c1d7fe65313a9ddcf4b34d56) ob-tangle: New tangle-finished hook - [5a96768d](https://github.com/emacs-straight/org-mode/commit/5a96768dfa5856e01a725bfaf16d45db8b19601a) manual: Document org-babel-tangle-finished-hook - [f0ff1df4](https://github.com/emacs-straight/org-mode/commit/f0ff1df486917ccc60e31e5897185c904d416f46) manual: Note undocumented tangle hooks - [9bd8a99a](https://github.com/emacs-straight/org-mode/commit/9bd8a99a6ecb5df3f7e880f46975f356282c7baa) org-agenda-get-sexps: Avoid excessive calls to `org-agenda-skip' - [0a6a56c8](https://github.com/emacs-straight/org-mode/commit/0a6a56c804099e358ca558119b7aede0b2b9b90f) org-adapt-indentation: Fix 'headline-data checks - [392ccbbf](https://github.com/emacs-straight/org-mode/commit/392ccbbf5d450ad47cd5952ed2f4ef35e454648e) ob-core: Display position of executed babel blocks - [d1c6d020](https://github.com/emacs-straight/org-mode/commit/d1c6d02092540eabdd4cef695d53891190b4704b) ob-core: Display type of element babel executes - [e8a797e1](https://github.com/emacs-straight/org-mode/commit/e8a797e1437d7aef2ce414694d2b642683f79976) ob-core: Display babel execution time - [764642f5](https://github.com/emacs-straight/org-mode/commit/764642f55b7a9821acbabcfa1e2d354afab99be7) ob-clojure.el: Add support for babashka and nbb backend - [3b0c4ad2](https://github.com/emacs-straight/org-mode/commit/3b0c4ad20794ecfb6557900897179718cc812786) lisp/org.el: Do not skip loading org-loaddefs when using `eval-buffer' - [36c27f11](https://github.com/emacs-straight/org-mode/commit/36c27f11d9fb63b78eea2082ab9e252649106fbe) lisp/ox.el: Add Persian/Farsi translation to `org-export-dictionary' - [1a8490b0](https://github.com/emacs-straight/org-mode/commit/1a8490b031bc03f36572d40ffbf1f1f54d6124d8) Remove request-assign-future.txt - [6b729e24](https://github.com/emacs-straight/org-mode/commit/6b729e24f29976a4ac4305adb24e42df00401d09) README_ELPA: Remove from the repository - [f99902ec](https://github.com/emacs-straight/org-mode/commit/f99902ecdfa4357035fb04f44b3baa8cec260530) ox-publish: Allow linking to encrypted Org files - [3e9f98c6](https://github.com/emacs-straight/org-mode/commit/3e9f98c691f5505dbfdc4cb4b57a411c03bd69aa) * lisp/ox-html.el (org-html-doctype-alist): Fix system identifier for XHTML 1.1 DTD - [fd195266](https://github.com/emacs-straight/org-mode/commit/fd195266dd004b84689141aa491b48ef3a3c7d81) lisp/org-macs.el: Minor docstring enhancements - [235c72e3](https://github.com/emacs-straight/org-mode/commit/235c72e31fd5aa45c87379b5d9cd19de2d57a5d7) lisp/org.el: Do not skip loading org-loaddefs when using `eval-buffer' - [cf932474](https://github.com/emacs-straight/org-mode/commit/cf932474737798093051cf830286d578c3f8d3e6) ox-publish: Allow linking to encrypted Org files - [0d8440f5](https://github.com/emacs-straight/org-mode/commit/0d8440f55d9aad6d0ab04597f7d8d14fbd119f0f) * lisp/ox-html.el (org-html-doctype-alist): Fix system identifier for XHTML 1.1 DTD - [ad52345f](https://github.com/emacs-straight/org-mode/commit/ad52345f003a7b103215fff89319e6df57ccc772) org-element-cache: Report buffer size for unregistered modifications - [a2d1806f](https://github.com/emacs-straight/org-mode/commit/a2d1806f66744071b5fee86369f5f246f6fc0319) lisp/ox-latex.el: Fix docstring typos - [52be6f0f](https://github.com/emacs-straight/org-mode/commit/52be6f0f4a8cc81fa4437469d98ac7ad749cab15) Rename README and CONTRIBUTE as README.org and CONTRIBUTE.org - [c29d3e99](https://github.com/emacs-straight/org-mode/commit/c29d3e997d703f6bf14db559e351729cc25e4f26) * mk/targets.mk (ORGVERSION): Prefer lisp/org.el version header - [c8e0a402](https://github.com/emacs-straight/org-mode/commit/c8e0a402df91e168e1ec263a617b4cec6eb29e2d) org: Prefer standard version format accepted by `version-to-list' - [73f25bba](https://github.com/emacs-straight/org-mode/commit/73f25bba8ffb9fe434486832c6acb98794dd2e69) * lisp/org-macs.el (org-assert-version): Use more lax assertion - [2e012db3](https://github.com/emacs-straight/org-mode/commit/2e012db31a8dbae0f859b8fbfc899aeed3e34244) org.el: Make sure `org-add-log-note' runs at the end of Org command - [aa3eac14](https://github.com/emacs-straight/org-mode/commit/aa3eac143d41370e076f3df97a39788a769e2563) ob-C: do not swallow double quotes on raw output - [c5368323](https://github.com/emacs-straight/org-mode/commit/c5368323085ceb21198220ffc728480813c60145) lisp/ob-clojure.el: Add Daniel Kraus as maintainer - [252a062b](https://github.com/emacs-straight/org-mode/commit/252a062bf8515955eeb79c3585c97d6e8dc06573) CONTRIBUTE.org: Try to be more effective in giving directions - [d7a55bbd](https://github.com/emacs-straight/org-mode/commit/d7a55bbd537314d2776b082bd92a1a08b3edc84e) org-latex-export-to-latex: Do not suppress major modes in babel - [af6b48e8](https://github.com/emacs-straight/org-mode/commit/af6b48e8014512cf009dc80a42a4ab2eaec9c750) doc/org-manual.org fix capture Template elements typo - [791ea505](https://github.com/emacs-straight/org-mode/commit/791ea50528df55bac110fe5e2731af056989bedb) * lisp/org-element.el (org-element--cache-active-p): Fix compiler warning - [e9781f1c](https://github.com/emacs-straight/org-mode/commit/e9781f1c0864eaa6ef26c25295a8881b58102b1d) org-fold-core: Respect 'ignore-indirect optimization better - [fe1f4f2c](https://github.com/emacs-straight/org-mode/commit/fe1f4f2ccf040deff9c57288d987f17cc2da321f) fixup! org-fold-core: Respect 'ignore-indirect optimization better --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 04fb3cf..c6b1737 100644 --- a/flake.lock +++ b/flake.lock @@ -259,11 +259,11 @@ "org": { "flake": false, "locked": { - "lastModified": 1662614940, - "narHash": "sha256-9eAqhKXpTfZQH3bn19ien3HIzF100h8z97iHqs/QUgY=", + "lastModified": 1664493874, + "narHash": "sha256-8zLosjfQX0aR5HprtCeiSqN1pfB+GEUF9AULk6WRcR4=", "owner": "emacs-straight", "repo": "org-mode", - "rev": "eb5ef0ae1424a725f933ef3929e5396a2ab727ab", + "rev": "fe1f4f2ccf040deff9c57288d987f17cc2da321f", "type": "github" }, "original": {