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 -> 3e864877 #559

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

Conversation

github-actions[bot]
Copy link
Contributor

Changes for org

On branch: main
Commits: emacs-straight/org-mode@a3ba79c...3e86487

  • 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
  • edf5afc1 Fix filter preset problem for sticky agenda
  • 101280aa Add crossreference to org-stuck-projects docstring
  • e28e3aaa Improve documentation of org-agenda-skip-*
  • 0b67b9f6 Improve documentation of org-kill-line
  • 9ef44922 org-manual: Fix the location of "date tree" index entry
  • eece396d org-manual: Add example illustrating date tree
  • 9b690462 Allow returning empty list from post-processing block
  • 48ac65be ob-sed-test: Make the tests pass on BSD systems, such as macOS
  • a2204920 ob-sed: Fix typo
  • 279bee08 org-element-clock-line-re: Fix Emacs 26 compatibility after e305755b1
  • 5a167f6e org-element-cache-reset: Never use cache persistence in non-file buffers
  • aa90e5b5 org-export-with-buffer-copy: Avoid all the hooks, not just `org-mode-hook'
  • 4cb1b8eb org-export-ignored-local-variables: Do not copy cache
  • 0551eba4 org-export-get-ordinal: Cache results
  • b45911d4 org-export-copy-buffer: Prevent saving to disk
  • 09fd5f88 org-html-format-latex: Avoid unnecessary string allocation
  • 514e3a9c org-export: Suppress cache persistence in buffer copies during export
  • dcdf98a5 org-export-copy-buffer: Update declarations
  • 0be36ac1 org-html-format-latex: Prevent save prompt for temporary buffer
  • 7f3a6cf6 org-capture: Add template hook properties
  • 2f4de609 ob-emacs-lisp: Don't print arguments of post-process arguments to stdout
  • fc8e375b Begin messages about executing code blocks with a capital letter
  • 1a62cd94 org-pcomplete: Fix completion inside bracketed link
  • 3de74bbe fixup! org-export-copy-buffer: Prevent saving to disk
  • 17708ab3 org-export-copy-buffer: Document the caveats
  • 86b6d843 org-html-format-latex: Prevent side effects of copying `buffer-file-name'
  • eeae6ed4 org-agenda-lisp: Add FIXME about let-binding `inhibit-redisplay'
  • b68c1666 org-ts-regexp0: Fix matching timestamps with no day name
  • 1966a7a8 org-manual: Document :eval yes header argument value
  • fcd38174 org-toggle-heading: Use buffer-local keyword settings when possible
  • ae028d0a org-toggle-heading: Document checkbox conversion to TODO keywords
  • 233ad886 org-export: Do not use `always' not available in Emacs <28
  • 04d9d4b3 compat: Load subr-x for Emacs < 28 compatibility
  • de553d1d lisp/org-clock.el: Fix bug in prompt for resolving clocks
  • 41a409f7 org-src-font-lock-fontify-block: Do not fold links inside src blocks
  • ba8fbd0c testing/lisp/test-ob-java.el: Add missing `provide'
  • f4149681 org-babel: Fix usage of `org-babel-temporary-directory'
  • 31de027c test-ob-java: Use `temporary-file-directory'
  • 96af4a86 * mk/default.mk (BTEST_OB_LANGUAGES): Test ob-java by default
  • e7feeb22 org-export: Propertize keybindings in Org Export dispatch UI
  • 192742c9 org-export-with-buffer-copy: Allow safe reusable buffer copy
  • 8901fd22 Add a regression test for `org-export-with-buffer-copy'
  • 616fc204 Backport commit f3769bc32 from Emacs
  • 4d07df71 ob-clojure.el: Add a :backend header arg to clojure code blocks
  • 3f60acff ox-latex: Protect [...] after \ to be interpreted as LaTeX argument
  • dd221239 org-ctrl-c-ctrl-c: Update timestamp at point inside clock lines
  • 88c85d62 org-map-entries: Do not demand file buffer when SCOPE is nil
  • eb15341b org-cycle-set-visibility-according-to-property: Do not change ancestor visibility
  • c57b0303 org-agenda: Make sure file restriction can be removed
  • 416c839c lisp/org-agenda.el: Remove unused `org-agenda-last-dispatch-buffer'
  • 4c064183 org-babel-script-escape: Turn empty lists into nil
  • 601ce688 lisp/ob-clojure.el: Fix :backend override not work with `org-babel-clojure-backend'
  • 0e4874f1 org-up-element: Fix jumping up from inlinetask
  • 3790bf8e org-clock-sum: Do not err when have malformed clock lines
  • 97672efd testing/lisp/test-ob-eshell.el: Fix tests
  • 08a1a916 testing/lisp: Add missing `featurep' checks for required packages
  • 3e864877 testing/lisp: Add missing `provide'

…864877

### Changes for org

On branch: main
Commits: emacs-straight/org-mode@a3ba79c...3e86487

- [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
- [edf5afc1](emacs-straight/org-mode@edf5afc) Fix filter preset problem for sticky agenda
- [101280aa](emacs-straight/org-mode@101280a) Add crossreference to org-stuck-projects docstring
- [e28e3aaa](emacs-straight/org-mode@e28e3aa) Improve documentation of org-agenda-skip-*
- [0b67b9f6](emacs-straight/org-mode@0b67b9f) Improve documentation of org-kill-line
- [9ef44922](emacs-straight/org-mode@9ef4492) org-manual: Fix the location of "date tree" index entry
- [eece396d](emacs-straight/org-mode@eece396) org-manual: Add example illustrating date tree
- [9b690462](emacs-straight/org-mode@9b69046) Allow returning empty list from post-processing block
- [48ac65be](emacs-straight/org-mode@48ac65b) ob-sed-test: Make the tests pass on BSD systems, such as macOS
- [a2204920](emacs-straight/org-mode@a220492) ob-sed: Fix typo
- [279bee08](emacs-straight/org-mode@279bee0) org-element-clock-line-re: Fix Emacs 26 compatibility after e305755b1
- [5a167f6e](emacs-straight/org-mode@5a167f6) org-element-cache-reset: Never use cache persistence in non-file buffers
- [aa90e5b5](emacs-straight/org-mode@aa90e5b) org-export-with-buffer-copy: Avoid all the hooks, not just `org-mode-hook'
- [4cb1b8eb](emacs-straight/org-mode@4cb1b8e) org-export-ignored-local-variables: Do not copy cache
- [0551eba4](emacs-straight/org-mode@0551eba) org-export-get-ordinal: Cache results
- [b45911d4](emacs-straight/org-mode@b45911d) org-export-copy-buffer: Prevent saving to disk
- [09fd5f88](emacs-straight/org-mode@09fd5f8) org-html-format-latex: Avoid unnecessary string allocation
- [514e3a9c](emacs-straight/org-mode@514e3a9) org-export: Suppress cache persistence in buffer copies during export
- [dcdf98a5](emacs-straight/org-mode@dcdf98a) org-export-copy-buffer: Update declarations
- [0be36ac1](emacs-straight/org-mode@0be36ac) org-html-format-latex: Prevent save prompt for temporary buffer
- [7f3a6cf6](emacs-straight/org-mode@7f3a6cf) org-capture: Add template hook properties
- [2f4de609](emacs-straight/org-mode@2f4de60) ob-emacs-lisp: Don't print arguments of post-process arguments to stdout
- [fc8e375b](emacs-straight/org-mode@fc8e375) Begin messages about executing code blocks with a capital letter
- [1a62cd94](emacs-straight/org-mode@1a62cd9) org-pcomplete: Fix completion inside bracketed link
- [3de74bbe](emacs-straight/org-mode@3de74bb) fixup! org-export-copy-buffer: Prevent saving to disk
- [17708ab3](emacs-straight/org-mode@17708ab) org-export-copy-buffer: Document the caveats
- [86b6d843](emacs-straight/org-mode@86b6d84) org-html-format-latex: Prevent side effects of copying `buffer-file-name'
- [eeae6ed4](emacs-straight/org-mode@eeae6ed) org-agenda-lisp: Add FIXME about let-binding `inhibit-redisplay'
- [b68c1666](emacs-straight/org-mode@b68c166) org-ts-regexp0: Fix matching timestamps with no day name
- [1966a7a8](emacs-straight/org-mode@1966a7a) org-manual: Document :eval yes header argument value
- [fcd38174](emacs-straight/org-mode@fcd3817) org-toggle-heading: Use buffer-local keyword settings when possible
- [ae028d0a](emacs-straight/org-mode@ae028d0) org-toggle-heading: Document checkbox conversion to TODO keywords
- [233ad886](emacs-straight/org-mode@233ad88) org-export: Do not use `always' not available in Emacs <28
- [04d9d4b3](emacs-straight/org-mode@04d9d4b) compat: Load subr-x for Emacs < 28 compatibility
- [de553d1d](emacs-straight/org-mode@de553d1) lisp/org-clock.el: Fix bug in prompt for resolving clocks
- [41a409f7](emacs-straight/org-mode@41a409f) org-src-font-lock-fontify-block: Do not fold links inside src blocks
- [ba8fbd0c](emacs-straight/org-mode@ba8fbd0) testing/lisp/test-ob-java.el: Add missing `provide'
- [f4149681](emacs-straight/org-mode@f414968) org-babel: Fix usage of `org-babel-temporary-directory'
- [31de027c](emacs-straight/org-mode@31de027) test-ob-java: Use `temporary-file-directory'
- [96af4a86](emacs-straight/org-mode@96af4a8) * mk/default.mk (BTEST_OB_LANGUAGES): Test ob-java by default
- [e7feeb22](emacs-straight/org-mode@e7feeb2) org-export: Propertize keybindings in Org Export dispatch UI
- [192742c9](emacs-straight/org-mode@192742c) org-export-with-buffer-copy: Allow safe reusable buffer copy
- [8901fd22](emacs-straight/org-mode@8901fd2) Add a regression test for `org-export-with-buffer-copy'
- [616fc204](emacs-straight/org-mode@616fc20) Backport commit f3769bc32 from Emacs
- [4d07df71](emacs-straight/org-mode@4d07df7) ob-clojure.el: Add a :backend header arg to clojure code blocks
- [3f60acff](emacs-straight/org-mode@3f60acf) ox-latex: Protect [...] after \\ to be interpreted as LaTeX argument
- [dd221239](emacs-straight/org-mode@dd22123) org-ctrl-c-ctrl-c: Update timestamp at point inside clock lines
- [88c85d62](emacs-straight/org-mode@88c85d6) org-map-entries: Do not demand file buffer when SCOPE is nil
- [eb15341b](emacs-straight/org-mode@eb15341) org-cycle-set-visibility-according-to-property: Do not change ancestor visibility
- [c57b0303](emacs-straight/org-mode@c57b030) org-agenda: Make sure file restriction can be removed
- [416c839c](emacs-straight/org-mode@416c839) lisp/org-agenda.el: Remove unused `org-agenda-last-dispatch-buffer'
- [4c064183](emacs-straight/org-mode@4c06418) org-babel-script-escape: Turn empty lists into nil
- [601ce688](emacs-straight/org-mode@601ce68) lisp/ob-clojure.el: Fix :backend override not work with `org-babel-clojure-backend'
- [0e4874f1](emacs-straight/org-mode@0e4874f) org-up-element: Fix jumping up from inlinetask
- [3790bf8e](emacs-straight/org-mode@3790bf8) org-clock-sum: Do not err when have malformed clock lines
- [97672efd](emacs-straight/org-mode@97672ef) testing/lisp/test-ob-eshell.el: Fix tests
- [08a1a916](emacs-straight/org-mode@08a1a91) testing/lisp: Add missing `featurep' checks for required packages
- [3e864877](emacs-straight/org-mode@3e86487) testing/lisp: Add missing `provide'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
0 participants