summaryrefslogtreecommitdiff
path: root/lisp/org
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-27Glenn Morris2020-02-131-1/+1
|\
| * Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-091-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-02-061-2/+3
|\ \ | |/
| * Replace add-to-list to lexical variable with push (bug#39373)Mattias Engdegård2020-02-011-2/+3
| * Move “Fix some broken conditional forms” to masterPaul Eggert2020-01-052-1/+2
* | Remove (or double) redundant backslashes in string literalsMattias Engdegård2020-01-243-5/+5
* | Merge from origin/emacs-27Paul Eggert2020-01-052-2/+1
|\ \ | |/
| * Fix some broken conditional formsPaul Eggert2020-01-042-2/+1
* | Merge from origin/emacs-27Paul Eggert2020-01-01124-127/+127
|\ \ | |/
| * Fix copyright years by handPaul Eggert2020-01-011-3/+3
| * Update copyright year to 2020Paul Eggert2020-01-01124-124/+124
* | Use regexp type for regexps in defcustom declarationsMattias Engdegård2019-12-264-5/+5
|/
* ; Spelling fixesPaul Eggert2019-12-102-4/+4
* Spelling fixesPaul Eggert2019-12-093-3/+3
* 2019-12-05 regexp lint fixesPaul Eggert2019-12-052-2/+2
* Fix regex repetition of repetitionsPaul Eggert2019-12-041-1/+1
* Silence warnings in Org 9.3Juanma Barranquero2019-12-042-2/+11
* ; Fix copyright years and license notices for recent org filesGlenn Morris2019-12-034-13/+19
* Update Org to 9.3Bastien2019-12-0397-13921/+17541
* * lisp/org/org.el (org-mode): Add pcomplete-completions-at-point to capf.Stefan Monnier2019-11-181-6/+8
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-113-8/+8
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-206-14/+14
* Update some URLsPaul Eggert2019-09-231-1/+1
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-2130-95/+94
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-197-10/+10
* Fix org-table 65536-second bugPaul Eggert2019-08-191-1/+1
* Fix org-timer-show-remaining-time > 1 hourPaul Eggert2019-08-171-11/+6
* Add FIXMEs for subsecond supportPaul Eggert2019-08-171-1/+2
* More-compatible subsecond calendrical timestampsPaul Eggert2019-08-161-1/+3
* Add conditional operator xor to subr.elMattias Engdegård2019-08-062-4/+8
* decode-time now returns subsec tooPaul Eggert2019-08-051-3/+3
* New function time-convertPaul Eggert2019-08-053-13/+13
* Fix minor Org timestamp inefficienciesPaul Eggert2019-08-052-2/+2
* Fix 2019-08-04 regex lintPaul Eggert2019-08-042-2/+2
* Improve time function docPaul Eggert2019-08-041-2/+5
* Fix usage of remove-text-propertiesBasil L. Contovounesios2019-08-012-2/+3
* Remove some obsolete integer overflow handlingMattias Engdegård2019-07-221-3/+1
* Fix minor typo in org-capture-templatesIsmail S2019-07-091-1/+1
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-062-5/+5
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-14/+15
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-15/+14
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-261-1/+0
* Avoid backslash-newline-newline in source codePaul Eggert2019-05-222-6/+3
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+1
* Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-121-2/+2
* Improve regexp advice again, and unchain rangesPaul Eggert2019-04-022-3/+3
* More minor regex cleanupPaul Eggert2019-03-192-6/+7
* Fix more regular expression typosPaul Eggert2019-03-182-4/+4
* Fix some ineffective backslashes in string literalsMattias Engdegård2019-03-163-4/+4
* More regexp corrections and tweaksPaul Eggert2019-03-081-2/+2