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 -> 86c4635d #547

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...86c4635

  • 8f59e8d9 Fix native-comp warnings
  • 3bbbf77f org-babel-exp-process-buffer: Improve performance
  • 707d3a09 org-cycle-list-bullet: Preserve relative point position
  • 0cc4f492 org-manual: Fix example block with unsupported language name parameter
  • 65e92c43 doc/org-manual.org: Fix un-escaped macro
  • e9da29b6 Escape single left quotes in docstrings
  • 41b7410a doc/Makefile: Limit memory consumption when generating docs
  • 9b00f4bf org-persist: Fix expiry check
  • 811deae3 Revert "org-export-data: Concatenate strings in temporary buffer for performance"
  • 9fb9a2bd org.el (org-format-latex-header): Put DEFAULT-PACKAGES before PACKAGES
  • bfd63cc4 org: Improve org-todo handling of negative prefix args
  • 65e19a08 org-table.el: Fix orgtbl-mode not remapping delete key
  • 9632401d Auto-Upcase/downcase #+begin/#+end in structure templates
  • 45174d62 Remove XEmacs and ancient Emacs compat code
  • 02a22d6f Backport commit 9a4862a97 from Emacs
  • 1c54d75c org-persist--gc-expired-p: Fix expiry check
  • d687aa17 org-persist: Display read errors in echo area
  • f77800c6 org-persist: Avoid overwriting / re-reading unchanged persisted data
  • 4a0d951c ox-latex tabbing environment support
  • e7e37c5b org-agenda.el: Improve docstrings of agenda date navigation commands
  • 7c61a3a8 org-unfontify-region: Handle invisible parts of links
  • 0dc27a88 oc-basic.el: Stringify year from CSL-JSON date-parts
  • 2b1b4289 org.el (org-read-date): Point to Info documentation
  • bcfed0f3 org-cycle.el: New custom setting `org-cycle-hide-drawer-startup'
  • db3870bf Avoid treating a number as an enum in manual
  • 620fb240 org-keys: Do not rely on deprecated boolean value of `window-system'
  • 197d5006 org-element-cache: Setup before/after-change-functions in indirect buffers
  • 13d97ee1 Prefer "website" to "homepage"
  • e82ce439 Add missing commands to org-agenda-custom-commands docstring
  • 15068ce3 Fix incorrectly documented MathJax options
  • 711ada5a test-org: Add test for org-todo prefix behavior
  • 321bfb88 lisp/ox-latex.el: tabbing code refactor
  • 6dc78528 Backport commit 1f6750b53 from Emacs
  • 036939b5 lisp/ox-latex.el: indentation, small refactor
  • ac7b8f9d org-agenda-with-point-at-orig-entry: Fix body indentation
  • d788fe99 org-persist: Remove read cache introduced in f77800c68
  • eb796ae4 org-element-cache: Use `buffer-size' to detect silent modifications
  • aa5bc2c7 org-element-cache: Make sure that cache is correctly synced before saving
  • 26878e28 org-persist: Bump storage version to ignore bugged persisted data
  • a722f6f8 Document org-agenda-ignore-properties in manual
  • ea05f434 * lisp/org-install.el: Delete file
  • 30953bd7 ox-latex: Pass on custom-env with src blocks
  • 998a0aac Improve look of agenda on graphical displays
  • 381a2ae4 * doc/org-manual.org (Speeding Up Your Agendas): Fix typos
  • 41e19f1d ; Fix typos
  • 2d527410 orgmanual-org: Mention results export as default for inline src blocks
  • 0ed0dea2 Delete some Emacs 24 compat code
  • 4e425006 org.el: Fix the filling of regions containing lists
  • ad304fae org-attach-attach: Avoid linking to path starting with ~
  • 08046219 ob-gnuplot.el: Make :cache argument work with :var assignments
  • 71359820 lisp/ob-latex.el: Remove duplicate line.
  • bdf7afe2 ob-core: Fix nil value of `org-babel-temporary-stable-directory'
  • db12a497 org-agenda: Use ARG instead of `current-prefix-arg'
  • 0495961f org-auto-repeat-maybe: Use effective time for "LAST_REPEAT"
  • b3b17cdb oc-csl.el: Add support for nocite citations
  • a7cc95c6 org-src.el: Add plain to org-src-window-setup customization
  • e0e016c1 org-element: Do not try to sync element cache in the middle of a change
  • e8dd98d1 ob-core.el: Fix behavior of lambda default header arg vars
  • 8be689f1 ob-core.el: Improve org-babel-default-header-args docstring
  • 5b45ad08 oc-basic: Detect malformed bibtex bibliographies
  • bc33c013 lisp/org.el: Save restrictions in all agenda file buffers
  • c231e93b ol-docview: Throw an error when trying to open non-existing file
  • 53e6aa86 org-agenda: Make sure that clock report header has trailing newline
  • 65400539 org-list-struct-apply-struct: Do not rely on `match-data' after edits
  • c66bdb0c org-fold-core-style: Clarify "error-prone" in the docstring
  • a79a742c Revert "org.el: Improve performance of deletion commands"
  • f29ccf31 test-org-fold: Cover the issue fixed by previous commit
  • 8e2fed82 org-fold: Make sure that changes do not leave partially folded headings
  • d9479887 * lisp/ob-core.el: Fix docstring quote usage
  • 0583a0c5 org: Add setting for remote file download policy
  • c550a429 oc-basic: Parse @string entries in BiBTeX bibliographies
  • bf930b6f ; * lisp/org-refile.el (org-refile-targets): Fix typo.
  • 132a9d30 Use unknown DST instead of standard time in timestamps
  • a1896976 Fix tests for org-parse-time-string' and org-clock'
  • a4105d09 Use higher level helpers instead of `encode-time'
  • f3802b01 testing/lisp: Use `org-time-string-to-time'
  • 8908a1bd org-macs.el: Introduce a helper for `encode-time'
  • ae1db7df Use `org-encode-time' helper macro
  • e08ce5b2 test-org.el: Add some tests for `org-test-with-timezone'
  • 79f0969c * doc/org-manual.org (Using CDLaTeX to enter math): Clarify ' binding
  • 064afa0c org-indent: Fix edge case when edited region ends at headline leading stars
  • b4a72ddf org-agenda-show-current-time-in-grid: Use more common Unicode arrow
  • 702b0a81 org-agenda-clock-report-header: Update docstring
  • df0e96ba org-agenda-remove-restriction-lock: Remove 'file restriction
  • 057df6cc org-open-at-point: Do not list links under headline that cannot be opened
  • 9917d695 org-indent-region: Fix when `org-adapt-indentation' is 'headline-data
  • 03543e17 org-src-font-lock-fontify-block: Transfer 'font-lock-face property
  • 3b7523ac ob-gnuplot: Fix stable file collision when converting data
  • 39005dc0 org-fold: Do not fold text inserted right after outline fold
  • df1814b8 org-html-format-latex: Preserve buffer-local settings
  • db6c2297 testing/lisp: Update to handle new download policy
  • d2a110ff org-attach-attach: Allow attaching directories using 'cp method
  • 99681ce3 org: Support completion of cite-related keywords
  • b713b9af mk: Add make target "repro" for easy bug testing
  • b6098500 org-keys: Bind ESC by default
  • c779b7aa org-babel-detangle: Fix :comments link for src blocks before first heading
  • 97cfb959 * lisp/ox-latex.el: New variable `org-latex-language-alist'
  • 4631790f ox-ascii: Fix export with broken links
  • 14532ec6 ox-md: Fix export with broken links
  • e5cf0bc8 org-export: Do not use broken link handler on non-link elements
  • 127e7fee ox-latex: Keep obsolete variable values removed in 97cfb959d
  • afe50b71 Fix Emacs 26 compatibility
  • 01b0fb14 Backport from main: Escape single left quotes in docstrings
  • a0a07804 Fix compiler warnings
  • 1c3a4626 Backport from main: Fix compatibility with Emacs 26
  • 22de2e26 Fix Emacs 26 compatibility
  • 6de5431a org: Refactor rx to concat + regexp-opt
  • 540fcd01 ox-publish: fix typo in function name
  • cea02637 Backport commit bbf389ea6 from Emacs
  • 5fdbf159 Backport commit 2d71fd3b0 from Emacs
  • 9d29de23 Backport commit b2bce107b from Emacs
  • 745bdebe Backport commit ba0871bef from Emacs
  • 6e991f4b Backport commit 10b691987 from Emacs
  • 394f4949 org-macro: Require vc in vc-modified-time
  • eb5622b7 * doc/org-manual.org (Footnotes): Fix typo
  • 45044737 ox-latex: Support svg images with unicode paths
  • 6013cb16 Fix doc string quoting problems with '
  • 6ad53fa2 org: Correct regexp escaping to use regexp-quote
  • 5be0c709 * lisp/org.el (org-reload): Do not quote t symbol
  • bc875e5c Fix feature regexp used to detect Org library names
  • d37c0ee5 lisp/ox-latex.el: Remove obsolete Babel and Polyglossia alists
  • 20274454 test-ol: Rename cases to match the default selector
  • a753d0dd lisp/ox-latex: Omit empty date
  • 785f003d org-fold-show-entry: Do not fold drawers unless requested
  • 7e076118 oc-csl.el: Add support for sub-bibliographies
  • 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

…c4635d

### Changes for org

On branch: main
Commits: emacs-straight/org-mode@a3ba79c...86c4635

- [8f59e8d9](emacs-straight/org-mode@8f59e8d) Fix native-comp warnings
- [3bbbf77f](emacs-straight/org-mode@3bbbf77) org-babel-exp-process-buffer: Improve performance
- [707d3a09](emacs-straight/org-mode@707d3a0) org-cycle-list-bullet: Preserve relative point position
- [0cc4f492](emacs-straight/org-mode@0cc4f49) org-manual: Fix example block with unsupported language name parameter
- [65e92c43](emacs-straight/org-mode@65e92c4) doc/org-manual.org: Fix un-escaped macro
- [e9da29b6](emacs-straight/org-mode@e9da29b) Escape single left quotes in docstrings
- [41b7410a](emacs-straight/org-mode@41b7410) doc/Makefile: Limit memory consumption when generating docs
- [9b00f4bf](emacs-straight/org-mode@9b00f4b) org-persist: Fix expiry check
- [811deae3](emacs-straight/org-mode@811deae) Revert "org-export-data: Concatenate strings in temporary buffer for performance"
- [9fb9a2bd](emacs-straight/org-mode@9fb9a2b) org.el (org-format-latex-header): Put DEFAULT-PACKAGES before PACKAGES
- [bfd63cc4](emacs-straight/org-mode@bfd63cc) org: Improve org-todo handling of negative prefix args
- [65e19a08](emacs-straight/org-mode@65e19a0) org-table.el: Fix orgtbl-mode not remapping delete key
- [9632401d](emacs-straight/org-mode@9632401) Auto-Upcase/downcase #+begin/#+end in structure templates
- [45174d62](emacs-straight/org-mode@45174d6) Remove XEmacs and ancient Emacs compat code
- [02a22d6f](emacs-straight/org-mode@02a22d6) Backport commit 9a4862a97 from Emacs
- [1c54d75c](emacs-straight/org-mode@1c54d75) org-persist--gc-expired-p: Fix expiry check
- [d687aa17](emacs-straight/org-mode@d687aa1) org-persist: Display read errors in echo area
- [f77800c6](emacs-straight/org-mode@f77800c) org-persist: Avoid overwriting / re-reading unchanged persisted data
- [4a0d951c](emacs-straight/org-mode@4a0d951) ox-latex tabbing environment support
- [e7e37c5b](emacs-straight/org-mode@e7e37c5) org-agenda.el: Improve docstrings of agenda date navigation commands
- [7c61a3a8](emacs-straight/org-mode@7c61a3a) org-unfontify-region: Handle invisible parts of links
- [0dc27a88](emacs-straight/org-mode@0dc27a8) oc-basic.el: Stringify year from CSL-JSON date-parts
- [2b1b4289](emacs-straight/org-mode@2b1b428) org.el (org-read-date): Point to Info documentation
- [bcfed0f3](emacs-straight/org-mode@bcfed0f) org-cycle.el: New custom setting `org-cycle-hide-drawer-startup'
- [db3870bf](emacs-straight/org-mode@db3870b) Avoid treating a number as an enum in manual
- [620fb240](emacs-straight/org-mode@620fb24) org-keys: Do not rely on deprecated boolean value of `window-system'
- [197d5006](emacs-straight/org-mode@197d500) org-element-cache: Setup before/after-change-functions in indirect buffers
- [13d97ee1](emacs-straight/org-mode@13d97ee) Prefer "website" to "homepage"
- [e82ce439](emacs-straight/org-mode@e82ce43) Add missing commands to org-agenda-custom-commands docstring
- [15068ce3](emacs-straight/org-mode@15068ce) Fix incorrectly documented MathJax options
- [711ada5a](emacs-straight/org-mode@711ada5) test-org: Add test for org-todo prefix behavior
- [321bfb88](emacs-straight/org-mode@321bfb8) lisp/ox-latex.el: tabbing code refactor
- [6dc78528](emacs-straight/org-mode@6dc7852) Backport commit 1f6750b53 from Emacs
- [036939b5](emacs-straight/org-mode@036939b) lisp/ox-latex.el: indentation, small refactor
- [ac7b8f9d](emacs-straight/org-mode@ac7b8f9) org-agenda-with-point-at-orig-entry: Fix body indentation
- [d788fe99](emacs-straight/org-mode@d788fe9) org-persist: Remove read cache introduced in f77800c68
- [eb796ae4](emacs-straight/org-mode@eb796ae) org-element-cache: Use `buffer-size' to detect silent modifications
- [aa5bc2c7](emacs-straight/org-mode@aa5bc2c) org-element-cache: Make sure that cache is correctly synced before saving
- [26878e28](emacs-straight/org-mode@26878e2) org-persist: Bump storage version to ignore bugged persisted data
- [a722f6f8](emacs-straight/org-mode@a722f6f) Document org-agenda-ignore-properties in manual
- [ea05f434](emacs-straight/org-mode@ea05f43) * lisp/org-install.el: Delete file
- [30953bd7](emacs-straight/org-mode@30953bd) ox-latex: Pass on custom-env with src blocks
- [998a0aac](emacs-straight/org-mode@998a0aa) Improve look of agenda on graphical displays
- [381a2ae4](emacs-straight/org-mode@381a2ae) * doc/org-manual.org (Speeding Up Your Agendas): Fix typos
- [41e19f1d](emacs-straight/org-mode@41e19f1) ; Fix typos
- [2d527410](emacs-straight/org-mode@2d52741) orgmanual-org: Mention results export as default for inline src blocks
- [0ed0dea2](emacs-straight/org-mode@0ed0dea) Delete some Emacs 24 compat code
- [4e425006](emacs-straight/org-mode@4e42500) org.el: Fix the filling of regions containing lists
- [ad304fae](emacs-straight/org-mode@ad304fa) org-attach-attach: Avoid linking to path starting with ~
- [08046219](emacs-straight/org-mode@0804621) ob-gnuplot.el: Make :cache argument work with :var assignments
- [71359820](emacs-straight/org-mode@7135982) lisp/ob-latex.el: Remove duplicate line.
- [bdf7afe2](emacs-straight/org-mode@bdf7afe) ob-core: Fix nil value of `org-babel-temporary-stable-directory'
- [db12a497](emacs-straight/org-mode@db12a49) org-agenda: Use ARG instead of `current-prefix-arg'
- [0495961f](emacs-straight/org-mode@0495961) org-auto-repeat-maybe: Use effective time for "LAST_REPEAT"
- [b3b17cdb](emacs-straight/org-mode@b3b17cd) oc-csl.el: Add support for nocite citations
- [a7cc95c6](emacs-straight/org-mode@a7cc95c) org-src.el: Add plain to org-src-window-setup customization
- [e0e016c1](emacs-straight/org-mode@e0e016c) org-element: Do not try to sync element cache in the middle of a change
- [e8dd98d1](emacs-straight/org-mode@e8dd98d) ob-core.el: Fix behavior of lambda default header arg vars
- [8be689f1](emacs-straight/org-mode@8be689f) ob-core.el: Improve org-babel-default-header-args docstring
- [5b45ad08](emacs-straight/org-mode@5b45ad0) oc-basic: Detect malformed bibtex bibliographies
- [bc33c013](emacs-straight/org-mode@bc33c01) lisp/org.el: Save restrictions in all agenda file buffers
- [c231e93b](emacs-straight/org-mode@c231e93) ol-docview: Throw an error when trying to open non-existing file
- [53e6aa86](emacs-straight/org-mode@53e6aa8) org-agenda: Make sure that clock report header has trailing newline
- [65400539](emacs-straight/org-mode@6540053) org-list-struct-apply-struct: Do not rely on `match-data' after edits
- [c66bdb0c](emacs-straight/org-mode@c66bdb0) org-fold-core-style: Clarify "error-prone" in the docstring
- [a79a742c](emacs-straight/org-mode@a79a742) Revert "org.el: Improve performance of deletion commands"
- [f29ccf31](emacs-straight/org-mode@f29ccf3) test-org-fold: Cover the issue fixed by previous commit
- [8e2fed82](emacs-straight/org-mode@8e2fed8) org-fold: Make sure that changes do not leave partially folded headings
- [d9479887](emacs-straight/org-mode@d947988) * lisp/ob-core.el: Fix docstring quote usage
- [0583a0c5](emacs-straight/org-mode@0583a0c) org: Add setting for remote file download policy
- [c550a429](emacs-straight/org-mode@c550a42) oc-basic: Parse @string entries in BiBTeX bibliographies
- [bf930b6f](emacs-straight/org-mode@bf930b6) ; * lisp/org-refile.el (org-refile-targets): Fix typo.
- [132a9d30](emacs-straight/org-mode@132a9d3) Use unknown DST instead of standard time in timestamps
- [a1896976](emacs-straight/org-mode@a189697) Fix tests for `org-parse-time-string' and `org-clock'
- [a4105d09](emacs-straight/org-mode@a4105d0) Use higher level helpers instead of `encode-time'
- [f3802b01](emacs-straight/org-mode@f3802b0) testing/lisp: Use `org-time-string-to-time'
- [8908a1bd](emacs-straight/org-mode@8908a1b) org-macs.el: Introduce a helper for `encode-time'
- [ae1db7df](emacs-straight/org-mode@ae1db7d) Use `org-encode-time' helper macro
- [e08ce5b2](emacs-straight/org-mode@e08ce5b) test-org.el: Add some tests for `org-test-with-timezone'
- [79f0969c](emacs-straight/org-mode@79f0969) * doc/org-manual.org (Using CDLaTeX to enter math): Clarify ' binding
- [064afa0c](emacs-straight/org-mode@064afa0) org-indent: Fix edge case when edited region ends at headline leading stars
- [b4a72ddf](emacs-straight/org-mode@b4a72dd) org-agenda-show-current-time-in-grid: Use more common Unicode arrow
- [702b0a81](emacs-straight/org-mode@702b0a8) org-agenda-clock-report-header: Update docstring
- [df0e96ba](emacs-straight/org-mode@df0e96b) org-agenda-remove-restriction-lock: Remove 'file restriction
- [057df6cc](emacs-straight/org-mode@057df6c) org-open-at-point: Do not list links under headline that cannot be opened
- [9917d695](emacs-straight/org-mode@9917d69) org-indent-region: Fix when `org-adapt-indentation' is 'headline-data
- [03543e17](emacs-straight/org-mode@03543e1) org-src-font-lock-fontify-block: Transfer 'font-lock-face property
- [3b7523ac](emacs-straight/org-mode@3b7523a) ob-gnuplot: Fix stable file collision when converting data
- [39005dc0](emacs-straight/org-mode@39005dc) org-fold: Do not fold text inserted right after outline fold
- [df1814b8](emacs-straight/org-mode@df1814b) org-html-format-latex: Preserve buffer-local settings
- [db6c2297](emacs-straight/org-mode@db6c229) testing/lisp: Update to handle new download policy
- [d2a110ff](emacs-straight/org-mode@d2a110f) org-attach-attach: Allow attaching directories using 'cp method
- [99681ce3](emacs-straight/org-mode@99681ce) org: Support completion of cite-related keywords
- [b713b9af](emacs-straight/org-mode@b713b9a) mk: Add make target "repro" for easy bug testing
- [b6098500](emacs-straight/org-mode@b609850) org-keys: Bind ESC <left> by default
- [c779b7aa](emacs-straight/org-mode@c779b7a) org-babel-detangle: Fix :comments link for src blocks before first heading
- [97cfb959](emacs-straight/org-mode@97cfb95) * lisp/ox-latex.el: New variable `org-latex-language-alist'
- [4631790f](emacs-straight/org-mode@4631790) ox-ascii: Fix export with broken links
- [14532ec6](emacs-straight/org-mode@14532ec) ox-md: Fix export with broken links
- [e5cf0bc8](emacs-straight/org-mode@e5cf0bc) org-export: Do not use broken link handler on non-link elements
- [127e7fee](emacs-straight/org-mode@127e7fe) ox-latex: Keep obsolete variable values removed in 97cfb959d
- [afe50b71](emacs-straight/org-mode@afe50b7) Fix Emacs 26 compatibility
- [01b0fb14](emacs-straight/org-mode@01b0fb1) Backport from main: Escape single left quotes in docstrings
- [a0a07804](emacs-straight/org-mode@a0a0780) Fix compiler warnings
- [1c3a4626](emacs-straight/org-mode@1c3a462) Backport from main: Fix compatibility with Emacs 26
- [22de2e26](emacs-straight/org-mode@22de2e2) Fix Emacs 26 compatibility
- [6de5431a](emacs-straight/org-mode@6de5431) org: Refactor rx to concat + regexp-opt
- [540fcd01](emacs-straight/org-mode@540fcd0) ox-publish: fix typo in function name
- [cea02637](emacs-straight/org-mode@cea0263) Backport commit bbf389ea6 from Emacs
- [5fdbf159](emacs-straight/org-mode@5fdbf15) Backport commit 2d71fd3b0 from Emacs
- [9d29de23](emacs-straight/org-mode@9d29de2) Backport commit b2bce107b from Emacs
- [745bdebe](emacs-straight/org-mode@745bdeb) Backport commit ba0871bef from Emacs
- [6e991f4b](emacs-straight/org-mode@6e991f4) Backport commit 10b691987 from Emacs
- [394f4949](emacs-straight/org-mode@394f494) org-macro: Require vc in vc-modified-time
- [eb5622b7](emacs-straight/org-mode@eb5622b) * doc/org-manual.org (Footnotes): Fix typo
- [45044737](emacs-straight/org-mode@4504473) ox-latex: Support svg images with unicode paths
- [6013cb16](emacs-straight/org-mode@6013cb1) Fix doc string quoting problems with '
- [6ad53fa2](emacs-straight/org-mode@6ad53fa) org: Correct regexp escaping to use regexp-quote
- [5be0c709](emacs-straight/org-mode@5be0c70) * lisp/org.el (org-reload): Do not quote t symbol
- [bc875e5c](emacs-straight/org-mode@bc875e5) Fix feature regexp used to detect Org library names
- [d37c0ee5](emacs-straight/org-mode@d37c0ee) lisp/ox-latex.el: Remove obsolete Babel and Polyglossia alists
- [20274454](emacs-straight/org-mode@2027445) test-ol: Rename cases to match the default selector
- [a753d0dd](emacs-straight/org-mode@a753d0d) lisp/ox-latex: Omit empty date
- [785f003d](emacs-straight/org-mode@785f003) org-fold-show-entry: Do not fold drawers unless requested
- [7e076118](emacs-straight/org-mode@7e07611) oc-csl.el: Add support for sub-bibliographies
- [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
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