]> git.eshelyaron.com Git - emacs.git/commit
Port Org encode-time usage back to Emacs 25
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Apr 2022 00:48:05 +0000 (17:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Apr 2022 00:52:34 +0000 (17:52 -0700)
commit8ef37913d3be5ff518018acb6b0144d6e559b5ba
tree9986f71853857827dffe63527a9b527e2491d4a8
parent2aa588f016239e8fef3aeec97df7285f81b7f80b
Port Org encode-time usage back to Emacs 25

* lisp/org/ol.el (org-store-link):
* lisp/org/org-clock.el (org-clock-sum)
(org-clock-update-time-maybe):
* lisp/org/org-colview.el (org-colview-construct-allowed-dates):
* lisp/org/org-macro.el (org-macro--vc-modified-time):
* lisp/org/org-macs.el (org-2ft, org-matcher-time):
* lisp/org/org-table.el (org-table-eval-formula):
* lisp/org/org.el (org-read-date, org-display-custom-time)
(org-time-string-to-time, org-timestamp-change):
Don’t assume Emacs 27 encode-time, since standalone Org still
works with Emacs 25 and it’s easier if we minimize differences
from standalone Org.  Problem reported by Max Nikulin (Bug#54731).
This reverts much of 2021-12-16T17:40:21Z!eggert@cs.ucla.edu.
lisp/org/ol.el
lisp/org/org-clock.el
lisp/org/org-colview.el
lisp/org/org-macro.el
lisp/org/org-macs.el
lisp/org/org-table.el
lisp/org/org.el