[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org b415111aff 05/44: Disable native-comp in agenda
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org b415111aff 05/44: Disable native-comp in agenda |
Date: |
Mon, 25 Apr 2022 07:57:55 -0400 (EDT) |
branch: externals/org
commit b415111aff92d53b1ff90d03bd648a2a4d484b0a
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@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.
- [elpa] externals/org updated (c5395767af -> 407104459b), ELPA Syncer, 2022/04/25
- [elpa] externals/org 88f86237c5 01/44: Add org-fold-core: new folding engine, ELPA Syncer, 2022/04/25
- [elpa] externals/org 91b4c6e6ea 02/44: Separate folding functions from org.el into new library: org-fold, ELPA Syncer, 2022/04/25
- [elpa] externals/org ffdc508429 03/44: Separate cycling functions from org.el into new library: org-cycle, ELPA Syncer, 2022/04/25
- [elpa] externals/org d72ac89c7c 04/44: Remove functions from org.el that are now moved elsewhere, ELPA Syncer, 2022/04/25
- [elpa] externals/org b7dae51dbb 06/44: org-macs: New function org-find-text-property-region, ELPA Syncer, 2022/04/25
- [elpa] externals/org 67275f4664 10/44: Implement link folding, ELPA Syncer, 2022/04/25
- [elpa] externals/org cd83606cfd 12/44: org-fold: Handle indirect buffer visibility, ELPA Syncer, 2022/04/25
- [elpa] externals/org b415111aff 05/44: Disable native-comp in agenda,
ELPA Syncer <=
- [elpa] externals/org bc0caec6eb 07/44: org-at-heading-p: Accept optional argument, ELPA Syncer, 2022/04/25
- [elpa] externals/org 77aa9be5ac 11/44: Implement overlay- and text-property-based versions of some functions, ELPA Syncer, 2022/04/25
- [elpa] externals/org f63ff07441 13/44: Fix subtle differences between overlays and invisible text properties, ELPA Syncer, 2022/04/25
- [elpa] externals/org bf6bd6d21d 14/44: Support extra org-fold optimisations for huge buffers, ELPA Syncer, 2022/04/25
- [elpa] externals/org 4fbd8bfae0 15/44: Alias new org-fold functions to their old shorter names, ELPA Syncer, 2022/04/25
- [elpa] externals/org 8f6ce702bd 22/44: ORG-NEWS: Add list of changes, ELPA Syncer, 2022/04/25
- [elpa] externals/org 444d1c50ac 32/44: test-org/string-width: Add tests for strings with prefix properties, ELPA Syncer, 2022/04/25
- [elpa] externals/org 87babca898 33/44: org--string-from-props: Fix handling folds in Emacs <28, ELPA Syncer, 2022/04/25
- [elpa] externals/org ce58542c85 38/44: org-agenda.el: Re-enable native compilation, ELPA Syncer, 2022/04/25
- [elpa] externals/org 2249f4d7e5 42/44: org-fold-core-fontify-region: Remove unused variable, ELPA Syncer, 2022/04/25