alphapapa / org-bookmark-heading

Emacs bookmark support for Org-mode
GNU General Public License v3.0
93 stars 8 forks source link

+TITLE: org-bookmark-heading

+PROPERTY: LOGGING nil

[[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:

+BEGIN_SRC elisp

(require 'org-bookmark-heading)

+END_SRC

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 == in the Helm buffer, or by choosing the action from the list.

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.

GPLv3