summaryrefslogtreecommitdiff
path: root/lisp/org
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be safer about "%" in message formatsPaul Eggert2019-03-073-18/+20
* Fix regular-expression glitches and typosPaul Eggert2019-03-0414-21/+22
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-2213-115/+86
* Remove some timestamp format assumptionsPaul Eggert2019-02-221-6/+4
* Merge from origin/emacs-26Glenn Morris2019-02-201-3/+3
|\
| * Update citations of Internet RFCsPaul Eggert2019-02-161-3/+3
* | Simplify use of encode-timePaul Eggert2019-02-107-84/+73
* | Prefer encode-time to its aliasPaul Eggert2019-02-105-17/+17
* | Merge from origin/emacs-26Paul Eggert2018-12-31118-121/+121
|\ \ | |/
| * Fix copyright years by handPaul Eggert2019-01-011-3/+3
| * Update copyright year to 2019Paul Eggert2019-01-01118-118/+118
* | Make org-protocol-flatten always an aliasPaul Eggert2018-12-171-9/+9
* | Some more flatten-tree aliasesPaul Eggert2018-12-171-6/+9
* | Revert "Replace insignificant backquotes" for Org filesMichael Heerdegen2018-11-2642-374/+374
* | Replace insignificant backquotesMichael Heerdegen2018-11-2542-374/+374
* | New (TICKS . HZ) timestamp formatPaul Eggert2018-10-061-2/+2
* | file-attributes cleanupPaul Eggert2018-09-236-11/+17
* | Prune most-positive-fixnum from Lisp sourcePaul Eggert2018-08-223-5/+5
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-212-4/+4
* | Add predicate proper-list-pBasil L. Contovounesios2018-07-091-3/+2
* | More alias-related tediumGlenn Morris2018-04-201-4/+5
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-202-14/+15
* | Prefer \... to control chars in .el literalsPaul Eggert2018-03-291-2/+2