34

Emacs packages: org-sticky-header - Bits and Bobs

 4 years ago
source link: https://blog.bitsandbobs.net/blog/emacs-packages-org-sticky-header/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Emacs packages: org-sticky-header

November 05, 2019

The package org-sticky-header displays a sticky bar at the top, showing the current org heading.

Installlation (with use-package)

(use-package org-sticky-header
  :ensure t
  :hook (org-mode . org-sticky-header-mode))

Configuration

These are only the settings I use. For all options, check out M-x customize-group org-sticky-header.

;; Show full path in header
(setq org-sticky-header-full-path 'full)
;; Use > instead of / as separator
(setq org-sticky-header-outline-path-separator " > ")

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK