[[http://melpa.org/#/org-bookmark-heading][file:http://melpa.org/packages/org-bookmark-heading-badge.svg]] [[http://stable.melpa.org/#/org-bookmark-heading][file:http://stable.melpa.org/packages/org-bookmark-heading-badge.svg]]
This library provides Emacs bookmark support for Org mode. You can bookmark headings in Org files and jump to them using standard Emacs bookmark commands.
It seems like this package should be named ~org-bookmark~, but a package by that name already exists in ~org-mode/contrib~ which lets Org links point to Emacs bookmarks.
It also seems like this should be built-in to Org. Someday it may be upstreamed...
If you've installed from MELPA (or with a package system like Straight or Quelpa), you're done. Then you can customize =org-bookmark-jump-indirect= if you like.
To install manually, put ~org-bookmark-heading.el~ in your ~load-path~ and require the feature in your init file:
(require 'org-bookmark-heading)
Use the standard Emacs bookmark commands, =C-x r m=, etc.
If you use Helm, you can jump to Org bookmarks in an indirect buffer by pressing =
You can also customize the variable =org-bookmark-jump-indirect= to make Org bookmarks always open in indirect buffers.
** 1.4-pre
Changes
** 1.3.2
Compatibility
Fixes
** 1.3.1
Fixes
** 1.3
Additions
Fixes
** 1.2
Additions
Changes
** 1.1
Additions
Changes
** 1.0.0
Initial stable release.
Credits
Thanks to [[https://github.com/purcell][Steve Purcell]] for his advice on several improvements.
Thanks to [[https://github.com/mm--][Joshua Moller-Mara]] for his patch improving robustness.
Thanks to Nicolas Goaziou for suggesting several improvements.
License
GPLv3