Open jmay opened 1 year ago
Thanks for your patience!
After thinking about this, I think the best way to handle it might be to recognize when point is at end-of-buffer, and prompt the user whether to bookmark EOB or the heading. Then this could be documented, and it wouldn't need a new option to be defined.
What do you think? Thanks.
redoing this one for latest master
@jmay Please don't close this PR and make a new one. Just rebase it and force-push to this PR's branch.
Disabled by default.
To enable,
(setq org-bookmark-heading-match-eob t)
When enabled, saving a bookmark when cursor is at the end of the buffer (must be the very end, extra whitespace counts) with record an "eob" marker so that jumping to that bookmark will always jump to the end of the file. This overrides the regular behavior where it would jump to the beginning of that subheading.