branch: externals/org commit b415111aff92d53b1ff90d03bd648a2a4d484b0a Author: Ihor Radchenko <yanta...@gmail.com> Commit: Ihor Radchenko <yanta...@gmail.com>
Disable native-comp in agenda It caused cryptic bugs in the past. --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 0f656a6ad9..6ec5876796 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -1,4 +1,4 @@ -;;; org-agenda.el --- Dynamic task and appointment lists for Org -*- lexical-binding: t; -*- +;;; org-agenda.el --- Dynamic task and appointment lists for Org -*- lexical-binding: t; no-native-compile: t; -*- ;; Copyright (C) 2004-2022 Free Software Foundation, Inc.