From b30153cb64351fd7e6db9ee1da9e5bd0f8d81a36 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 27 Aug 2021 18:01:38 -0500 Subject: Enable olivetti-mode in org-mode --- lisp/acdw-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/acdw-org.el') diff --git a/lisp/acdw-org.el b/lisp/acdw-org.el index 67d6f47..50a0488 100644 --- a/lisp/acdw-org.el +++ b/lisp/acdw-org.el @@ -373,7 +373,7 @@ instead of the true count." (let ((point-target (if (> arg 0) (point-max) (point-min)))) - (unless (or (org-next-visible-heading arg) + (unless (or (org-next-visible-heading arg) ; XXX: this doesn't work!!! ARGH (/= (point) point-target)) (when (buffer-narrowed-p) (widen) -- cgit 1.4.1-21-gabe81