summaryrefslogtreecommitdiff
path: root/lisp/org
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typos (misspelled symbols)Stefan Kangas2022-11-218-13/+10
* ; Fix typosStefan Kangas2022-11-201-2/+2
* ; Fix typosStefan Kangas2022-11-182-7/+7
* ; Fix typos (duplicate words)Stefan Kangas2022-11-171-4/+4
* ; * lisp/*.el: Fix typos in docstringsJuanma Barranquero2022-11-172-2/+2
* ; Fix typosStefan Kangas2022-11-111-4/+4
* Remove redundant library installation instructionsStefan Kangas2022-11-112-3/+0
* ; Fix several symbol name typosStefan Kangas2022-10-262-2/+2
* ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-154-4/+4
* org.el: Improve bindings of `inhibit-*` varsStefan Monnier2022-10-071-8/+4
* Revert "Decrease use of the word "Emacsen" in docs"Stefan Kangas2022-10-012-3/+3
* Decrease use of the word "Emacsen" in docsStefan Kangas2022-10-012-3/+3
* Add a new command vc-pull-and-pushLars Ingebrigtsen2022-09-241-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-09-211-1/+1
|\
| * ; Fix typos in Lisp symbolsStefan Kangas2022-09-201-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-09-052-3/+3
|\|
| * Update to Org 9.5.5Kyle Meyer2022-09-032-3/+3
* | Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-2319-178/+198
* | Fix some no-X build warningsLars Ingebrigtsen2022-08-221-1/+2
* | Merge from origin/emacs-28Stefan Kangas2022-08-223-8/+13
|\|
| * Update to Org 9.5.4-19-g4dff42Kyle Meyer2022-08-213-8/+13
* | Make many seldom-used generalized variables obsoleteLars Ingebrigtsen2022-08-211-6/+7
* | ; * lisp/org/org.el: Delete unnecessary declarations.Stefan Kangas2022-08-141-5/+0
* | Make compat alias image-refresh obsoleteStefan Kangas2022-08-092-3/+3
* | * lisp/org/org.el: Fix load of compiled or compressed org-loaddefsPeder O. Klingenberg2022-08-041-2/+2
* | ; * lisp/org/ob-lilypond.el: Add FIXME.Stefan Kangas2022-08-041-0/+1
* | Fix up some prefix registration problems in doc stringsLars Ingebrigtsen2022-08-041-6/+6
* | Fix quoting of #' in some doc stringsLars Ingebrigtsen2022-08-031-1/+1
* | Fix org.el byte-compile warning in org-loaddefs.elLars Ingebrigtsen2022-07-311-0/+1
* | Doc fixes: don't mention EFSStefan Kangas2022-07-281-1/+1
* | string-equal-ignore-case: new functionSam Steingold2022-07-264-20/+21
* | Merge from origin/emacs-28Stefan Kangas2022-07-2510-21/+39
|\|
| * Update to Org 9.5.4-17-g6e991fKyle Meyer2022-07-2418-36/+54
* | ; * lisp/org/ol.el (org-link--decode-compound): `lsh` -> `ash`Mattias EngdegÄrd2022-07-201-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-07-171-1/+1
|\|
| * ; Fix typosStefan Kangas2022-07-161-1/+1
* | ; Fix typos: prefer American spellingStefan Kangas2022-07-141-3/+3
* | Merge from origin/emacs-28Stefan Kangas2022-07-141-2/+2
|\|
| * ; Fix typos: prefer American spellingStefan Kangas2022-07-131-2/+2
* | Drop support for the dead third-party w3 packageStefan Kangas2022-07-091-8/+0
* | ; Fix typos.Stefan Kangas2022-07-023-3/+3
* | Merge from origin/emacs-28Stefan Kangas2022-06-272-2/+9
|\|
| * Update to Org 9.5.4-3-g6dc785Kyle Meyer2022-06-262-2/+9
* | org-cite-list-citations: Cache footnote-definition searchesIhor Radchenko2022-06-161-6/+19
* | org-element-map: Avoid repetitive `plist-get' callIhor Radchenko2022-06-161-1/+2
* | org-export-data: Concatenate strings in temporary buffer for performanceIhor Radchenko2022-06-161-22/+28
* | org-export-as: Do not update buffer settings when not modifiedIhor Radchenko2022-06-161-5/+11
* | org-export-resolve-id-link: Pre-cache all the ids in the parse treeIhor Radchenko2022-06-161-9/+21
* | org-export-resolve-fuzyy-link: Pre-cache all possible search cellsIhor Radchenko2022-06-161-6/+16
* | org-export-get-footnote-definition: Pre-cache references in parse treeIhor Radchenko2022-06-161-17/+22