Files
nix-doom-emacs/flake.lock
github-actions[bot] 04e692d37a flake.lock: Updating 'org (emacs-straight/org-mode)' - 08071079 -> 88c572de
### Changes for org

On branch: main
Commits: 080710797a...88c572de25

- [8944124e](8944124edf) Revert "org-persist-gc: GC collections without persist file"
- [ed0cfbd7](ed0cfbd7b5) org-clock.el: Fix week start != 1
- [fdea2008](fdea20084d) org-element-cache-map: Fix edge case
- [6e6354c0](6e6354c074) org-tags-expand: Do no modify buffer's syntax table by side effect
- [30b790f4](30b790f42b) org-refile: Fix heading being removed when refiling into itself
- [ab542a65](ab542a6532) org-lint: Lint malformed timestamps
- [ef4d8adc](ef4d8adcaa) fixup! org-lint: Lint malformed timestamps
- [17608670](17608670a4) Update version number for the 9.6.6 release
- [57eb97fa](57eb97fa35) org-element: Consistently drop text properties when parsing
- [b70ef01f](b70ef01ff2) org-element: Prefer property values that occupy less memory
- [ec694f00](ec694f00de) org-element-inlinetask-parser: Store boolean instead of larger integer
- [aafa0c28](aafa0c2828) org-element: Cache commonly used property value strings in obarray
- [6fd6b94c](6fd6b94cd5) org-element-parse-buffer: Use "property" term consistently
- [c8e8f4e3](c8e8f4e3c2) org-fold--reveal-headline-at-point: Fix edge case with invisible subtree
- [546f2d86](546f2d86d1) org-add-prop-inherited: Avoid modifying S
- [c0cdc5f7](c0cdc5f77c) * lisp/org.el (org-at-heading-p): Do not call redundant `bolp'
- [ea3d06e5](ea3d06e57e) org-element--cache-active-p: Fix when cache is not initialized
- [cfb2ddab](cfb2ddab11) org-update-checkbox-count: Disable fold modification check
- [03afd255](03afd25582) testing/lisp/test-org-colview.el: Add tests
- [9d06e7bf](9d06e7bf80) ox.el: Add more customizable `org-export-dispatch' options
- [fe74a3ed](fe74a3ed2d) org-crypt-decrypt-entry: Apply initial visibility upon decryption
- [9d304d37](9d304d371e) org-indent-line: Remove unnecessary call to `org-element-at-point'
- [bfa362c4](bfa362c47d) org-element-section-parser: Optimize performance
- [3a4f9604](3a4f9604f1) Cache <N>-level headline regexps instead of calculating dynamically
- [bc4ee1c7](bc4ee1c72a) org-element--current-element: Micro optimizations
- [53404597](534045979d) org-element--current-element: Do not try to query cache
- [64e15ea0](64e15ea0b0) Optimize org-element--cache-compare
- [6d9f3af7](6d9f3af774) org-element--parse-to: Micro optimizations
- [fa058f6d](fa058f6d97) mk/org-fixup.el: Adjust for Emacs 29 autoload.el deprecation
- [8037aab4](8037aab493) org-texinfo-export-to-info: Fix docstring
- [93492b86](93492b8619) org-compile-file: Ensure whitespace before ERR-MSG
- [513534f2](513534f2a7) lisp/org.el: allow org-return to call org-open-at-point on citations
- [aa3980dd](aa3980dd7f) test-org/return: Add test clauses for `org-return' at citations
- [24ed8b20](24ed8b204e) org-mode-tags-syntax-table: Make the value available outside Org buffers
- [3123caa8](3123caa8e9) org-display-inline-images: Expand environment variables in image path
- [74198ac4](74198ac49c) org-lint: Add linter for unknown babel language
- [873b0d22](873b0d22fd) org-fold-core--isearch-reveal: Fix typo
- [7dee2c07](7dee2c07f4) org-fold-core: Fix folding for `isearch-filter-prediacate' outside isearch
- [5b4eebfa](5b4eebfabd) Prefer `condition-case-unless-debug' where possible
- [c50b03d9](c50b03d99e) lisp/ob-C.el: replace %f with %s to prevent unneeded rounding
- [2c77551a](2c77551a68) org-texinfo-export-to-info: Fix docstring
- [d55a1121](d55a112149) lisp/ob-C.el: replace %f with %s to prevent unneeded rounding
- [a0088999](a00889997b) doc/org-manual.org: Mark up nil as ~nil~
- [1cb5de62](1cb5de6211) org-eval: Use `condition-case-unless-debug' for better backtraces
- [07521331](07521331c3) org-image-max-width: Allow floating point value as fraction of window width
- [dbb451dc](dbb451dc9d) org-manual.org: Explain that noweb expansion does not carry over :var
- [e83d4e94](e83d4e94d8) fixup! org-fold-core: Fix folding for `isearch-filter-prediacate' outside isearch
- [a144b235](a144b23550) doc/org-manual.org: Document `org-latex-src-block-backend'
- [661a98f8](661a98f891) org-insert-todo-heading: Update docstring
- [ba8c4686](ba8c468634) org-insert-todo-heading-respect-content: Fix regression in b4e41b
- [ef891067](ef891067a2) * doc/org-manual.org (Export hooks): Fix example hook
- [16f15f96](16f15f9665) * doc/org-manual.org (Export hooks): Fix example hook
- [f2e71ee7](f2e71ee726) org.el: inline display of attached images in link descriptions
- [84e5a4da](84e5a4da54) org-element-cache-map: Fix edge case when FUNC removes DATA
- [e9d6a547](e9d6a54791) * doc/org-guide.org (Timestamps): Document hour repeaters
- [34082ff1](34082ff184) org-indent-line: Fix with line is within blank lines after heading
- [2f7b35ac](2f7b35ac89) org-element-cache: Reduce memory footprint in indirect buffers
- [a0726085](a072608567) org-set-font-lock-defaults: Fix checkbox fontification
- [7b3b7b92](7b3b7b92e7) org-fold-core: Try harder to reduce overheads
- [1ec3a43c](1ec3a43c58) org-lint: Add checker for misspelled export options in properties
- [d50956e4](d50956e480) org-manual, org-guide: Improve timestamp documentation
- [294a4d2f](294a4d2fe2) ox-icalendar: Add support for unscheduled and repeating TODOs
- [eab92e8f](eab92e8f77) org-manual.org: Delete ref to non-existent examples of hook usage
- [c8c8e332](c8c8e3326d) org-priority-show: Fix the docstring after changes in "priority" for agenda
- [79ec9158](79ec91584c) org-babel-tangle-single-block: Do not rely on match-data from `org-back-to-heading'
- [bea9fca1](bea9fca183) org-capture.el: Allow `(here)' as a template target
- [5b3a1a63](5b3a1a634c) lisp/org-habit.el: Inherit habit style property
- [94c2c8d9](94c2c8d929) Inhibit error when saving bookmarks with `debug-on-error' set to non-nil
- [f56ca500](f56ca5009e) fixup! org-babel-tangle-single-block: Do not rely on match-data from `org-back-to-heading'
- [57bb9cad](57bb9cada3) org-mouse-transform-to-outline: Do not rely on match-data from `org-back-to-heading'
- [0a842cc9](0a842cc94b) org-forward-heading-same-level: Do not rely on match-data from `org-back-to-heading'
- [421b4434](421b443483) org-babel-tangle-single-block: Fix compiler warning
- [f8b0b2ba](f8b0b2babf) org-edit-special: Fix docstring
- [73134cfb](73134cfbf1) test-org-src.el: Add two tests
- [5df1ee36](5df1ee36ae) org-refile: Fix typo in 94c2c8d92
- [1b5451a1](1b5451a105) doc/org-manual.org: Reorder sections
- [9da248cc](9da248ccd2) doc/org-manual.org: Remove term "foreign buffer"
- [88c572de](88c572de25) Create aliases for export region functions
2023-06-30 01:26:06 +00:00

472 lines
13 KiB
JSON

{
"nodes": {
"doom-emacs": {
"flake": false,
"locked": {
"lastModified": 1662497747,
"narHash": "sha256-4n7E1fqda7cn5/F2jTkOnKw1juG6XMS/FI9gqODL3aU=",
"owner": "doomemacs",
"repo": "doomemacs",
"rev": "3853dff5e11655e858d0bfae64b70cb12ef685ac",
"type": "github"
},
"original": {
"owner": "doomemacs",
"repo": "doomemacs",
"rev": "3853dff5e11655e858d0bfae64b70cb12ef685ac",
"type": "github"
}
},
"doom-snippets": {
"flake": false,
"locked": {
"lastModified": 1676839496,
"narHash": "sha256-1Ay9zi0u1lycmEeFqIxr0RWH+JvH9BnzgRzkPeWEAYY=",
"owner": "doomemacs",
"repo": "snippets",
"rev": "fe4003014ae00b866f117cb193f711fd9d72fd11",
"type": "github"
},
"original": {
"owner": "doomemacs",
"repo": "snippets",
"type": "github"
}
},
"emacs-overlay": {
"flake": false,
"locked": {
"lastModified": 1676366521,
"narHash": "sha256-i4UAY8t9Au9SJtsgYppa3NHSVf1YkV6yqnNIQd+Km4g=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "c16be6de78ea878aedd0292aa5d4a1ee0a5da501",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "c16be6de78ea878aedd0292aa5d4a1ee0a5da501",
"type": "github"
}
},
"emacs-so-long": {
"flake": false,
"locked": {
"lastModified": 1575031854,
"narHash": "sha256-xIa5zO0ZaToDrec1OFjBK6l39AbA4l/CE4LInVu2hi0=",
"owner": "hlissner",
"repo": "emacs-so-long",
"rev": "ed666b0716f60e8988c455804de24b55919e71ca",
"type": "github"
},
"original": {
"owner": "hlissner",
"repo": "emacs-so-long",
"type": "github"
}
},
"evil-collection": {
"flake": false,
"locked": {
"lastModified": 1686801899,
"narHash": "sha256-wGJWF9t8yaxLyYQRf3hK+5/AIYYAS8qWXPDEvatzBlc=",
"owner": "emacs-evil",
"repo": "evil-collection",
"rev": "4a7d924dbd851ef1b2ccb85778be6e7a6a81ebd4",
"type": "github"
},
"original": {
"owner": "emacs-evil",
"repo": "evil-collection",
"type": "github"
}
},
"evil-escape": {
"flake": false,
"locked": {
"lastModified": 1588439096,
"narHash": "sha256-aB2Ge5o/93B18tPf4fN1c+O46CNh/nOqwLJbox4c8Gw=",
"owner": "hlissner",
"repo": "evil-escape",
"rev": "819f1ee1cf3f69a1ae920e6004f2c0baeebbe077",
"type": "github"
},
"original": {
"owner": "hlissner",
"repo": "evil-escape",
"type": "github"
}
},
"evil-markdown": {
"flake": false,
"locked": {
"lastModified": 1626852210,
"narHash": "sha256-HBBuZ1VWIn6kwK5CtGIvHM1+9eiNiKPH0GUsyvpUVN8=",
"owner": "Somelauw",
"repo": "evil-markdown",
"rev": "8e6cc68af83914b2fa9fd3a3b8472573dbcef477",
"type": "github"
},
"original": {
"owner": "Somelauw",
"repo": "evil-markdown",
"type": "github"
}
},
"evil-org-mode": {
"flake": false,
"locked": {
"lastModified": 1607203864,
"narHash": "sha256-JxwqVYDN6OIJEH15MVI6XOZAPtUWUhJQWHyzcrUvrFg=",
"owner": "hlissner",
"repo": "evil-org-mode",
"rev": "a9706da260c45b98601bcd72b1d2c0a24a017700",
"type": "github"
},
"original": {
"owner": "hlissner",
"repo": "evil-org-mode",
"type": "github"
}
},
"evil-quick-diff": {
"flake": false,
"locked": {
"lastModified": 1575189609,
"narHash": "sha256-oGzl1ayW9rIuq0haoiFS7RZsS8NFMdEA7K1BSozgnJU=",
"owner": "rgrinberg",
"repo": "evil-quick-diff",
"rev": "69c883720b30a892c63bc89f49d4f0e8b8028908",
"type": "github"
},
"original": {
"owner": "rgrinberg",
"repo": "evil-quick-diff",
"type": "github"
}
},
"explain-pause-mode": {
"flake": false,
"locked": {
"lastModified": 1595842060,
"narHash": "sha256-++znrjiDSx+cy4okFBBXUBkRFdtnE2x+trkmqjB3Njs=",
"owner": "lastquestion",
"repo": "explain-pause-mode",
"rev": "2356c8c3639cbeeb9751744dbe737267849b4b51",
"type": "github"
},
"original": {
"owner": "lastquestion",
"repo": "explain-pause-mode",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1681202837,
"narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "cfacdce06f30d2b68473a46042957675eebb3401",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"format-all": {
"flake": false,
"locked": {
"lastModified": 1581716637,
"narHash": "sha256-ul7LCe60W8TIvUmUtZtZRo8489TK9iTPDsLHmzxY57M=",
"owner": "lassik",
"repo": "emacs-format-all-the-code",
"rev": "47d862d40a088ca089c92cd393c6dca4628f87d3",
"type": "github"
},
"original": {
"owner": "lassik",
"repo": "emacs-format-all-the-code",
"rev": "47d862d40a088ca089c92cd393c6dca4628f87d3",
"type": "github"
}
},
"nix-straight": {
"flake": false,
"locked": {
"lastModified": 1666982610,
"narHash": "sha256-xjgIrmUsekVTE+MpZb5DMU8DQf9DJ/ZiR0o30L9/XCc=",
"owner": "nix-community",
"repo": "nix-straight.el",
"rev": "ad10364d64f472c904115fd38d194efe1c3f1226",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nix-straight.el",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1682566018,
"narHash": "sha256-HPzPRFiy2o/7k7mtnwfM1E6NVZHiFbPdmYCMoIpkHO4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8e3b64db39f2aaa14b35ee5376bd6a2e707cadc2",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixpkgs-unstable",
"type": "indirect"
}
},
"nose": {
"flake": false,
"locked": {
"lastModified": 1400604510,
"narHash": "sha256-daEi8Kta1oGaDEmUUDDQMahTTPOpvNpDKk22rlr7cB0=",
"owner": "emacsattic",
"repo": "nose",
"rev": "f8528297519eba911696c4e68fa88892de9a7b72",
"type": "github"
},
"original": {
"owner": "emacsattic",
"repo": "nose",
"type": "github"
}
},
"ob-racket": {
"flake": false,
"locked": {
"lastModified": 1584656173,
"narHash": "sha256-rBUYDDCXb+3D4xTPQo9UocbTPZ32kWV1Uya/1DmZknU=",
"owner": "xchrishawk",
"repo": "ob-racket",
"rev": "83457ec9e1e96a29fd2086ed19432b9d75787673",
"type": "github"
},
"original": {
"owner": "xchrishawk",
"repo": "ob-racket",
"type": "github"
}
},
"org": {
"flake": false,
"locked": {
"lastModified": 1688066281,
"narHash": "sha256-Oc5DFumQ+bKmdYbT61yg3cWgbY7h+3J3BGgVFVsngfY=",
"owner": "emacs-straight",
"repo": "org-mode",
"rev": "88c572de25894a7a012eee9c7316998135cf8f13",
"type": "github"
},
"original": {
"owner": "emacs-straight",
"repo": "org-mode",
"type": "github"
}
},
"org-contrib": {
"flake": false,
"locked": {
"lastModified": 1675694242,
"narHash": "sha256-4Fn33CTVTCqh5TyVAggSr8Fm8/hB8Xgl+hkxh3WCrI8=",
"owner": "emacsmirror",
"repo": "org-contrib",
"rev": "fff6c888065588527b1c1d7dd7e41c29ef767e17",
"type": "github"
},
"original": {
"owner": "emacsmirror",
"repo": "org-contrib",
"type": "github"
}
},
"org-yt": {
"flake": false,
"locked": {
"lastModified": 1527381913,
"narHash": "sha256-dzQ6B7ryzatHCTLyEnRSbWO0VUiX/FHYnpHTs74aVUs=",
"owner": "TobiasZawada",
"repo": "org-yt",
"rev": "40cc1ac76d741055cbefa13860d9f070a7ade001",
"type": "github"
},
"original": {
"owner": "TobiasZawada",
"repo": "org-yt",
"type": "github"
}
},
"php-extras": {
"flake": false,
"locked": {
"lastModified": 1573312690,
"narHash": "sha256-r4WyVbzvT0ra4Z6JywNBOw5RxOEYd6Qe2IpebHXkj1U=",
"owner": "arnested",
"repo": "php-extras",
"rev": "d410c5af663c30c01d461ac476d1cbfbacb49367",
"type": "github"
},
"original": {
"owner": "arnested",
"repo": "php-extras",
"type": "github"
}
},
"revealjs": {
"flake": false,
"locked": {
"lastModified": 1681386605,
"narHash": "sha256-9Q7aWgjAV37iJp6oYDz45e8J+RKwKY1Uvgg/BXwf5nQ=",
"owner": "hakimel",
"repo": "reveal.js",
"rev": "0301ce58ab185f7191696e16b1b6389f58df2892",
"type": "github"
},
"original": {
"owner": "hakimel",
"repo": "reveal.js",
"type": "github"
}
},
"root": {
"inputs": {
"doom-emacs": "doom-emacs",
"doom-snippets": "doom-snippets",
"emacs-overlay": "emacs-overlay",
"emacs-so-long": "emacs-so-long",
"evil-collection": "evil-collection",
"evil-escape": "evil-escape",
"evil-markdown": "evil-markdown",
"evil-org-mode": "evil-org-mode",
"evil-quick-diff": "evil-quick-diff",
"explain-pause-mode": "explain-pause-mode",
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"format-all": "format-all",
"nix-straight": "nix-straight",
"nixpkgs": "nixpkgs",
"nose": "nose",
"ob-racket": "ob-racket",
"org": "org",
"org-contrib": "org-contrib",
"org-yt": "org-yt",
"php-extras": "php-extras",
"revealjs": "revealjs",
"rotate-text": "rotate-text",
"sln-mode": "sln-mode",
"ts-fold": "ts-fold",
"ws-butler": "ws-butler"
}
},
"rotate-text": {
"flake": false,
"locked": {
"lastModified": 1322962747,
"narHash": "sha256-SOeOgSlcEIsKhUiYDJv0p+mLUb420s9E2BmvZQvZ0wk=",
"owner": "debug-ito",
"repo": "rotate-text.el",
"rev": "48f193697db996855aee1ad2bc99b38c6646fe76",
"type": "github"
},
"original": {
"owner": "debug-ito",
"repo": "rotate-text.el",
"type": "github"
}
},
"sln-mode": {
"flake": false,
"locked": {
"lastModified": 1423727528,
"narHash": "sha256-XqkqPyEJuTtFslOz1fpTf/Klbd/zA7IGpzpmum/MGao=",
"owner": "sensorflo",
"repo": "sln-mode",
"rev": "0f91d1b957c7d2a7bab9278ec57b54d57f1dbd9c",
"type": "github"
},
"original": {
"owner": "sensorflo",
"repo": "sln-mode",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"ts-fold": {
"flake": false,
"locked": {
"lastModified": 1681029086,
"narHash": "sha256-z3eVkAPFI6JYZZ+2XM496zBxwnujTp4Y4KNNfqgUC/E=",
"owner": "jcs-elpa",
"repo": "ts-fold",
"rev": "5fd2a5afe2112ac23b58ee1b12730fcf16068df3",
"type": "github"
},
"original": {
"owner": "jcs-elpa",
"repo": "ts-fold",
"type": "github"
}
},
"ws-butler": {
"flake": false,
"locked": {
"lastModified": 1634511126,
"narHash": "sha256-c0y0ZPtxxICPk+eaNbbQf6t+FRCliNY54CCz9QHQ8ZI=",
"owner": "hlissner",
"repo": "ws-butler",
"rev": "572a10c11b6cb88293de48acbb59a059d36f9ba5",
"type": "github"
},
"original": {
"owner": "hlissner",
"repo": "ws-butler",
"type": "github"
}
}
},
"root": "root",
"version": 7
}