Commit Graph

  • 1fe051fa19
    fixup! org-string-width: Fix measuring lines beyond window width Ihor Radchenko 2023-12-05 20:34:49 +0100
  • f2cb64579b
    org-buffer-text-pixel-width: Fix measuring lines beyond window width Ihor Radchenko 2023-12-05 16:42:17 +0100
  • 8c2f7635c5
    Merge branch 'bugfix' Ihor Radchenko 2023-12-05 16:41:12 +0100
  • 4a7a1f2fe7
    org-string-width: Fix measuring lines beyond window width Ihor Radchenko 2023-12-05 16:38:42 +0100
  • 5e946d3673
    org-print-speed-command: Rename and mark for internal use Ihor Radchenko 2023-12-05 14:30:55 +0100
  • a0ee5d4c33
    lisp/org-keys.el (org-mouse-1-follows-link): Fix checkdoc warning Ihor Radchenko 2023-12-05 14:28:05 +0100
  • f4b9f3f7b9
    lisp/org-keys.el: Document all the function arguments Ihor Radchenko 2023-12-05 14:27:44 +0100
  • 315417582f
    lisp/org.el (org-mode): Force `tab-width' to be 8 Ihor Radchenko 2023-10-20 13:10:30 +0300
  • 23378177c2
    lisp/oc-basic.el: Consider that author/title fields may be raw string objects Ihor Radchenko 2023-12-05 12:04:30 +0100
  • 36f61a9c8b
    lisp/oc.el (org-cite-parse-elements): Use org-mode buffer for parsing Ihor Radchenko 2023-12-05 12:03:11 +0100
  • 1e353648ef Merge branch 'bugfix' Kyle Meyer 2023-12-04 23:33:47 -0500
  • 3cdb637fcf Merge branch 'km/from-emacs-29' into bugfix Kyle Meyer 2023-12-04 23:27:04 -0500
  • dc1230a3b5 Backport commit 5f923ff1a from Emacs Stefan Kangas 2023-12-03 23:31:30 +0100
  • 08c9664a42
    Merge branch 'bugfix' Ihor Radchenko 2023-12-04 15:52:16 +0100
  • a5e3a06b2e
    org-element--cache-process-request: Fix edge case Ihor Radchenko 2023-11-08 18:07:15 +0200
  • 4d72f3a0d2 Merge branch 'bugfix' Bastien Guerry 2023-12-02 10:03:02 +0100
  • 65def05f6c lisp/ox-beamer.el: Fix face definition Bastien Guerry 2023-12-02 10:02:12 +0100
  • 57b94f3447
    lisp/org.el (org-in-src-block-p): Fix when post-blank has spaces Ihor Radchenko 2023-11-29 11:05:41 +0100
  • 6d7c7917a0
    lisp/org.el (org-in-src-block-p): Fix when on affiliated or post-blank Ihor Radchenko 2023-11-27 21:26:28 +0100
  • bd7fab2129
    lisp/org.el (org-in-src-block-p): Improve docstring Ihor Radchenko 2023-11-27 20:54:42 +0100
  • 4b1154e32d
    lisp/org-element.el: Use consistent warning types for warnings Ihor Radchenko 2023-11-23 13:09:06 +0200
  • 6a417d5798
    doc/org-guide.org: Convert references to manual into info:org links Ihor Radchenko 2023-11-23 12:43:05 +0200
  • bfa4f9d5aa
    * lisp/ox-latex.el: Document some undocumented function arguments Ihor Radchenko 2023-11-18 13:18:53 +0200
  • ad1aff1722
    lisp/ox-latex.el (org-latex-src-block-backend): Fix double space in docstring Ihor Radchenko 2023-11-18 13:18:37 +0200
  • a1fa521975
    org-agenda-format-item: Do not call `org-get-outline-path' in non-Org buffer Ihor Radchenko 2023-11-17 15:04:28 +0200
  • 0740e62df8
    lisp/ox-ascii.el: Fix justification of special blocks Ihor Radchenko 2023-11-17 10:28:32 +0200
  • 819cd73cb4
    lisp/ox-publish.el (org-publish-timestamp-filename): Document function arguments Ihor Radchenko 2023-11-15 11:20:33 +0200
  • 4758255035
    lisp/ox-texinfo.el (org-element-ast): Fix checkdoc warnings Ihor Radchenko 2023-11-14 20:07:47 +0200
  • 5bbd58d34f
    * lisp/org-element.el: Fix checkdoc warnings Ihor Radchenko 2023-11-13 11:28:55 +0200
  • d285f72f9d
    * lisp/org-persist.el (org-persist-write:url): Do not end error with "." Ihor Radchenko 2023-11-13 11:28:40 +0200
  • b55e388631
    Update version number for the 9.6.12 release release_9.6.12 Ihor Radchenko 2023-11-13 10:23:02 +0200
  • 6f960f3c6a
    * lisp/org-element.el: Fix checkdoc warnings Ihor Radchenko 2023-11-11 13:34:47 +0200
  • 6af71d6f2f
    Merge branch 'bugfix' Ihor Radchenko 2023-11-11 13:05:03 +0200
  • 866e638c21
    org-persist--normalize-associated: Avoid TRAMP connection for remote files Ihor Radchenko 2023-11-08 19:58:42 +0200
  • b5cfc311db
    org-babel-ref-resolve: Search current buffer when FILE in FILE:REF does not exist Ihor Radchenko 2023-10-21 13:08:55 +0300
  • 08bbdc7c8b
    Merge branch 'bugfix' Ihor Radchenko 2023-11-10 12:08:57 +0200
  • 5c82e1e1dd
    org-plantuml-exec-mode: Fix obsolete variable name in the docstring Ihor Radchenko 2023-11-10 12:06:36 +0200
  • 2e8262b893
    lisp/org-timer.el (org-timer-start-time): Fix checkdoc warning Ihor Radchenko 2023-11-08 11:55:07 +0200
  • c80f320269
    lisp/org-timer.el: Document all the function arguments Ihor Radchenko 2023-11-08 11:54:48 +0200
  • 0ad14d7b0e doc/org-manual.org: Checkboxes, add checkbox states examples Sławomir Grochowski 2023-11-06 13:27:06 +0100
  • 6feef2a279
    Merge branch 'bugfix' Ihor Radchenko 2023-11-07 12:52:46 +0200
  • 93ebd64de1
    org-beginning/end-of-line: Fix when moving to different line Tomohisa Kuranari 2023-09-22 22:38:26 +0900
  • 154a80f864
    lisp/org-crypt.el (org-crypt-check-auto-save): Fix checkdoc warning Ihor Radchenko 2023-11-07 11:43:53 +0200
  • 7056752f33
    * lisp/org-cycle.el: Document all the function arguments Ihor Radchenko 2023-11-06 11:46:30 +0200
  • 1014296344
    * lisp/org.el (org-comment-dwim): Rely on `org-comment-or-uncomment-region' Ihor Radchenko 2023-11-06 11:14:29 +0200
  • 428dd4356a Update hard-coded versions for sync with Emacs Kyle Meyer 2023-11-05 21:44:33 -0500
  • a46816c017 Merge branch 'bugfix' into emacs-sync Kyle Meyer 2023-11-05 21:43:55 -0500
  • 089fda1219
    Merge branch 'bugfix' Ihor Radchenko 2023-11-05 17:51:55 +0200
  • bf7a0cdcef
    * lisp/org-element.el (org-element--cache-remove): Fix `throw' error symbol Ihor Radchenko 2023-11-05 17:50:36 +0200
  • fac55324ac
    org-element-at-point: Demote error to warning when called from non-Org buffer Ihor Radchenko 2023-11-05 14:12:54 +0200
  • 459a10979d
    * lisp/ox-man.el (org-man-table-cell): Fix checkdoc warning Ihor Radchenko 2023-11-05 11:31:39 +0200
  • 054bdb6ce3
    * lisp/ox-md.el (org-md--convert-to-html): Fix the docstring Ihor Radchenko 2023-11-04 09:48:39 +0200
  • 38723463db
    org-publish-project-alist: Fix checkdoc warning Ihor Radchenko 2023-11-03 09:21:37 +0200
  • 91ce96d04a
    org-html-link-org-files-as-html: Fix checkdoc warning Ihor Radchenko 2023-11-02 10:22:23 +0200
  • 9ecee6f2e2
    * lisp/ox.el (org-export-async-debug): Fix checkdoc warning Ihor Radchenko 2023-11-01 12:48:43 +0200
  • ab0d0a6402
    fixup! * lisp/org-table.el (org-table-make-reference): Add a FIXME comment Ihor Radchenko 2023-11-01 11:24:49 +0200
  • 1ef9e144aa
    * lisp/org-table.el (org-table-make-reference): Add a FIXME comment Ihor Radchenko 2023-11-01 11:23:58 +0200
  • 0ab6ab00c1 Revert "lisp/org-table.el: fix warning about `eq' usage" Bastien Guerry 2023-11-01 10:14:30 +0100
  • ee0961ba31 lisp/org-table.el: fix warning about `eq' usage Karl Fogel 2023-10-30 10:33:29 -0500
  • cdd73bc955
    Update version number for the 9.6.11 release release_9.6.11 Ihor Radchenko 2023-10-30 12:07:11 +0200
  • d68d0f5f49
    * lisp/org-pcomplete.el: Add commentary section Ihor Radchenko 2023-10-30 12:05:09 +0200
  • ffcdaa1e22
    * lisp/org-mouse.el (org-mouse-re-search-line): Document function argument Ihor Radchenko 2023-10-28 13:53:22 +0300
  • 9183e3c723
    * lisp/org-crypt.el: Fix checkdoc warnings Ihor Radchenko 2023-10-27 12:19:44 +0300
  • 41ff569f2d
    * lisp/org-ctags.el: Fix sentence spacing in the top comment Ihor Radchenko 2023-10-26 12:48:21 +0300
  • 55db64e9d0
    org-element--properties-mapc: Fix typo Ihor Radchenko 2023-10-25 16:47:53 +0300
  • 2b15e789ae
    org-clock-out-removed-last-clock: New variable to be used by `org-clock-hook' Ihor Radchenko 2023-10-25 16:14:23 +0300
  • 9512bf250a
    org-clock-out-hook: Clarify point location when hook is executed Ihor Radchenko 2023-10-25 14:52:22 +0300
  • b06995e998
    * lisp/ol-man.el: Add file commentary and Code: header Ihor Radchenko 2023-10-25 13:46:00 +0300
  • 0b0bf03e4b
    org-clock-clocktable-language-setup: Reformat and add Polish translation PolishEmacsUser 2023-10-22 16:28:28 +0200
  • 9cbaf8e49c
    ox-ascii.el: Consistently add brackets around links Max Nikulin 2023-10-24 21:45:36 +0700
  • f632def07c
    * doc/org-manual.org: Improve documentation for #+SELECT_TAGS and #+EXCLUDE_TAGS Ihor Radchenko 2023-10-23 15:30:42 +0300
  • 96286321c5
    Merge branch 'bugfix' Ihor Radchenko 2023-10-25 11:03:15 +0300
  • 9c255cacfe
    org-element-ignored-local-variables: Add missing variables Ihor Radchenko 2023-10-25 11:00:51 +0300
  • a9e2a97ee3
    org-export-ignored-local-variables: Add missing variables Ihor Radchenko 2023-10-25 10:58:02 +0300
  • c7db1c0981
    * lisp/org-clock.el (org-clock-menu): Add docstring Ihor Radchenko 2023-10-24 13:44:28 +0300
  • e03402b931
    Merge branch 'bugfix' Ihor Radchenko 2023-10-24 12:28:20 +0300
  • 84fa57ad1f
    org-babel-insert-result: Do not modify RESULT for side effects Ihor Radchenko 2023-10-24 12:25:12 +0300
  • 098f081591
    org-open-at-point: Preserve point unless opening link moves the point Ihor Radchenko 2023-10-23 14:28:04 +0300
  • 20ab29117c
    * lisp/ol.el (org-link-open-as-file): Document function arguments Ihor Radchenko 2023-10-23 12:33:29 +0300
  • 154ef34107
    * lisp/ol-eww.el (org-eww-extend-eww-keymap): Add docstring Ihor Radchenko 2023-10-22 12:18:53 +0300
  • 693a3c558f
    org-icalendar-entry: Fix when the value is a list of keywords Ihor Radchenko 2023-10-22 11:45:34 +0300
  • 1494445116
    Fix obsolete `sleep-for' usage Gerard Vermeulen 2023-10-21 11:50:22 +0200
  • edff094b5f
    * lisp/ol-eshell.el: Fix docstrings Ihor Radchenko 2023-10-21 14:49:52 +0300
  • 7ceefaf2d5
    * lisp/ob-plantuml.el: Support tikz output Nan JunJie 2023-10-20 14:52:25 +0300
  • 595a32d532
    * lisp/ol.el: Document some of the function arguments Ihor Radchenko 2023-10-20 13:29:03 +0300
  • 0e9485c90b
    * lisp/ol.el (org-link--set-link-display): Fix compiler warning Ihor Radchenko 2023-10-20 13:28:42 +0300
  • aef5cf5e0b
    * lisp/ol.el (org-link-descriptive): Provide :set function Ihor Radchenko 2023-10-20 12:34:34 +0300
  • 46a52a5708
    * lisp/ob-sqlite.el: Document all the function arguments Ihor Radchenko 2023-10-19 12:58:21 +0300
  • 13353f1fa3
    org-fold-hide-drawer-all: Make interactive Ihor Radchenko 2023-10-19 12:32:49 +0300
  • c77e7f9c8a
    * etc/ORG-NEWS (=UNNUMBERED= property ...): Add reference to the manual Ihor Radchenko 2023-10-19 12:08:19 +0300
  • 733cb9614c
    * lisp/ob-sqlite.el: Add support for :prologue/:epilogue parameters Ihor Radchenko 2023-10-19 11:59:59 +0300
  • ab4ec726e5
    * lisp/ob-org.el: Add support for :prologue/:epilogue parameters Ihor Radchenko 2023-10-19 11:59:46 +0300
  • 320b0e5b1f
    * lisp/ob-lisp.el: Add support for :prologue/:epilogue parameters Ihor Radchenko 2023-10-19 11:59:37 +0300
  • 6887851401
    * lisp/ob-lilypond.el: Add support for :prologue/:epilogue parameters Ihor Radchenko 2023-10-19 11:59:27 +0300
  • f0a2531bb4
    * lisp/ob-latex.el: Add support for :prologue/:epilogue parameters Ihor Radchenko 2023-10-19 11:59:11 +0300
  • 92b69d4331
    * lisp/ob-java.el: Add support for :prologue/:epilogue parameters Ihor Radchenko 2023-10-19 11:59:00 +0300
  • 67bd4b0a36
    * lisp/ob-fortran.el: Add support for :prologue/:epilogue parameters Ihor Radchenko 2023-10-19 11:58:39 +0300
  • 936290fe18
    * lisp/ob-emacs-lisp.el: Add support for :prologue/:epilogue parameters Ihor Radchenko 2023-10-19 11:58:17 +0300
  • 3bffa96448
    * lisp/ob-dot.el: Add support for :prologue/:epilogue parameters Ihor Radchenko 2023-10-19 11:58:07 +0300
  • be59f11435
    * lisp/ob-calc.el: Add support for :prologue/:epilogue parameters Ihor Radchenko 2023-10-19 11:57:56 +0300
  • 1f0eaefa52
    * lisp/ob-awk.el: Add support for :prologue/:epilogue parameters Ihor Radchenko 2023-10-19 11:57:33 +0300
  • 312deaa13a
    * lisp/ob-C.el: Add support for :prologue/:epilogue parameters Ihor Radchenko 2023-10-19 11:56:49 +0300
  • b3c8a7c360
    * lisp/org-element.el (org-element-entity-parser): Add comment Ihor Radchenko 2023-10-19 11:17:58 +0300
  • e34d7781f0
    org-element-entity-parser: Refactor entity regexp using `rx' Ihor Radchenko 2023-10-19 11:15:45 +0300
  • 627097c7d3
    * lisp/ol.el (org-link-complete-file): Document the function argument Ihor Radchenko 2023-10-18 13:47:49 +0300
  • 8320e4794e
    org-entry-get-with-inheritance: Fix inherited explicit nil value Ihor Radchenko 2023-10-18 11:37:13 +0300
  • 4f8c9f5ac5
    * lisp/ol-man.el (org-man-export): Document all the function arguments Ihor Radchenko 2023-10-17 14:00:01 +0300
  • b223a3cc75
    org-num: Allow property inheritance for UNNUMBERED property Ihor Radchenko 2023-10-17 13:01:25 +0300
  • 24a0e7f8df
    * lisp/ob-python.el: Fix misspelled constant name Ihor Radchenko 2023-10-17 11:13:59 +0300
  • 9bbc21df84
    Merge branch 'bugfix' Ihor Radchenko 2023-10-16 16:05:05 +0300
  • f5e41b4724
    org-babel-result-names: Do not alter window configuration hrdl 2023-10-16 11:53:25 +0200
  • 678af9d502
    test-org/auto-repeat-maybe: Fix Emacs <28 compatibility Ihor Radchenko 2023-10-16 13:24:24 +0300
  • 16548593eb
    * lisp/org-clock.el (org-clock-clocked-in-display): Fix docstring format Ihor Radchenko 2023-10-16 12:18:43 +0300
  • 23f751910e
    org.el: Respect org-extend-today-until in timestamps with ++ Valentin Herrmann 2023-08-13 18:44:49 +0200
  • 201625f7e2 lisp/org-agenda.el: Display commands in a more consistent order bzg 2023-10-16 10:14:41 +0200
  • 73485aa063
    org-element-parse-secondary-string: Fix Emacs 27 compatibility Ihor Radchenko 2023-10-16 11:23:39 +0300
  • 7c6bef0c82 lisp/org-agenda.el: Display commands in a more consistent order srht/main github/main bzg 2023-10-16 10:14:41 +0200
  • fa7542d74c
    * lisp/org-agenda.el (org-agenda-get-progress): Fix clock log entries Ihor Radchenko 2023-10-16 10:30:38 +0300
  • 0becd1d6f7 Merge branch 'bugfix' bzg 2023-10-16 07:43:04 +0200
  • 1ee85e957e doc/org-manual.org: Fix outdated link bzg 2023-10-16 07:41:42 +0200
  • 1eb5987589 ob-python: Check for end of output in org-babel-python-send-string Jack Kamm 2023-10-15 16:15:09 -0700
  • 061988c024
    * lisp/org-tempo.el: Fix checkdoc warnings Ihor Radchenko 2023-10-15 11:53:05 +0300
  • 1a1f45d236
    Merge branch 'bugfix' Ihor Radchenko 2023-10-15 11:32:55 +0300
  • c42cdcda47
    lisp/ob-shell.el: Adapt the `:var' header parameter to fish Elias Kueny 2023-10-14 00:20:55 +0200
  • 7d90507420
    Merge branch 'bugfix' Ihor Radchenko 2023-10-15 11:12:34 +0300
  • 51937d4b13
    * lisp/ox.el (org-export-to-file): Ensure final newline Ihor Radchenko 2023-10-10 14:19:53 +0300
  • 9fcbd19b3b
    * lisp/org-protocol.el (org--protocol-detect-protocol-server): Fix docstring Ihor Radchenko 2023-10-14 12:09:34 +0300
  • ec23993301
    lisp/ox.el: Ignore case when matching headings and targets Ihor Radchenko 2023-10-14 11:45:57 +0300
  • ed42dc34a8
    * lisp/ol.el (org-link-search): Ignore case when matching headings Ihor Radchenko 2023-10-14 11:44:10 +0300
  • abf5156096
    * lisp/org-attach.el (org-attach-attach): Do not end error message with period Ihor Radchenko 2023-10-13 15:34:39 +0300
  • 0d214ef008
    org-element--current-element: Fix edge case with affiliated keywords Ihor Radchenko 2023-10-13 15:14:57 +0300
  • f3de4c3e04
    org-babel-tangle-collect-blocks: Ignore src blocks without language Ihor Radchenko 2023-10-12 17:34:54 +0300
  • a2dd30d3a1
    * lisp/ol-doi.el (org-link-doi-open): Document all the function arguments Ihor Radchenko 2023-10-12 14:44:02 +0300
  • 0e3d0e3d19
    org-element--collect-affiliated-keywords: Fix keywords before comment Ihor Radchenko 2023-10-12 14:24:35 +0300
  • 07ae6ba58d
    * lisp/org-element.el (org-element--current-element): Add a comment Ihor Radchenko 2023-10-12 14:24:24 +0300
  • 9ba1fc778a
    * lisp/org-element.el (org-element--cache-sync): Do not reset cache warning Ihor Radchenko 2023-10-12 14:01:52 +0300
  • fba3fd56c4
    org-element-org-data-parser: Allow leading blank lines before property drawer Ihor Radchenko 2023-10-12 13:34:08 +0300
  • a52c74e962
    org-element-org-data-parser: Fix deferred property parsing Ihor Radchenko 2023-10-12 13:31:49 +0300
  • f660afc506
    fixup! org-element-parse-secondary-string: Prevent altering current buffer cache Ihor Radchenko 2023-10-12 11:16:59 +0300
  • e1569918cc
    org-agenda: Handle inactive ranges when displaying inactive timestamps Ihor Radchenko 2023-10-11 12:02:18 +0300
  • f32f5982a7
    * lisp/ol-info.el (org-info-map-html-url): Prioritize custom URLs Ihor Radchenko 2023-10-10 19:27:09 +0300
  • 7e7ce81136
    * lisp/ol-info.el (org-info-other-documents): Convert to `defcustom' Ihor Radchenko 2023-10-10 19:23:37 +0300
  • ce47fdf382
    Merge branch 'bugfix' Ihor Radchenko 2023-10-10 19:09:00 +0300
  • 902975ca44
    * lisp/ol-info.el (org-info-emacs-documents): Update the manual list Ihor Radchenko 2023-10-10 19:07:48 +0300
  • ad7406fc14
    Merge branch 'bugfix' Ihor Radchenko 2023-10-10 18:45:33 +0300
  • 558db89e40
    Backport 7cc208af9 fix from main Ihor Radchenko 2023-10-10 18:42:11 +0300
  • c952ff10fb
    * lisp/ob-ruby.el: Document all the function arguments Ihor Radchenko 2023-10-10 15:30:35 +0300
  • fe23bec607
    * lisp/org-element.el (org-element-subscript-parser): Fix edge case Ihor Radchenko 2023-10-10 15:05:38 +0300
  • ad07b2982f
    fixup! org-element-parse-secondary-string: Prevent altering current buffer cache Ihor Radchenko 2023-10-10 15:05:25 +0300
  • 37d6bde27f
    org-element-parse-secondary-string: Prevent altering current buffer cache Ihor Radchenko 2023-10-10 13:53:07 +0300
  • b0a0059b85 Update hard-coded versions for sync with Emacs Kyle Meyer 2023-10-09 23:45:58 -0400
  • aa3745a853 Merge branch 'bugfix' into emacs-sync Kyle Meyer 2023-10-09 23:45:30 -0400
  • ac108a3ac1
    * lisp/ol-docview.el (org-docview-export): Update docstring and arglist Ihor Radchenko 2023-10-09 16:33:28 +0300
  • 681f3fc8f9
    * lisp/ol-docview.el (org-docview-open): Add docstring Ihor Radchenko 2023-10-09 16:33:18 +0300
  • 54b9c845a7
    * lisp/org-crypt.el: Fix outdated declare forms Ihor Radchenko 2023-10-08 13:01:12 +0300
  • fe19ebe4af
    * lisp/org-archive.el: Fix flycheck warnings Ihor Radchenko 2023-10-08 12:58:29 +0300
  • e54c7e604b
    Update version number for the 9.6.10 release release_9.6.10 Ihor Radchenko 2023-10-08 10:54:43 +0300
  • 1003790d1d
    * lisp/org-pcomplete.el (org-element-property): Fix malformed declare Ihor Radchenko 2023-10-07 16:25:08 +0300
  • 1225f62576
    org-babel-python-read-string: Upcase function argument in the docstring Ihor Radchenko 2023-10-07 13:34:42 +0300
  • 26f1cb77a9
    org-ascii-item: Fix for alphabetical bullets Ihor Radchenko 2023-10-07 13:22:09 +0300
  • 69c830f361
    * lisp/ob-processing.el: Document all the function arguments Ihor Radchenko 2023-10-06 20:04:30 +0300
  • 4edfb69f86
    * lisp/org-element.el (org-element--cache-for-removal): Add more logging Ihor Radchenko 2023-10-06 14:27:22 +0300
  • e6690c5b79
    * lisp/ob-screen.el (org-babel-execute:screen): Document the function args Ihor Radchenko 2023-10-05 15:04:14 +0300
  • 88ff6c2fbc
    org-reset-checkbox-state-subtree: Do not reset outside the subtree Ihor Radchenko 2023-10-05 12:34:42 +0300
  • 6d85f851b3
    * lisp/ob-shell.el (org-babel-execute:shell): Document the function args Ihor Radchenko 2023-10-04 12:28:10 +0300
  • 460c1a3524
    Merge branch 'bugfix' Ihor Radchenko 2023-10-04 11:42:16 +0300
  • bd3705c053
    org-columns-remove-overlays: Fix when no columnview yet in buffer Ihor Radchenko 2023-10-04 11:40:07 +0300
  • 2ba45fcb78
    * lisp/ob-maxima.el: enable use of `batch' loader and `draw' Leo Butler 2023-09-19 13:36:06 -0500
  • 3fcf3d2e24
    * lisp/ob-R.el (org-babel-edit-prep:R): Add docstring Ihor Radchenko 2023-10-02 16:29:10 +0300
  • 3c29e77b51
    * lisp/org-capture.el: Fix malformed declare form Ihor Radchenko 2023-10-02 14:19:43 +0300
  • 0ed8bf794f
    * lisp/ob-python.el: Document some missing function arguments Ihor Radchenko 2023-10-01 13:41:59 +0300
  • 85ebb6d422
    * lisp/ob-org.el: Document all the function arguments Ihor Radchenko 2023-09-29 16:27:11 +0300
  • aa9177e1a8
    * lisp/ob-octave.el: Document all the function arguments Ihor Radchenko 2023-09-26 14:13:44 +0300
  • 224d455d60
    * lisp/ob-ocaml.el: Document all the function arguments Ihor Radchenko 2023-09-23 14:23:59 +0300
  • 4d0f89672a
    * lisp/ob-maxima.el: Document all the function arguments Ihor Radchenko 2023-09-22 14:09:36 +0300
  • 7efd5bba0a
    org-element-cache: Add switch to verify cache before writing to disk Ihor Radchenko 2023-09-22 11:42:52 +0300
  • d73d85b05e
    * lisp/ob-makefile.el (org-babel-execute:makefile): Document function args Ihor Radchenko 2023-09-21 13:59:07 +0300
  • 266aac1186
    org-element--cache-persist-before-write: Warn when writing incorrect cache Ihor Radchenko 2023-09-20 14:22:31 +0300
  • 8b18fc5817
    org-attach-dir-from-id: Detect attachments under default `org-attach-id-dir' Ihor Radchenko 2023-09-20 13:39:20 +0300
  • 39314eab11
    * lisp/ob-lisp.el (org-babel-lisp-vector-to-list): Add docstring Ihor Radchenko 2023-09-20 13:20:17 +0300
  • b1c507c0ee
    org-find-base-buffer-visiting: Document function argument Ihor Radchenko 2023-09-20 11:02:32 +0300
  • e42b7a6fdd
    * lisp/ob-latex.el: Document all the function arguments Ihor Radchenko 2023-09-19 15:49:09 +0300
  • 6c917e8904
    org-timestamp-change: Fix increasing range with prefix arg Ihor Radchenko 2023-09-19 15:31:43 +0300
  • a098c07973
    * lisp/org.el (org-modify-ts-extra): Refactor the code Ihor Radchenko 2023-09-19 14:57:20 +0300
  • edcb8eca5f
    (org-fast-tag-selection): Honour tag groups when using <TAB> input Ihor Radchenko 2023-09-19 12:43:00 +0300
  • 769c1dc64e
    Merge branch 'bugfix' Ihor Radchenko 2023-09-19 11:27:27 +0300
  • c61ec6255d
    org-agenda-get-scheduled: Fix call to `org-time-string-to-time' Ihor Radchenko 2023-09-19 11:24:10 +0300
  • 6307a774a7
    org-agenda-get-scheduled: Fix call to `org-time-string-to-time' Ihor Radchenko 2023-09-19 11:22:00 +0300
  • 0d9efae43f
    org-odt--translate-latex-fragments: Make sure that we use org-mode buffer Ihor Radchenko 2023-09-18 13:08:42 +0300
  • 5da44c7ba1
    * lisp/ob-js.el: Document all the function arguments Ihor Radchenko 2023-09-18 11:55:04 +0300
  • 95137f27cc Update hard-coded versions for sync with Emacs Kyle Meyer 2023-09-17 22:09:20 -0400
  • 146a4ddc6c Merge branch 'bugfix' into emacs-sync Kyle Meyer 2023-09-17 22:08:52 -0400
  • 72bbf89282
    * lisp/ob-haskell.el (org-babel-haskell-execute): Document function arguments Ihor Radchenko 2023-09-17 13:23:00 +0300
  • 14bde5aba5
    ox-icalendar: Ensure that entries in icalendar end with a newline Ihor Radchenko 2023-09-13 10:58:15 +0300
  • e203b5a659
    testing: Delete useless ert tests Ilya Chernyshov 2023-09-17 02:33:51 +0700
  • 88f2dde0fc
    * lisp/ob-python.el: Declare non-standard header args Ihor Radchenko 2023-09-17 12:39:40 +0300
  • c703541ffc
    * lisp/ob-groovy.el: Fix checkdoc warnings Ihor Radchenko 2023-09-16 12:23:52 +0300
  • 2c7018f72e
    org-manual: Fix a preposition and capitalization Rudolf Adamkovič 2023-09-16 00:27:52 +0200
  • 2e5db7a591
    org-element-cache: Catch problems with persistent cache and abort loading Ihor Radchenko 2023-09-16 11:52:27 +0300
  • aee3f2227f
    * lisp/org.el (org-mode): Initialize cache before parsing buffer keywords Ihor Radchenko 2023-09-16 11:40:56 +0300