Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

flake.lock: Updating 'org (emacs-straight/org-mode)' - a3ba79cd -> 580f2861 #556

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 7, 2022

Changes for org

On branch: main
Commits: emacs-straight/org-mode@a3ba79c...580f286

  • 24d2826f * doc/org-manual.org: Document "PRINT_BIBLIOGRAPHY" options
  • 2861d9ca org-paste-subtree: Do not use `insert-before-markers'
  • 2ea0830f org-capture-kill: Fix capture boundaries when deleting empty lines above
  • f095cfc3 * lisp/org.el (org-store-log-note): Do not indent empty lines in notes
  • 0d3bf2ed org-babel-tangle-single-block: Do not create comment link when not requested
  • 0435fea9 org-babel-expand-noweb-references: Cache block info
  • 31b3b164 ox-icalendar.el: create alarm at event time
  • 0b3c6a75 * etc/ORG-NEWS (New options): Add new section
  • 97c7ad8b * etc/ORG-NEWS: Document `org-icalendar-force-alarm'
  • b4d7a24f Make org-shiftmetaleft/org-shiftmetaright honour shift-select on MacOS
  • 4d0295b3 Avoid ignoring LaTeX export output errors
  • e22b4eb7 org-mode: Make local variables effective during Org startup
  • 0599ddfd Revert "lisp/ox-latex: Omit empty date"
  • 5a49cc5f ox-latex: comment on \date LaTeX macro
  • fde93abb org-mode: Prevent early fontification
  • 79dfb16d org-id: Fix `org-id-locations' variable name in error message
  • 3626f038 doc/org-manual.org: Fix typo in "The global TODO list"
  • 4702a730 org: Fix resource prompt in non-file buffers
  • 215de617 Partially revert "org-mode: Make local variables effective during Org startup"
  • 8f5bf172 org-id-update-locations: Scan all the open Org buffers
  • 5a1b0503 org-colview: Do not rely on `current-column' ignoring display properties
  • e3a05d09 ol.el: add description format parameter to org-link-parameters
  • 2bbb92a7 test-ol: tests for insert-description param when inserting links
  • 3858a97a * lisp/ol.el (org-insert-link): Fix edge case when ALL-PREFIXES is nil
  • f71546cc * testing/lisp/test-ol.el: Fix test name
  • 22eedaea lisp/ol.el: Fix some docstring style issues
  • e47bcb02 lisp/ox-latex.el: `org-latex-language-alist' improved
  • a0b21e3f * lisp/org.el (org-set-tags-command): Put local tags on top
  • 9cc60dee lisp/ob-plantuml.el: Insert results in buffer
  • a303a794 Support interactive editing of comment blocks
  • 00adad93 org-src: Fix invisible text in src block fontification
  • 4db67da6 org.el: Improve automatic fast tag selection keys
  • c7d48413 oc-csl: Add support for title, locators and bibentry citation styles
  • be7f6117 oc-csl: Add missing function declaration
  • 76643256 ol-man: Set window point not buffer point and wait before search
  • 70a311b0 ox-icalendar: Avoid processing ignored elements
  • 6acc58c9 * lisp/org.el (org-get-buffer-tags): Remove text properties from tags
  • b428839f doc/org-manual.org: Add note about Emacs compatibility
  • 8a781d35 ob-tangle.el: fix ‘:comments noweb’ double linking
  • 687d5702 org-fold-core-next-folding-state-change: Fix when using overlays
  • 15658b86 org-fold-core: New API to fold/restore buffer folding state
  • 01d84f2e org-fold-initialize: Ensure back-compatibility when using overlays
  • b8a0ddf5 Use the full org-fold-core API when org-fold-core-style' is overlays'
  • 6ad65f33 org-agenda-prepare-buffers: Avoid quadratic complexity when merging tags
  • edf46425 org-copy-visible: Prevent Emacs storing primary-selection in kill-ring
  • 6cd7c6fb org-fold-core: Improve integration with isearch API
  • 3303a54d lisp/ox-beamer: Enable use of overlays for images
  • d3a9c424 org-encode-time: Refactor into top-level `defmacro'
  • 4080938d org-agenda-prepare-buffers: Avoid repetitive updates of agenda menu
  • 97d4d927 org-agenda-prepare-buffers: Avoid excessive memory allocation
  • f28288c2 org-agenda-align-tags: Do not trigger fold checks
  • 45e02e6b * doc/org-manual.org (Formula syntax for Calc): Fix typo
  • 243ded74 doc/org-manual.org: documentation for `org-latex-language-alist'
  • 36906283 lisp/ob-julia.el: Fix session support for Julia
  • 4dff42f6 lisp/ob-julia.el: Fix session support for Julia
  • a1af06d6 org-insert-heading-respect-content: Fix the argument order
  • 2cc2d8f1 lisp/org-clock.el: Show file title in org-clock clocktable
  • b4e41b98 org-insert-heading-respect-content: Fix test failures after a1af06d64
  • 8eb3f937 Fix wide docstring warnings
  • a0b8b730 org-inlinetask: Fix infinite loop caused by 5f184b5f2
  • ccca8549 org-align-tags: Fix tag alignment in inlinetasks
  • 8d93f9b6 org-manual.org: Update links to MathJax docs
  • 1b5ccb10 org-manual: Document `org-babel-default-inline-header-args'
  • 2dfdc895 org-babel: Do not echo output of resolved noweb references
  • 5184c438 org-export: Make results of named code blocks a valid link target
  • 090dacb0 org-fast-tag-selection: Make group tags separator not break alignment
  • dd0a7236 org-fold-core: Do not override default fontification
  • 3c11e9df org-element-cache-map: Do not refresh cache before processing
  • a35d1636 ob-shell: Fix output containing strings matching `comint-prompt-regexp'
  • b7f4afe8 lisp/ox-md.el: Add top level header setting
  • 372788a1 ol-info: Define :insert-description function
  • 5ba90e16 org-bibtex-import-from-file: Improve performance
  • 06373a64 ob-python: Fix Emacs bugemacs-straight/org-mode⁠#50514 when Python loads slowly
  • 72f66ca0 New babel syntax to pass src block contents as argument
  • ceac15c7 lisp/ob-processing.el: Add Jarmo Hurri as maintainer
  • f3f60e4d lisp/oc-csl.el: Add András Simonyi as the maintainer
  • 09406b1c org-macs: Make sure that fontification does not move point
  • 5bb699e0 org-babel-insert-result: Do not err when inline src block returns nil
  • e36c3cc2 org-babel-sh-evaluate: Do not issue string :results value
  • 74d1a8c7 Fix incorrectly documented auto-numbering of MathJax equations
  • 710b6ca7 Fix under-documented MathJax indentation option
  • ea665792 org-compat: Use define-advice' instead of defadvice'
  • a1c923af org-scan-tags: Allow arbitrary character classes in todo keywords
  • 8ef6205a lisp/org.el: Bump version to 9.5.5
  • 1f1d8f90 org-element-cache-map: Do not disable GC
  • e81a0943 Assert all the Org files to load the same Org version
  • 7811fc59 org-compat: Fix incorrect usage of `apply' in ea665792b
  • ac2d0a24 org.el: Fix percent substitutions in `org-open-file'
  • 1b647b00 ORG-NEWS: `org-info-description-as-command'
  • 76a5f300 ol-info: Use org function instead of subr-x
  • eeb4fa8c org-scan-tags: Fixup a1c923afd
  • 8151d525 ob-shell: Use `process-file' when stdin or cmdline
  • a3788bd8 org-scan-tags: Fix messed match groups in eeb4fa8c0
  • 0c055d2d org-compat: Add forward-compatibility for argument changes in adviced functions
  • e73c5b7d Fix Emacs 29 compiler warnings
  • fe90cab9 lisp/ox.el: Rename abnormal hook names to end with "-functions"
  • eb5ef0ae ox-icalendar.el: Customize vevent summary prefix
  • 33686b99 org.el: Pass link match data to `org-file-apps' functions
  • 6e9ea3a0 org.el: Preserve case for link subgroups from `org-file-apps'
  • f25b308a org.el: Avoid dlink identifiers in `org-open-file'
  • 7c20552e org-babel-load-languages: Link to the manual for language list
  • 3f3ff643 org-clock: Make quarter work as parameter for :step in clocktable
  • 583c01c0 etc/ORG-NEWS: Document new ":step quarter" value
  • c9db3c51 test-org-clock/clocktable/step: Add test for the new ":step quarter"
  • 0432f4fe ol.el: Restore complete by description for insert link
  • 4d8c6fbf org-up-heading-safe: Consider inlinetasks
  • 2737128a org-back-to-heading: Use cache
  • 543a23a5 Revert "lisp/ol.el: Fix bug when storing links"
  • f7b85102 ol.el: Skip #CUSTOM_ID when <> link is stored
  • c3d6672c ol.el: Avoid links like "[[target][file:~/org/test.org::target]]"
  • 4fc2c8dd org-store-link: Default to empty description for target/custom-id links
  • 8ec328e8 org-log-beginning: Fix for headline at eob with no trailing newline
  • f8d740f7 org-log-beginning: Fix edge case when we create logbook at eob
  • 86c4635d test-org-link/store-link: Update tests for 4fc2c8dd8
  • 2d380265 Do not assert Org version in root Org libraries
  • 1a5e3f93 testing: Make all files use lexical-binding
  • 17b51973 * lisp/org.el (org-log-beginning): Fix parens
  • 6074a22b testing: Address FIXMEs identified in 1a5e3f931
  • e3348ccc org-batch-test-init: Remove dead code
  • 69b36bea ol.el: Always prompt for description in `org-insert-link'
  • 6d8d7fba ol.el: Mention that `org-insert-link' may edit existing link
  • 1de67d0b org-element--cache-sync: Quit early when no cache requests are queued
  • 8cc821bd org-agenda-get-sexps: Query headline at point once in skip function
  • cb8bf4a0 org-babel-expand-references: Fix :noweb-ref expansion
  • 62a52b56 Update my maintainer email
  • 1ae801e9 org: Add "mark domain as safe" convenience action
  • 1061db94 org: Tweak styling of url in resource prompt
  • 795783d6 ox-latex: Remove unused argument
  • 4d8d7d6c ox-latex: Fix string/symbol engraved-preamble val
  • be2246a5 ox-latex: Change lost in conflict resolution
  • a526ea6a Fix compiler warnings
  • 0057cc21 Improve agenda performance
  • f1a19740 org-fold-core-regions: Avoid multiple evaluation of argument
  • 7e9d9272 org-element--cache-active-p: Improve performance
  • e9bd219e org-element--cache-verify-element: Improve performance
  • c35a8560 org-in-archived-heading-p: Improve performance
  • 4075662c org-diary-sexp-entry: Cache results
  • c940b460 ox-texinfo: Include LaTeX in Texinfo exports
  • 95df82c5 org.el: Support subtree-level org-image-actual-width overriding
  • 3e3588dc org-agenda-skip: Improve performance
  • 4657cea4 org-agenda-get-timestamps: Improve performance
  • d4fde298 org-agenda-get-sexps: Improve performance
  • 6a5f6756 fixup! org-agenda-get-sexps: Improve performance
  • ae2140b1 org-manual: Fix typo in beamer example
  • 9dde8241 org-table: Prevent Emacs from merging displayed separator spaces
  • d240386c org-diary-sexp-entry: Re-use cached nil return values
  • 6a82d17c ob-tangle: New tangle-finished hook
  • 5a96768d manual: Document org-babel-tangle-finished-hook
  • f0ff1df4 manual: Note undocumented tangle hooks
  • 9bd8a99a org-agenda-get-sexps: Avoid excessive calls to `org-agenda-skip'
  • 0a6a56c8 org-adapt-indentation: Fix 'headline-data checks
  • 392ccbbf ob-core: Display position of executed babel blocks
  • d1c6d020 ob-core: Display type of element babel executes
  • e8a797e1 ob-core: Display babel execution time
  • 764642f5 ob-clojure.el: Add support for babashka and nbb backend
  • 3b0c4ad2 lisp/org.el: Do not skip loading org-loaddefs when using `eval-buffer'
  • 36c27f11 lisp/ox.el: Add Persian/Farsi translation to `org-export-dictionary'
  • 1a8490b0 Remove request-assign-future.txt
  • 6b729e24 README_ELPA: Remove from the repository
  • f99902ec ox-publish: Allow linking to encrypted Org files
  • 3e9f98c6 * lisp/ox-html.el (org-html-doctype-alist): Fix system identifier for XHTML 1.1 DTD
  • fd195266 lisp/org-macs.el: Minor docstring enhancements
  • 235c72e3 lisp/org.el: Do not skip loading org-loaddefs when using `eval-buffer'
  • cf932474 ox-publish: Allow linking to encrypted Org files
  • 0d8440f5 * lisp/ox-html.el (org-html-doctype-alist): Fix system identifier for XHTML 1.1 DTD
  • ad52345f org-element-cache: Report buffer size for unregistered modifications
  • a2d1806f lisp/ox-latex.el: Fix docstring typos
  • 52be6f0f Rename README and CONTRIBUTE as README.org and CONTRIBUTE.org
  • c29d3e99 * mk/targets.mk (ORGVERSION): Prefer lisp/org.el version header
  • c8e0a402 org: Prefer standard version format accepted by `version-to-list'
  • 73f25bba * lisp/org-macs.el (org-assert-version): Use more lax assertion
  • 2e012db3 org.el: Make sure `org-add-log-note' runs at the end of Org command
  • aa3eac14 ob-C: do not swallow double quotes on raw output
  • c5368323 lisp/ob-clojure.el: Add Daniel Kraus as maintainer
  • 252a062b CONTRIBUTE.org: Try to be more effective in giving directions
  • d7a55bbd org-latex-export-to-latex: Do not suppress major modes in babel
  • af6b48e8 doc/org-manual.org fix capture Template elements typo
  • 791ea505 * lisp/org-element.el (org-element--cache-active-p): Fix compiler warning
  • e9781f1c org-fold-core: Respect 'ignore-indirect optimization better
  • fe1f4f2c fixup! org-fold-core: Respect 'ignore-indirect optimization better
  • 7b9d8e7b org-fold-core-style: Document that it must be set before loading Org
  • b196a05f Clean up spacing to pass Emacs's pre-commit check
  • 6a30ef27 org.el: Move definition to silence warning
  • 2bd9db83 Silence byte-compiler under 'make single'
  • 9ce4727d org-element: Fix Emacs 29 warning about quoting style
  • 180966c6 org-manual: Do not use #+findex inside Footnote
  • 0641ece5 org-manual: Inline single-sentence footnotes
  • 9db57aee Do not use visual `current-indentation' when we need real values
  • 506d5b12 org-comment-line-break-function: Avoid built-in Emacs comment machinery
  • de5bdb09 Backport commit 19de241a7 from Emacs
  • e7572fa8 Backport commit 616dcf27e from Emacs
  • c7e1bbfd Backport commit 664094222 from Emacs
  • f99a8ea4 Backport commit 104e90d93 from Emacs
  • 1a2d2fd5 Backport commit c1145c31a from Emacs
  • 772c4477 Backport commit dd0727e1e from Emacs
  • 659646f1 Backport commit e0ca8f791 from Emacs
  • 1a3dd6ec Backport commit 5f57b41aa from Emacs
  • 5d5a7832 Backport commit 18b680cfd from Emacs
  • 723af4af Backport commit 8ef37913d from Emacs
  • 56ba22b9 Backport commit 3abb3681b from Emacs
  • 37bb3547 Backport commit fa1a7ac61 from Emacs
  • c06dc10f Backport commit 2fba71cf1 from Emacs
  • e74ea551 Backport commit cc8b6101f from Emacs
  • 5a81ec00 Backport commit 253374f81 from Emacs
  • 303c8935 Backport commit 5b3d4e7bf from Emacs
  • 07c5d066 Backport commit 3236dedc2 from Emacs
  • 4f8ea506 Backport commit d21412df0 from Emacs
  • 4ae72c61 Backport commit 0f7ceb480 from Emacs
  • 8ac9203d Backport commit 979308b4c from Emacs
  • 0da6c49f Backport commit 4f37a3b29 from Emacs
  • c77692e8 Backport commit f94e93a6e from Emacs
  • 675ec677 Backport commit 9230953f2 from Emacs
  • 69ba7a20 Backport commit 2a8d08360 from Emacs
  • 07ca33e6 Backport commit 2a05479c2 from Emacs
  • 1adbaca7 Backport commit 563bf2fae from Emacs
  • e614a763 Backport commit 70341cab3 from Emacs
  • e7059f7d Backport commit 22a5f0223 from Emacs
  • 19c3969e Backport commit 2682ea1b3 from Emacs
  • e9df837d Backport commit 0a6e2b3bf from Emacs
  • 1bbd8631 Backport commit 4c1bc8315 from Emacs
  • 883f87c3 Backport commit 4d64c39fa from Emacs
  • 2ac8c44f Backport commit b335e1a04 from Emacs
  • 25e638f7 Backport commit 1137219c9 from Emacs
  • e58217ff Backport commit 57259773b from Emacs
  • add8552b Backport commit 48aacbf29 from Emacs
  • 9c2bc287 Backport commit 06d716147 from Emacs
  • c2c8e66e Backport commit b7e867b84 from Emacs
  • 9b62bcc9 Backport commit 8dacd8cd9 from Emacs
  • 631d4eb6 org-macs: Move org-current-text-indentation to silence byte-compiler
  • abc34b45 org-mouse: Make recently ported change compatible with Emacs < 29
  • 6dd736ab ol-eshell: Make recently ported change compatible with Emacs < 29
  • 0e0fe76a ox-icalendar: Fix time zone construct from recently ported commit
  • 98e168b4 compat: Add compatibility wrapper for string-clean-whitespace
  • 75d63533 compat: Move string-equal-ignore-case to correct section
  • 07b6a0e0 compat: Use org- wrapper for string-equal-ignore-case compatibility
  • 95a4c59b compat: Add compatibility wrapper for format-prompt
  • 1f8cc855 org-agenda: Replace 29.1 version keywords with package-version
  • e305755b org-element: Parse malformed clock lines as paragraphs
  • ceb99b86 org-table-fix-formulas: Ensure shifting columns after removing invalid
  • 2c8bd0cc org-fill-element: Respect region selection when filling src-block
  • 5adde9f3 * doc/org-manual.org (Handling Links): Remove incorrect footnote
  • 22470832 org-clock: Do not assume that clock is always inside capture buffer
  • f0b7dfb3 org-table: Repair table before inserting rows/columns
  • 580f2861 doc/org-manual.org: Fix typo

…0f2861

### Changes for org

On branch: main
Commits: emacs-straight/org-mode@a3ba79c...580f286

- [24d2826f](emacs-straight/org-mode@24d2826) * doc/org-manual.org: Document "PRINT_BIBLIOGRAPHY" options
- [2861d9ca](emacs-straight/org-mode@2861d9c) org-paste-subtree: Do not use `insert-before-markers'
- [2ea0830f](emacs-straight/org-mode@2ea0830) org-capture-kill: Fix capture boundaries when deleting empty lines above
- [f095cfc3](emacs-straight/org-mode@f095cfc) * lisp/org.el (org-store-log-note): Do not indent empty lines in notes
- [0d3bf2ed](emacs-straight/org-mode@0d3bf2e) org-babel-tangle-single-block: Do not create comment link when not requested
- [0435fea9](emacs-straight/org-mode@0435fea) org-babel-expand-noweb-references: Cache block info
- [31b3b164](emacs-straight/org-mode@31b3b16) ox-icalendar.el: create alarm at event time
- [0b3c6a75](emacs-straight/org-mode@0b3c6a7) * etc/ORG-NEWS (New options): Add new section
- [97c7ad8b](emacs-straight/org-mode@97c7ad8) * etc/ORG-NEWS: Document `org-icalendar-force-alarm'
- [b4d7a24f](emacs-straight/org-mode@b4d7a24) Make org-shiftmetaleft/org-shiftmetaright honour shift-select on MacOS
- [4d0295b3](emacs-straight/org-mode@4d0295b) Avoid ignoring LaTeX export output errors
- [e22b4eb7](emacs-straight/org-mode@e22b4eb) org-mode: Make local variables effective during Org startup
- [0599ddfd](emacs-straight/org-mode@0599ddf) Revert "lisp/ox-latex: Omit empty date"
- [5a49cc5f](emacs-straight/org-mode@5a49cc5) ox-latex: comment on \date LaTeX macro
- [fde93abb](emacs-straight/org-mode@fde93ab) org-mode: Prevent early fontification
- [79dfb16d](emacs-straight/org-mode@79dfb16) org-id: Fix `org-id-locations' variable name in error message
- [3626f038](emacs-straight/org-mode@3626f03) doc/org-manual.org: Fix typo in "The global TODO list"
- [4702a730](emacs-straight/org-mode@4702a73) org: Fix resource prompt in non-file buffers
- [215de617](emacs-straight/org-mode@215de61) Partially revert "org-mode: Make local variables effective during Org startup"
- [8f5bf172](emacs-straight/org-mode@8f5bf17) org-id-update-locations: Scan all the open Org buffers
- [5a1b0503](emacs-straight/org-mode@5a1b050) org-colview: Do not rely on `current-column' ignoring display properties
- [e3a05d09](emacs-straight/org-mode@e3a05d0) ol.el: add description format parameter to org-link-parameters
- [2bbb92a7](emacs-straight/org-mode@2bbb92a) test-ol: tests for insert-description param when inserting links
- [3858a97a](emacs-straight/org-mode@3858a97) * lisp/ol.el (org-insert-link): Fix edge case when ALL-PREFIXES is nil
- [f71546cc](emacs-straight/org-mode@f71546c) * testing/lisp/test-ol.el: Fix test name
- [22eedaea](emacs-straight/org-mode@22eedae) lisp/ol.el: Fix some docstring style issues
- [e47bcb02](emacs-straight/org-mode@e47bcb0) lisp/ox-latex.el: `org-latex-language-alist' improved
- [a0b21e3f](emacs-straight/org-mode@a0b21e3) * lisp/org.el (org-set-tags-command): Put local tags on top
- [9cc60dee](emacs-straight/org-mode@9cc60de) lisp/ob-plantuml.el: Insert results in buffer
- [a303a794](emacs-straight/org-mode@a303a79) Support interactive editing of comment blocks
- [00adad93](emacs-straight/org-mode@00adad9) org-src: Fix invisible text in src block fontification
- [4db67da6](emacs-straight/org-mode@4db67da) org.el: Improve automatic fast tag selection keys
- [c7d48413](emacs-straight/org-mode@c7d4841) oc-csl: Add support for title, locators and bibentry citation styles
- [be7f6117](emacs-straight/org-mode@be7f611) oc-csl: Add missing function declaration
- [76643256](emacs-straight/org-mode@7664325) ol-man: Set window point not buffer point and wait before search
- [70a311b0](emacs-straight/org-mode@70a311b) ox-icalendar: Avoid processing ignored elements
- [6acc58c9](emacs-straight/org-mode@6acc58c) * lisp/org.el (org-get-buffer-tags): Remove text properties from tags
- [b428839f](emacs-straight/org-mode@b428839) doc/org-manual.org: Add note about Emacs compatibility
- [8a781d35](emacs-straight/org-mode@8a781d3) ob-tangle.el: fix ‘:comments noweb’ double linking
- [687d5702](emacs-straight/org-mode@687d570) org-fold-core-next-folding-state-change: Fix when using overlays
- [15658b86](emacs-straight/org-mode@15658b8) org-fold-core: New API to fold/restore buffer folding state
- [01d84f2e](emacs-straight/org-mode@01d84f2) org-fold-initialize: Ensure back-compatibility when using overlays
- [b8a0ddf5](emacs-straight/org-mode@b8a0ddf) Use the full org-fold-core API when `org-fold-core-style' is `overlays'
- [6ad65f33](emacs-straight/org-mode@6ad65f3) org-agenda-prepare-buffers: Avoid quadratic complexity when merging tags
- [edf46425](emacs-straight/org-mode@edf4642) org-copy-visible: Prevent Emacs storing primary-selection in kill-ring
- [6cd7c6fb](emacs-straight/org-mode@6cd7c6f) org-fold-core: Improve integration with isearch API
- [3303a54d](emacs-straight/org-mode@3303a54) lisp/ox-beamer: Enable use of overlays for images
- [d3a9c424](emacs-straight/org-mode@d3a9c42) org-encode-time: Refactor into top-level `defmacro'
- [4080938d](emacs-straight/org-mode@4080938) org-agenda-prepare-buffers: Avoid repetitive updates of agenda menu
- [97d4d927](emacs-straight/org-mode@97d4d92) org-agenda-prepare-buffers: Avoid excessive memory allocation
- [f28288c2](emacs-straight/org-mode@f28288c) org-agenda-align-tags: Do not trigger fold checks
- [45e02e6b](emacs-straight/org-mode@45e02e6) * doc/org-manual.org (Formula syntax for Calc): Fix typo
- [243ded74](emacs-straight/org-mode@243ded7) doc/org-manual.org: documentation for `org-latex-language-alist'
- [36906283](emacs-straight/org-mode@3690628) lisp/ob-julia.el: Fix session support for Julia
- [4dff42f6](emacs-straight/org-mode@4dff42f) lisp/ob-julia.el: Fix session support for Julia
- [a1af06d6](emacs-straight/org-mode@a1af06d) org-insert-heading-respect-content: Fix the argument order
- [2cc2d8f1](emacs-straight/org-mode@2cc2d8f) lisp/org-clock.el: Show file title in org-clock clocktable
- [b4e41b98](emacs-straight/org-mode@b4e41b9) org-insert-heading-respect-content: Fix test failures after a1af06d64
- [8eb3f937](emacs-straight/org-mode@8eb3f93) Fix wide docstring warnings
- [a0b8b730](emacs-straight/org-mode@a0b8b73) org-inlinetask: Fix infinite loop caused by 5f184b5f2
- [ccca8549](emacs-straight/org-mode@ccca854) org-align-tags: Fix tag alignment in inlinetasks
- [8d93f9b6](emacs-straight/org-mode@8d93f9b) org-manual.org: Update links to MathJax docs
- [1b5ccb10](emacs-straight/org-mode@1b5ccb1) org-manual: Document `org-babel-default-inline-header-args'
- [2dfdc895](emacs-straight/org-mode@2dfdc89) org-babel: Do not echo output of resolved noweb references
- [5184c438](emacs-straight/org-mode@5184c43) org-export: Make results of named code blocks a valid link target
- [090dacb0](emacs-straight/org-mode@090dacb) org-fast-tag-selection: Make group tags separator not break alignment
- [dd0a7236](emacs-straight/org-mode@dd0a723) org-fold-core: Do not override default fontification
- [3c11e9df](emacs-straight/org-mode@3c11e9d) org-element-cache-map: Do not refresh cache before processing
- [a35d1636](emacs-straight/org-mode@a35d163) ob-shell: Fix output containing strings matching `comint-prompt-regexp'
- [b7f4afe8](emacs-straight/org-mode@b7f4afe) lisp/ox-md.el: Add top level header setting
- [372788a1](emacs-straight/org-mode@372788a) ol-info: Define :insert-description function
- [5ba90e16](emacs-straight/org-mode@5ba90e1) org-bibtex-import-from-file: Improve performance
- [06373a64](emacs-straight/org-mode@06373a6) ob-python: Fix Emacs bug[emacs-straight/org-mode⁠#50514](http://r.duckduckgo.com/l/?uddg=https://github.com/emacs-straight/org-mode/issues/50514) when Python loads slowly
- [72f66ca0](emacs-straight/org-mode@72f66ca) New babel syntax to pass src block contents as argument
- [ceac15c7](emacs-straight/org-mode@ceac15c) lisp/ob-processing.el: Add Jarmo Hurri as maintainer
- [f3f60e4d](emacs-straight/org-mode@f3f60e4) lisp/oc-csl.el: Add András Simonyi as the maintainer
- [09406b1c](emacs-straight/org-mode@09406b1) org-macs: Make sure that fontification does not move point
- [5bb699e0](emacs-straight/org-mode@5bb699e) org-babel-insert-result: Do not err when inline src block returns nil
- [e36c3cc2](emacs-straight/org-mode@e36c3cc) org-babel-sh-evaluate: Do not issue string :results value
- [74d1a8c7](emacs-straight/org-mode@74d1a8c) Fix incorrectly documented auto-numbering of MathJax equations
- [710b6ca7](emacs-straight/org-mode@710b6ca) Fix under-documented MathJax indentation option
- [ea665792](emacs-straight/org-mode@ea66579) org-compat: Use `define-advice' instead of `defadvice'
- [a1c923af](emacs-straight/org-mode@a1c923a) org-scan-tags: Allow arbitrary character classes in todo keywords
- [8ef6205a](emacs-straight/org-mode@8ef6205) lisp/org.el: Bump version to 9.5.5
- [1f1d8f90](emacs-straight/org-mode@1f1d8f9) org-element-cache-map: Do not disable GC
- [e81a0943](emacs-straight/org-mode@e81a094) Assert all the Org files to load the same Org version
- [7811fc59](emacs-straight/org-mode@7811fc5) org-compat: Fix incorrect usage of `apply' in ea665792b
- [ac2d0a24](emacs-straight/org-mode@ac2d0a2) org.el: Fix percent substitutions in `org-open-file'
- [1b647b00](emacs-straight/org-mode@1b647b0) ORG-NEWS: `org-info-description-as-command'
- [76a5f300](emacs-straight/org-mode@76a5f30) ol-info: Use org function instead of subr-x
- [eeb4fa8c](emacs-straight/org-mode@eeb4fa8) org-scan-tags: Fixup a1c923afd
- [8151d525](emacs-straight/org-mode@8151d52) ob-shell: Use `process-file' when stdin or cmdline
- [a3788bd8](emacs-straight/org-mode@a3788bd) org-scan-tags: Fix messed match groups in eeb4fa8c0
- [0c055d2d](emacs-straight/org-mode@0c055d2) org-compat: Add forward-compatibility for argument changes in adviced functions
- [e73c5b7d](emacs-straight/org-mode@e73c5b7) Fix Emacs 29 compiler warnings
- [fe90cab9](emacs-straight/org-mode@fe90cab) lisp/ox.el: Rename abnormal hook names to end with "-functions"
- [eb5ef0ae](emacs-straight/org-mode@eb5ef0a) ox-icalendar.el: Customize vevent summary prefix
- [33686b99](emacs-straight/org-mode@33686b9) org.el: Pass link match data to `org-file-apps' functions
- [6e9ea3a0](emacs-straight/org-mode@6e9ea3a) org.el: Preserve case for link subgroups from `org-file-apps'
- [f25b308a](emacs-straight/org-mode@f25b308) org.el: Avoid dlink identifiers in `org-open-file'
- [7c20552e](emacs-straight/org-mode@7c20552) org-babel-load-languages: Link to the manual for language list
- [3f3ff643](emacs-straight/org-mode@3f3ff64) org-clock: Make quarter work as parameter for :step in clocktable
- [583c01c0](emacs-straight/org-mode@583c01c) etc/ORG-NEWS: Document new ":step quarter" value
- [c9db3c51](emacs-straight/org-mode@c9db3c5) test-org-clock/clocktable/step: Add test for the new ":step quarter"
- [0432f4fe](emacs-straight/org-mode@0432f4f) ol.el: Restore complete by description for insert link
- [4d8c6fbf](emacs-straight/org-mode@4d8c6fb) org-up-heading-safe: Consider inlinetasks
- [2737128a](emacs-straight/org-mode@2737128) org-back-to-heading: Use cache
- [543a23a5](emacs-straight/org-mode@543a23a) Revert "lisp/ol.el: Fix bug when storing links"
- [f7b85102](emacs-straight/org-mode@f7b8510) ol.el: Skip #CUSTOM_ID when <<target>> link is stored
- [c3d6672c](emacs-straight/org-mode@c3d6672) ol.el: Avoid links like "[[target][file:~/org/test.org::target]]"
- [4fc2c8dd](emacs-straight/org-mode@4fc2c8d) org-store-link: Default to empty description for target/custom-id links
- [8ec328e8](emacs-straight/org-mode@8ec328e) org-log-beginning: Fix for headline at eob with no trailing newline
- [f8d740f7](emacs-straight/org-mode@f8d740f) org-log-beginning: Fix edge case when we create logbook at eob
- [86c4635d](emacs-straight/org-mode@86c4635) test-org-link/store-link: Update tests for 4fc2c8dd8
- [2d380265](emacs-straight/org-mode@2d38026) Do not assert Org version in root Org libraries
- [1a5e3f93](emacs-straight/org-mode@1a5e3f9) testing: Make all files use `lexical-binding`
- [17b51973](emacs-straight/org-mode@17b5197) * lisp/org.el (org-log-beginning): Fix parens
- [6074a22b](emacs-straight/org-mode@6074a22) testing: Address FIXMEs identified in 1a5e3f931
- [e3348ccc](emacs-straight/org-mode@e3348cc) org-batch-test-init: Remove dead code
- [69b36bea](emacs-straight/org-mode@69b36be) ol.el: Always prompt for description in `org-insert-link'
- [6d8d7fba](emacs-straight/org-mode@6d8d7fb) ol.el: Mention that `org-insert-link' may edit existing link
- [1de67d0b](emacs-straight/org-mode@1de67d0) org-element--cache-sync: Quit early when no cache requests are queued
- [8cc821bd](emacs-straight/org-mode@8cc821b) org-agenda-get-sexps: Query headline at point once in skip function
- [cb8bf4a0](emacs-straight/org-mode@cb8bf4a) org-babel-expand-references: Fix :noweb-ref expansion
- [62a52b56](emacs-straight/org-mode@62a52b5) Update my maintainer email
- [1ae801e9](emacs-straight/org-mode@1ae801e) org: Add "mark domain as safe" convenience action
- [1061db94](emacs-straight/org-mode@1061db9) org: Tweak styling of url in resource prompt
- [795783d6](emacs-straight/org-mode@795783d) ox-latex: Remove unused argument
- [4d8d7d6c](emacs-straight/org-mode@4d8d7d6) ox-latex: Fix string/symbol engraved-preamble val
- [be2246a5](emacs-straight/org-mode@be2246a) ox-latex: Change lost in conflict resolution
- [a526ea6a](emacs-straight/org-mode@a526ea6) Fix compiler warnings
- [0057cc21](emacs-straight/org-mode@0057cc2) Improve agenda performance
- [f1a19740](emacs-straight/org-mode@f1a1974) org-fold-core-regions: Avoid multiple evaluation of argument
- [7e9d9272](emacs-straight/org-mode@7e9d927) org-element--cache-active-p: Improve performance
- [e9bd219e](emacs-straight/org-mode@e9bd219) org-element--cache-verify-element: Improve performance
- [c35a8560](emacs-straight/org-mode@c35a856) org-in-archived-heading-p: Improve performance
- [4075662c](emacs-straight/org-mode@4075662) org-diary-sexp-entry: Cache results
- [c940b460](emacs-straight/org-mode@c940b46) ox-texinfo: Include LaTeX in Texinfo exports
- [95df82c5](emacs-straight/org-mode@95df82c) org.el: Support subtree-level org-image-actual-width overriding
- [3e3588dc](emacs-straight/org-mode@3e3588d) org-agenda-skip: Improve performance
- [4657cea4](emacs-straight/org-mode@4657cea) org-agenda-get-timestamps: Improve performance
- [d4fde298](emacs-straight/org-mode@d4fde29) org-agenda-get-sexps: Improve performance
- [6a5f6756](emacs-straight/org-mode@6a5f675) fixup! org-agenda-get-sexps: Improve performance
- [ae2140b1](emacs-straight/org-mode@ae2140b) org-manual: Fix typo in beamer example
- [9dde8241](emacs-straight/org-mode@9dde824) org-table: Prevent Emacs from merging displayed separator spaces
- [d240386c](emacs-straight/org-mode@d240386) org-diary-sexp-entry: Re-use cached nil return values
- [6a82d17c](emacs-straight/org-mode@6a82d17) ob-tangle: New tangle-finished hook
- [5a96768d](emacs-straight/org-mode@5a96768) manual: Document org-babel-tangle-finished-hook
- [f0ff1df4](emacs-straight/org-mode@f0ff1df) manual: Note undocumented tangle hooks
- [9bd8a99a](emacs-straight/org-mode@9bd8a99) org-agenda-get-sexps: Avoid excessive calls to `org-agenda-skip'
- [0a6a56c8](emacs-straight/org-mode@0a6a56c) org-adapt-indentation: Fix 'headline-data checks
- [392ccbbf](emacs-straight/org-mode@392ccbb) ob-core: Display position of executed babel blocks
- [d1c6d020](emacs-straight/org-mode@d1c6d02) ob-core: Display type of element babel executes
- [e8a797e1](emacs-straight/org-mode@e8a797e) ob-core: Display babel execution time
- [764642f5](emacs-straight/org-mode@764642f) ob-clojure.el: Add support for babashka and nbb backend
- [3b0c4ad2](emacs-straight/org-mode@3b0c4ad) lisp/org.el: Do not skip loading org-loaddefs when using `eval-buffer'
- [36c27f11](emacs-straight/org-mode@36c27f1) lisp/ox.el: Add Persian/Farsi translation to `org-export-dictionary'
- [1a8490b0](emacs-straight/org-mode@1a8490b) Remove request-assign-future.txt
- [6b729e24](emacs-straight/org-mode@6b729e2) README_ELPA: Remove from the repository
- [f99902ec](emacs-straight/org-mode@f99902e) ox-publish: Allow linking to encrypted Org files
- [3e9f98c6](emacs-straight/org-mode@3e9f98c) * lisp/ox-html.el (org-html-doctype-alist): Fix system identifier for XHTML 1.1 DTD
- [fd195266](emacs-straight/org-mode@fd19526) lisp/org-macs.el: Minor docstring enhancements
- [235c72e3](emacs-straight/org-mode@235c72e) lisp/org.el: Do not skip loading org-loaddefs when using `eval-buffer'
- [cf932474](emacs-straight/org-mode@cf93247) ox-publish: Allow linking to encrypted Org files
- [0d8440f5](emacs-straight/org-mode@0d8440f) * lisp/ox-html.el (org-html-doctype-alist): Fix system identifier for XHTML 1.1 DTD
- [ad52345f](emacs-straight/org-mode@ad52345) org-element-cache: Report buffer size for unregistered modifications
- [a2d1806f](emacs-straight/org-mode@a2d1806) lisp/ox-latex.el: Fix docstring typos
- [52be6f0f](emacs-straight/org-mode@52be6f0) Rename README and CONTRIBUTE as README.org and CONTRIBUTE.org
- [c29d3e99](emacs-straight/org-mode@c29d3e9) * mk/targets.mk (ORGVERSION): Prefer lisp/org.el version header
- [c8e0a402](emacs-straight/org-mode@c8e0a40) org: Prefer standard version format accepted by `version-to-list'
- [73f25bba](emacs-straight/org-mode@73f25bb) * lisp/org-macs.el (org-assert-version): Use more lax assertion
- [2e012db3](emacs-straight/org-mode@2e012db) org.el: Make sure `org-add-log-note' runs at the end of Org command
- [aa3eac14](emacs-straight/org-mode@aa3eac1) ob-C: do not swallow double quotes on raw output
- [c5368323](emacs-straight/org-mode@c536832) lisp/ob-clojure.el: Add Daniel Kraus as maintainer
- [252a062b](emacs-straight/org-mode@252a062) CONTRIBUTE.org: Try to be more effective in giving directions
- [d7a55bbd](emacs-straight/org-mode@d7a55bb) org-latex-export-to-latex: Do not suppress major modes in babel
- [af6b48e8](emacs-straight/org-mode@af6b48e) doc/org-manual.org fix capture Template elements typo
- [791ea505](emacs-straight/org-mode@791ea50) * lisp/org-element.el (org-element--cache-active-p): Fix compiler warning
- [e9781f1c](emacs-straight/org-mode@e9781f1) org-fold-core: Respect 'ignore-indirect optimization better
- [fe1f4f2c](emacs-straight/org-mode@fe1f4f2) fixup! org-fold-core: Respect 'ignore-indirect optimization better
- [7b9d8e7b](emacs-straight/org-mode@7b9d8e7) org-fold-core-style: Document that it must be set before loading Org
- [b196a05f](emacs-straight/org-mode@b196a05) Clean up spacing to pass Emacs's pre-commit check
- [6a30ef27](emacs-straight/org-mode@6a30ef2) org.el: Move definition to silence warning
- [2bd9db83](emacs-straight/org-mode@2bd9db8) Silence byte-compiler under 'make single'
- [9ce4727d](emacs-straight/org-mode@9ce4727) org-element: Fix Emacs 29 warning about quoting style
- [180966c6](emacs-straight/org-mode@180966c) org-manual: Do not use #+findex inside Footnote
- [0641ece5](emacs-straight/org-mode@0641ece) org-manual: Inline single-sentence footnotes
- [9db57aee](emacs-straight/org-mode@9db57ae) Do not use visual `current-indentation' when we need real values
- [506d5b12](emacs-straight/org-mode@506d5b1) org-comment-line-break-function: Avoid built-in Emacs comment machinery
- [de5bdb09](emacs-straight/org-mode@de5bdb0) Backport commit 19de241a7 from Emacs
- [e7572fa8](emacs-straight/org-mode@e7572fa) Backport commit 616dcf27e from Emacs
- [c7e1bbfd](emacs-straight/org-mode@c7e1bbf) Backport commit 664094222 from Emacs
- [f99a8ea4](emacs-straight/org-mode@f99a8ea) Backport commit 104e90d93 from Emacs
- [1a2d2fd5](emacs-straight/org-mode@1a2d2fd) Backport commit c1145c31a from Emacs
- [772c4477](emacs-straight/org-mode@772c447) Backport commit dd0727e1e from Emacs
- [659646f1](emacs-straight/org-mode@659646f) Backport commit e0ca8f791 from Emacs
- [1a3dd6ec](emacs-straight/org-mode@1a3dd6e) Backport commit 5f57b41aa from Emacs
- [5d5a7832](emacs-straight/org-mode@5d5a783) Backport commit 18b680cfd from Emacs
- [723af4af](emacs-straight/org-mode@723af4a) Backport commit 8ef37913d from Emacs
- [56ba22b9](emacs-straight/org-mode@56ba22b) Backport commit 3abb3681b from Emacs
- [37bb3547](emacs-straight/org-mode@37bb354) Backport commit fa1a7ac61 from Emacs
- [c06dc10f](emacs-straight/org-mode@c06dc10) Backport commit 2fba71cf1 from Emacs
- [e74ea551](emacs-straight/org-mode@e74ea55) Backport commit cc8b6101f from Emacs
- [5a81ec00](emacs-straight/org-mode@5a81ec0) Backport commit 253374f81 from Emacs
- [303c8935](emacs-straight/org-mode@303c893) Backport commit 5b3d4e7bf from Emacs
- [07c5d066](emacs-straight/org-mode@07c5d06) Backport commit 3236dedc2 from Emacs
- [4f8ea506](emacs-straight/org-mode@4f8ea50) Backport commit d21412df0 from Emacs
- [4ae72c61](emacs-straight/org-mode@4ae72c6) Backport commit 0f7ceb480 from Emacs
- [8ac9203d](emacs-straight/org-mode@8ac9203) Backport commit 979308b4c from Emacs
- [0da6c49f](emacs-straight/org-mode@0da6c49) Backport commit 4f37a3b29 from Emacs
- [c77692e8](emacs-straight/org-mode@c77692e) Backport commit f94e93a6e from Emacs
- [675ec677](emacs-straight/org-mode@675ec67) Backport commit 9230953f2 from Emacs
- [69ba7a20](emacs-straight/org-mode@69ba7a2) Backport commit 2a8d08360 from Emacs
- [07ca33e6](emacs-straight/org-mode@07ca33e) Backport commit 2a05479c2 from Emacs
- [1adbaca7](emacs-straight/org-mode@1adbaca) Backport commit 563bf2fae from Emacs
- [e614a763](emacs-straight/org-mode@e614a76) Backport commit 70341cab3 from Emacs
- [e7059f7d](emacs-straight/org-mode@e7059f7) Backport commit 22a5f0223 from Emacs
- [19c3969e](emacs-straight/org-mode@19c3969) Backport commit 2682ea1b3 from Emacs
- [e9df837d](emacs-straight/org-mode@e9df837) Backport commit 0a6e2b3bf from Emacs
- [1bbd8631](emacs-straight/org-mode@1bbd863) Backport commit 4c1bc8315 from Emacs
- [883f87c3](emacs-straight/org-mode@883f87c) Backport commit 4d64c39fa from Emacs
- [2ac8c44f](emacs-straight/org-mode@2ac8c44) Backport commit b335e1a04 from Emacs
- [25e638f7](emacs-straight/org-mode@25e638f) Backport commit 1137219c9 from Emacs
- [e58217ff](emacs-straight/org-mode@e58217f) Backport commit 57259773b from Emacs
- [add8552b](emacs-straight/org-mode@add8552) Backport commit 48aacbf29 from Emacs
- [9c2bc287](emacs-straight/org-mode@9c2bc28) Backport commit 06d716147 from Emacs
- [c2c8e66e](emacs-straight/org-mode@c2c8e66) Backport commit b7e867b84 from Emacs
- [9b62bcc9](emacs-straight/org-mode@9b62bcc) Backport commit 8dacd8cd9 from Emacs
- [631d4eb6](emacs-straight/org-mode@631d4eb) org-macs: Move org-current-text-indentation to silence byte-compiler
- [abc34b45](emacs-straight/org-mode@abc34b4) org-mouse: Make recently ported change compatible with Emacs < 29
- [6dd736ab](emacs-straight/org-mode@6dd736a) ol-eshell: Make recently ported change compatible with Emacs < 29
- [0e0fe76a](emacs-straight/org-mode@0e0fe76) ox-icalendar: Fix time zone construct from recently ported commit
- [98e168b4](emacs-straight/org-mode@98e168b) compat: Add compatibility wrapper for string-clean-whitespace
- [75d63533](emacs-straight/org-mode@75d6353) compat: Move string-equal-ignore-case to correct section
- [07b6a0e0](emacs-straight/org-mode@07b6a0e) compat: Use org- wrapper for string-equal-ignore-case compatibility
- [95a4c59b](emacs-straight/org-mode@95a4c59) compat: Add compatibility wrapper for format-prompt
- [1f8cc855](emacs-straight/org-mode@1f8cc85) org-agenda: Replace 29.1 version keywords with package-version
- [e305755b](emacs-straight/org-mode@e305755) org-element: Parse malformed clock lines as paragraphs
- [ceb99b86](emacs-straight/org-mode@ceb99b8) org-table-fix-formulas: Ensure shifting columns after removing invalid
- [2c8bd0cc](emacs-straight/org-mode@2c8bd0c) org-fill-element: Respect region selection when filling src-block
- [5adde9f3](emacs-straight/org-mode@5adde9f) * doc/org-manual.org (Handling Links): Remove incorrect footnote
- [22470832](emacs-straight/org-mode@2247083) org-clock: Do not assume that clock is always inside capture buffer
- [f0b7dfb3](emacs-straight/org-mode@f0b7dfb) org-table: Repair table before inserting rows/columns
- [580f2861](emacs-straight/org-mode@580f286) doc/org-manual.org: Fix typo
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants