emacs: use new symbol for Org fold catching invisible edits

The other one is deprecated.
This commit is contained in:
Protesilaos Stavrou 2024-09-03 09:54:56 +03:00
parent d5b405b847
commit 655a7f70c8
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@
("x" . "example")
("X" . "export")
("q" . "quote")))
(setq org-catch-invisible-edits 'show)
(setq org-fold-catch-invisible-edits 'show)
(setq org-return-follows-link nil)
(setq org-loop-over-headlines-in-active-region 'start-level)
(setq org-modules '(ol-info ol-eww))

View file

@ -7137,7 +7137,7 @@ on how I use Org.
("x" . "example")
("X" . "export")
("q" . "quote")))
(setq org-catch-invisible-edits 'show)
(setq org-fold-catch-invisible-edits 'show)
(setq org-return-follows-link nil)
(setq org-loop-over-headlines-in-active-region 'start-level)
(setq org-modules '(ol-info ol-eww))