From 785683f580a78ed8aeb93bde6abf4ff43a0b7e59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 01:29:44 +0000 Subject: [PATCH] flake.lock: Updating 'org (emacs-straight/org-mode)' - ecb62e2e -> 351279ff (#386) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Changes for org On branch: main Commits: https://github.com/emacs-straight/org-mode/compare/ecb62e2e317b1a4b5b8a6c0f111ed7ef18413040...351279ffaead08398002fd29801eaad688ccf239 - [cd967ce0](https://github.com/emacs-straight/org-mode/commit/cd967ce006726a56df49885c83b27e9bf4bd7c4c) org-odt-plain-text: Fix `fill-column' value - [97a235cf](https://github.com/emacs-straight/org-mode/commit/97a235cf1cd029920b0a7dbcdc300abd7215499c) org-clock-timestamps-change: Preserve point position - [76f9a3c2](https://github.com/emacs-straight/org-mode/commit/76f9a3c2cb76bcd1e550d68a749de9ef2772644d) org-timestamp-change: Add FIXME - [2e22a8b8](https://github.com/emacs-straight/org-mode/commit/2e22a8b8272af20561530c4bd9253022a068f186) org-export-dictionary: Fix typo - [df4a5d86](https://github.com/emacs-straight/org-mode/commit/df4a5d86d8e483f8780e0af1274c4529a4cd967c) org-fold: Fix isearch when `org-fold-core-style' is 'overlays - [12bcd322](https://github.com/emacs-straight/org-mode/commit/12bcd322d0b0da4fe9e56cfd83f3e7f09a19233a) Improve documentation for agenda starting day - [c7b976a0](https://github.com/emacs-straight/org-mode/commit/c7b976a052fdaaae710f065c5089efd8549d1e8d) org: Bump the minimal required Emacs version - [104311c7](https://github.com/emacs-straight/org-mode/commit/104311c7f8ae6a0ad63766d092037de463cc0fc7) org-cite-basic--get-field: Throw an error on non-nil field values - [0e5de0ff](https://github.com/emacs-straight/org-mode/commit/0e5de0ff6476ac9ee95ccb0ded17540e7b22b5ff) org-export-expand-include-keyword: Fix relative links in recursive includes - [5d9c9c27](https://github.com/emacs-straight/org-mode/commit/5d9c9c27c68f1af1159dfeb62352b2fa610b1d9f) * lisp/org-agenda.el: require 'org-element - [cbb288ea](https://github.com/emacs-straight/org-mode/commit/cbb288eaa51be945b4da1fa5847ef9039cfda660) ob-core: Do not use `temporary-file-directory' function - [ecdb4420](https://github.com/emacs-straight/org-mode/commit/ecdb44204439917f68ee0a192d82ac0789bdcf1d) org-persist: Work around Emacs bug[emacs-straight/org-mode⁠#58687](http://r.duckduckgo.com/l/?uddg=https://github.com/emacs-straight/org-mode/issues/58687) - [15c519b8](https://github.com/emacs-straight/org-mode/commit/15c519b84cf8305011293969f64c11230420ad50) Do not assume that `org-string-width' preserves match data - [c92769a5](https://github.com/emacs-straight/org-mode/commit/c92769a505c6e16aef2ddbc3dcf0693c23296507) org-paste-subtree: Do not leave empty line in place of level indicator - [9d58e1c7](https://github.com/emacs-straight/org-mode/commit/9d58e1c78172eb6159265a0b73ea75d1b3f0679b) org: Make documentation of org-reverse-note-order true - [22dea855](https://github.com/emacs-straight/org-mode/commit/22dea8557f7fd9919301cc91cf7a2d6df3c423f7) org-agenda: Apply the face `org-agenda-calendar-event' - [84ead47d](https://github.com/emacs-straight/org-mode/commit/84ead47d3c3671f64695cfddf39d90df69fc2d23) Define the face `org-agenda-calendar-daterange' - [f2320a2c](https://github.com/emacs-straight/org-mode/commit/f2320a2cc1c3e27c851880a07e801b1d82bab3f4) Revert "org-agenda.el: Fix `org-agenda-get-blocks'" - [005c9ae7](https://github.com/emacs-straight/org-mode/commit/005c9ae7474e8652a628aee392f1bc377eeb15fa) lisp/org-datetree.el: Allow datetrees with TODO, priority, tags - [b34bdc87](https://github.com/emacs-straight/org-mode/commit/b34bdc871950f9780615ab4c64f149a0f5983d22) org-capture-finalize: Do not save new file with :no-save aborted capture - [ddca7623](https://github.com/emacs-straight/org-mode/commit/ddca762329b89ebcf656effd8e327ee9e26723de) org-element--cache-verify-element: Format all the elements in warning - [4b546e04](https://github.com/emacs-straight/org-mode/commit/4b546e04af85e757902b57963854a35690739514) org-element--cache-submit-request: Ensure correct cache synchronization - [0af74d33](https://github.com/emacs-straight/org-mode/commit/0af74d33a776bbf4a87304cd1755b273abb6d279) org-manual: Fix typos in print_bibliography kwd - [5cde90e3](https://github.com/emacs-straight/org-mode/commit/5cde90e3c8df5d95dd291025acf3bf3acdc248ac) ox: Refactor org-export-expand-include-keyword - [7e649050](https://github.com/emacs-straight/org-mode/commit/7e649050c7ad653952b96f86cb172f3b32dc3cc2) ox: Pass through unparsed #+include content - [ffd832d5](https://github.com/emacs-straight/org-mode/commit/ffd832d5d63549d054feb93b1e076efcc243ac84) org-manual: Update #+include block parsing - [506989be](https://github.com/emacs-straight/org-mode/commit/506989bed58122bc8994051d8e1c0b8947408c14) ox: Improve #+include parsing docstring - [e9c0696f](https://github.com/emacs-straight/org-mode/commit/e9c0696f795628e86d8c526f8a7656b674b1b3ee) org-persist: Inhibit fsync when writing cachefiles - [c8f88589](https://github.com/emacs-straight/org-mode/commit/c8f88589cb8891cbe0f70aa6969837619cf05f41) org-persist: Set utf-8 coding when reading/writing - [b29f7724](https://github.com/emacs-straight/org-mode/commit/b29f77241681abd6fb12de3b7e26c009cb28c63d) org-macs: Split org-compile-file into two funs - [d0c87c76](https://github.com/emacs-straight/org-mode/commit/d0c87c762aa35f9abec79d8e0fea325a8c0608d0) ox-latex: Do not hardcode fallback compiler - [18d2f871](https://github.com/emacs-straight/org-mode/commit/18d2f871c298b1033cb164dacd48e0f723379a2e) org: Split org-format-latex into two functions - [b8401863](https://github.com/emacs-straight/org-mode/commit/b84018633eaebb08b90fca12237b0b892d19a528) ox-latex: Split org-latex-compile into two funs - [f0dfbf0c](https://github.com/emacs-straight/org-mode/commit/f0dfbf0c3999e44ef7b6704e6584aa2a5d43f2d8) ox-latex: Erase compile buffer at the start - [ce4f7db3](https://github.com/emacs-straight/org-mode/commit/ce4f7db3c1d244e9b02e5974b19e9214b35ac9a6) test-ob-shell: Fix test failures on Emacs 26 - [a9ee43a1](https://github.com/emacs-straight/org-mode/commit/a9ee43a1248f1daabb4aedb793314a223b2d4ba7) ox: Fix parsing of example #+includes - [0ab9bc13](https://github.com/emacs-straight/org-mode/commit/0ab9bc138f531a70ebacf98e1f205313d6a35ce6) Backport commit 920a7d38e from Emacs - [ebaf1c9c](https://github.com/emacs-straight/org-mode/commit/ebaf1c9c0468bfb06b8499b374beb5c3702b2258) Backport commit 347933377 from Emacs - [e37e9b69](https://github.com/emacs-straight/org-mode/commit/e37e9b692e5992daee7a767b4d9707b2b582af20) org-persist: Silence recent byte-compiler warning - [59228e51](https://github.com/emacs-straight/org-mode/commit/59228e51345ab522d9db611c8e73caa078d86d2f) test-ob-octave: Fix tests failing on Debian CI - [a1c7cedd](https://github.com/emacs-straight/org-mode/commit/a1c7cedd28e17fe7546b7243294fd9e96374eeae) test-ob-octave: Fix tests failing on Debian CI (followup) - [d98ca046](https://github.com/emacs-straight/org-mode/commit/d98ca046cc7633dd9c06236d1221e97c876795f5) org-manual.org: Clarify that LANGUAGE may be omitted in code blocks - [77a1cfb9](https://github.com/emacs-straight/org-mode/commit/77a1cfb9a4c7e62e5c5bcf81fe2c74090caea37a) org-html-src-block: Treat code blocks without LANG equally - [2fecd962](https://github.com/emacs-straight/org-mode/commit/2fecd96200c84dfdee1113ae34ec2a1eeaf3471a) ox: Regain Emacs <28 compatibility with #+include - [6b15897a](https://github.com/emacs-straight/org-mode/commit/6b15897a56d79c7e5ef9d4ca08842dfa4597f04c) ox: Remove unused let binding - [5bbb97f3](https://github.com/emacs-straight/org-mode/commit/5bbb97f3df9788646b8d48d60e8b8ea06566e05f) org-fix-agenda-info: Fix Emacs <28 compatibility - [7ad77965](https://github.com/emacs-straight/org-mode/commit/7ad77965467602ced2cb8f3cded023882dc229a2) org-update-dblock: Add comment - [20ee7b85](https://github.com/emacs-straight/org-mode/commit/20ee7b85ebc0e3e08805b1e9e3e824f50347340e) fixup! org-fix-agenda-info: Fix Emacs <28 compatibility - [1bcab6c0](https://github.com/emacs-straight/org-mode/commit/1bcab6c04f53c2efd3c0724a64d7175c42f99d47) org-assert-version: Clarify that Org loading is aborted - [f35fb8ac](https://github.com/emacs-straight/org-mode/commit/f35fb8ac2a811dcdf5bd90d976239130cf0a994a) lisp/ob-scheme.el: Do not hide Scheme evaluation errors - [3e23682d](https://github.com/emacs-straight/org-mode/commit/3e23682d37cca8124297167d55a3d4e7ce89d7a6) ox: Fix non-renamed variable (f to file) - [65ca7bc6](https://github.com/emacs-straight/org-mode/commit/65ca7bc6a7e847c9c8e34c7a7138a86b438d0438) lisp/ox.el: Pacify compiler warning - [1810c625](https://github.com/emacs-straight/org-mode/commit/1810c625df8c7fa7cc4aaa7ab9bdc0ff842d30ff) org-clock-x11idle-program-name: Prefer "xprintidle", when available - [0c005906](https://github.com/emacs-straight/org-mode/commit/0c00590606325e6f6f4756f567e36c074da0e890) lisp/ob-scheme: Silence compiler - [c45a0589](https://github.com/emacs-straight/org-mode/commit/c45a0589287fee12a3289cfc1b35708de97a1c05) org-follow-timestamp-link: Fix when org-agenda is not yet loaded - [aa48c80f](https://github.com/emacs-straight/org-mode/commit/aa48c80fe17eaaaf83c11c9ac2f2fd864f2f3ad9) ob-python: Remove python-mode.el support - [c340e799](https://github.com/emacs-straight/org-mode/commit/c340e799f8016823e960cf4b9282dad69ca3b944) org-element-cache-map: Always continue after point set by FUNC - [1f86003a](https://github.com/emacs-straight/org-mode/commit/1f86003a5d25c8f7447f0940b7c566ae2ab94d9f) lisp/ob-sql.el: allow string in sql-connection-alist - [4a751709](https://github.com/emacs-straight/org-mode/commit/4a751709b53b0d0749ae90d209f1ba9021f06fea) lisp/ob-eval.el: Append newline to source block query - [0d01a198](https://github.com/emacs-straight/org-mode/commit/0d01a198bc3d1b5dc4b166b1867d02f664b689e0) org-attach: Show Org Attach UI starting from top - [32b64607](https://github.com/emacs-straight/org-mode/commit/32b64607ad1ebf2c044d986c2691f17c07da1ade) org-element-cache-map: Fix when inside indirect buffer - [9a00f6cd](https://github.com/emacs-straight/org-mode/commit/9a00f6cd78f711cffd24ceb48ddcb0fcfae90f16) org-cite: Clarify how multiple bibliography sources are combined - [2cf84303](https://github.com/emacs-straight/org-mode/commit/2cf8430350714a9b0417f8cfa181728a42968828) lisp/ob-sql.el: allow string in sql-connection-alist - [81c03fb8](https://github.com/emacs-straight/org-mode/commit/81c03fb850e78c505d25e927241d3939974e7acf) lisp/ob-eval.el: Append newline to source block query - [b4a1133a](https://github.com/emacs-straight/org-mode/commit/b4a1133a189421a9e25e55d63505de5658a257e5) org-babel-eval: Clarify the purpose of 4a751709b in code - [8ae8a846](https://github.com/emacs-straight/org-mode/commit/8ae8a8462f17ae4385324938427fd2e098e0b44d) org-clock-clocktable-language-setup: Fix Spanish translation - [e455df4a](https://github.com/emacs-straight/org-mode/commit/e455df4a07ed185ed20c65a30b57d00f5e837dc2) org-persist: Improve commentary - [f33d2410](https://github.com/emacs-straight/org-mode/commit/f33d2410828c3af9d5d427e6969e4cc9c92648a6) org-manual: Fix typos - [3e23b897](https://github.com/emacs-straight/org-mode/commit/3e23b8976edb6d0bc58e9828ff06ce32102241ae) org-agenda: Fix `org-agenda-filter-by-category' - [0522c185](https://github.com/emacs-straight/org-mode/commit/0522c1850bec82df8daa052637c6cb4a7ccbe943) org-read-property-value: Fix DEFAULT arg when values are not restricted - [2e901ed2](https://github.com/emacs-straight/org-mode/commit/2e901ed23667b04642847701bae2070862b8ee6e) org-clock-sum: Optimize performance - [657cb58f](https://github.com/emacs-straight/org-mode/commit/657cb58f10ab0d42bd380a24a6935aad53f769fc) org-set-modules: Fix when called before org-element is loaded - [581df107](https://github.com/emacs-straight/org-mode/commit/581df107b07e61a96af99b04b63f5b0115f6b1f7) org-clock-sum: Fix Emacs 26 compatibility after 2e901ed23 - [b665f8de](https://github.com/emacs-straight/org-mode/commit/b665f8de31369a0344048bab9692dc2f6b936a74) org-metaup, org-metadown: Move subtrees in active region - [c8a5fef9](https://github.com/emacs-straight/org-mode/commit/c8a5fef91065259c08aedcc8958568c0c7d47e1a) Preserve active region after structure edits - [6cbbf4cd](https://github.com/emacs-straight/org-mode/commit/6cbbf4cdbf9685580b57ef664a5b5a902dca97e6) org-link-abbrev-alist: Fix :safe predicate - [5d548c34](https://github.com/emacs-straight/org-mode/commit/5d548c34fa00d262748c460a9fc80afd3bb625be) org-manual.org: Clarify what `org-timestamp-up'/`org-timestamp-down' does - [739ccf6c](https://github.com/emacs-straight/org-mode/commit/739ccf6cbf7fca5bc2c241a3d6d93b508ec8c159) org--batch-store-agenda-views: Fix treatment of lambda functions - [666a61bc](https://github.com/emacs-straight/org-mode/commit/666a61bcc8c8330075eb25861981a0a459dec788) lisp/ox-beamer.el: add labels to latex export - [af1bb1b0](https://github.com/emacs-straight/org-mode/commit/af1bb1b06a374abca941d141be25bcabc7221df6) org-compat: Work around Emacs bug[emacs-straight/org-mode⁠#60467](http://r.duckduckgo.com/l/?uddg=https://github.com/emacs-straight/org-mode/issues/60467) - [6d37d2a8](https://github.com/emacs-straight/org-mode/commit/6d37d2a8e758db7a188c22d7be14cb294b9626a9) * mk/targets.mk(GITVERSION): Provide commit number for shallow clones - [4fbd302d](https://github.com/emacs-straight/org-mode/commit/4fbd302df6f588185672c510ca82def1c0685efb) ox: Split up the org-export-as function - [663e200f](https://github.com/emacs-straight/org-mode/commit/663e200f549029d6ac11f787a4d19a035317362c) ox: Document the setting of :parse-tree - [02ae908b](https://github.com/emacs-straight/org-mode/commit/02ae908b038a498d75ea95123b8d01211e22ab3d) oc: Add org-cite-processor function - [bd34cb3f](https://github.com/emacs-straight/org-mode/commit/bd34cb3f95a9984efa49dbc43524fbccab93c63c) org-export-dictionary: Add Norwegian translations - [d2952e14](https://github.com/emacs-straight/org-mode/commit/d2952e14d9a085cbf9baa71f5f237591ccbe0435) org-clock-clocktable-language-setup: Add a Norwegian translation - [1f332d6c](https://github.com/emacs-straight/org-mode/commit/1f332d6c5c6f67aa5f744ac91ec251ef0f1a5b7c) * lisp/org-clock.el: Remove completed FIXME - [e6353d5b](https://github.com/emacs-straight/org-mode/commit/e6353d5b9cfe113a124da00b3ff803808842fc6b) ob-python: Remove debugging print statement - [6b0c2775](https://github.com/emacs-straight/org-mode/commit/6b0c2775f0106ba2f5330b0ba21c143691347509) org-persist-associated-files:file: Fix when container has been deleted - [be9280f6](https://github.com/emacs-straight/org-mode/commit/be9280f68b239a1084e8bc527404060dba9abfb9) org-cycle-set-visibility-according-to-property: Fix folded newline before - [99c8ed09](https://github.com/emacs-straight/org-mode/commit/99c8ed09f8d6cb91aa8235cdb0564c23113ba3ae) ox-texinfo: Fix invalid syntax in Texinfo version detection code - [eea8da03](https://github.com/emacs-straight/org-mode/commit/eea8da0315b4d9c43272f4ee87d752e651f1a0c0) Fix some compiler warnings - [715f74db](https://github.com/emacs-straight/org-mode/commit/715f74db3609cb7fd8ba0d89e04c2f0d9d0cd4c0) org-manual.org: Update timestamp and timerange definitions - [18a146a9](https://github.com/emacs-straight/org-mode/commit/18a146a9d588ce31b1081371d0a1ed9d8c57cce1) org-fold-core-previous-visibility-change: Fix edge case - [fe92a3ce](https://github.com/emacs-straight/org-mode/commit/fe92a3cedba541482d5954eacb2b13e6f57a39c4) Provide a uniform way to inform users about missing third-party packages - [747e6062](https://github.com/emacs-straight/org-mode/commit/747e60629f9504f5ebfa00b3b8b60fb9050c6d6e) org-cycle: Allow intuitively used values of of `org-startup-folded' - [aa158da6](https://github.com/emacs-straight/org-mode/commit/aa158da69bf237e3892e02864421547c5026c1b4) test-ob-shell: Fix test buffers not being removed on success - [d94f4066](https://github.com/emacs-straight/org-mode/commit/d94f4066e075f5616965d99fada0997b27786e78) oc-natbib: Provide a fallback bibliography style - [7a90f596](https://github.com/emacs-straight/org-mode/commit/7a90f596d975a30edc744db7f6091ab49e27eb1f) org-clock-timestamps-change: Fix when on opening timestamp - [cbab9ebf](https://github.com/emacs-straight/org-mode/commit/cbab9ebf5521d327937e9e30e2de43b39c5dcdc5) org-manual.org: Clarify that Imenu support is activated in future Org buffers - [2e883b21](https://github.com/emacs-straight/org-mode/commit/2e883b21a70ecd4f793d6184e9c158e8d0cb0c2a) org-sbe: Allow quoting string values - [351279ff](https://github.com/emacs-straight/org-mode/commit/351279ffaead08398002fd29801eaad688ccf239) org-diary-to-ical-string: Make sure that temporary file/buffer is cleaned 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 3a181c4..6b87cb2 100644 --- a/flake.lock +++ b/flake.lock @@ -259,11 +259,11 @@ "org": { "flake": false, "locked": { - "lastModified": 1673519709, - "narHash": "sha256-XtGk32Lw2iGDgH5Q4Rjhig0Iq5hpIM0EKQoptJ+nT3k=", + "lastModified": 1677145298, + "narHash": "sha256-r5hCcLiBYspW7mTK1cHyLktcPMRTVs8FYI44iK85A0o=", "owner": "emacs-straight", "repo": "org-mode", - "rev": "ecb62e2e317b1a4b5b8a6c0f111ed7ef18413040", + "rev": "351279ffaead08398002fd29801eaad688ccf239", "type": "github" }, "original": {