diff options
Diffstat (limited to 'lisp/acdw-org.el')
-rw-r--r-- | lisp/acdw-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
373 | (let ((point-target (if (> arg 0) | 373 | (let ((point-target (if (> arg 0) |
374 | (point-max) | 374 | (point-max) |
375 | (point-min)))) | 375 | (point-min)))) |
376 | (unless (or (org-next-visible-heading arg) | 376 | (unless (or (org-next-visible-heading arg) ; XXX: this doesn't work!!! ARGH |
377 | (/= (point) point-target)) | 377 | (/= (point) point-target)) |
378 | (when (buffer-narrowed-p) | 378 | (when (buffer-narrowed-p) |
379 | (widen) | 379 | (widen) |