diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el index 35a39cb..8c21123 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -197,7 +197,7 @@ under the current heading." (outline-up-heading arg) (call-interactively #'org-sort) ;; Sorting doesn't play well with `save-restriction' or markers, - ;; so just put the point where it was relative to original + ;; so just put the point where it was relative to the original ;; heading. This may not actually be the same tree if there are ;; redundant headings. (goto-char (+ (org-find-exact-headline-in-buffer heading nil t) |