doomemacs/modules/lang/org/autoload
Henrik Lissner 659f7bfc71
refactor!: deprecate IS-* OS constants
BREAKING CHANGE: This deprecates the IS-(MAC|WINDOWS|LINUX|BSD) family
of global constants in favor of a native `featurep` check:

  IS-MAC      ->  (featurep :system 'macos)
  IS-WINDOWS  ->  (featurep :system 'windows)
  IS-LINUX    ->  (featurep :system 'linux)
  IS-BSD      ->  (featurep :system 'bsd)

The constants will stick around until the v3 release so folks can still
use it -- and there are still some modules that use it, but I'll phase
those uses out gradually.

Fix: #7479
2024-02-04 17:54:29 -05:00
..
contrib-ipython.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
contrib-present.el fix(org): org-flag -> org-fold, add spec argument 2023-03-17 00:26:21 -04:00
contrib-roam2.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
org-attach.el Rewrite org-download/attach systems 2020-04-25 01:27:25 -04:00
org-avy.el Fix gs in org-mode #2218 2019-12-20 13:40:06 -05:00
org-babel.el feat(org): keybinds for removing #+RESULTS blocks 2022-03-19 16:19:54 +01:00
org-capture.el refactor!: deprecate IS-* OS constants 2024-02-04 17:54:29 -05:00
org-export.el refactor!: deprecate IS-* OS constants 2024-02-04 17:54:29 -05:00
org-link.el fix(org): address fancy links regressions 2023-09-20 20:23:26 +02:00
org-refile.el fix(org): show outline path on refile to current file 2021-11-19 23:44:28 +01:00
org-tables.el fix(org): respect org-table-automatic-realign 2022-08-12 21:03:39 +02:00
org.el fix(org): don't call org-reveal in dead buffer 2023-11-29 11:30:20 -05:00