All Projects → alphapapa → Org Sticky Header

alphapapa / Org Sticky Header

Show off-screen Org heading at top of window

Projects that are alternatives of or similar to Org Sticky Header

Org Tfl
Transport for London meets Emacs Orgmode
Stars: ✭ 55 (-19.12%)
Mutual labels:  emacs, org-mode
Org Treescope.el
Provides a time and priority based sparse tree interaction mode
Stars: ✭ 25 (-63.24%)
Mutual labels:  emacs, org-mode
Memacs
What did I do on February 14th 2007? Visualize your (digital) life in Org-mode
Stars: ✭ 711 (+945.59%)
Mutual labels:  emacs, org-mode
Emacs Document
translate emacs documents to Chinese for convenient reference
Stars: ✭ 1,085 (+1495.59%)
Mutual labels:  emacs, org-mode
Org Web
org-mode on the web, built with React, optimized for mobile, synced with Dropbox and Google Drive
Stars: ✭ 1,133 (+1566.18%)
Mutual labels:  emacs, org-mode
Ox Hugo
A carefully crafted Org exporter back-end for Hugo
Stars: ✭ 591 (+769.12%)
Mutual labels:  emacs, org-mode
Org Super Agenda
Supercharge your Org daily/weekly agenda by grouping items
Stars: ✭ 829 (+1119.12%)
Mutual labels:  emacs, org-mode
Org Sidebar
A helpful sidebar for Org mode
Stars: ✭ 354 (+420.59%)
Mutual labels:  emacs, org-mode
Organic
Outliner, organizer and notes management app.
Stars: ✭ 34 (-50%)
Mutual labels:  emacs, org-mode
Org Reverse Datetree
Reversed date trees for Emacs Org mode
Stars: ✭ 33 (-51.47%)
Mutual labels:  emacs, org-mode
.dot Org Files
Dotfiles, Emacs + Org-mode with babel and Literate programming.
Stars: ✭ 57 (-16.18%)
Mutual labels:  emacs, org-mode
Vscode Org Mode
Emacs Org Mode for Visual Studio Code
Stars: ✭ 1,096 (+1511.76%)
Mutual labels:  emacs, org-mode
Anki Editor
Emacs minor mode for making Anki cards with Org
Stars: ✭ 453 (+566.18%)
Mutual labels:  emacs, org-mode
Org Noter
Emacs document annotator, using Org-mode
Stars: ✭ 671 (+886.76%)
Mutual labels:  emacs, org-mode
Org Roam Server
A Web Application to Visualize the Org-Roam Database
Stars: ✭ 443 (+551.47%)
Mutual labels:  emacs, org-mode
Org Ql
An Org-mode query language, including search commands and saved views
Stars: ✭ 721 (+960.29%)
Mutual labels:  emacs, org-mode
.emacs.d
🎉 Personal GNU Emacs configuration
Stars: ✭ 313 (+360.29%)
Mutual labels:  emacs, org-mode
Org Wiki
Wiki for Emacs org-mode built on top of Emacs org-mode.
Stars: ✭ 319 (+369.12%)
Mutual labels:  emacs, org-mode
Coldnew Emacs
coldnew's emacs config
Stars: ✭ 32 (-52.94%)
Mutual labels:  emacs, org-mode
Org Evil
Evil extensions for Org-mode.
Stars: ✭ 51 (-25%)
Mutual labels:  emacs, org-mode

#+BEGIN_HTML #+END_HTML

  • org-sticky-header

[[https://melpa.org/#/org-sticky-header][file:https://melpa.org/packages/org-sticky-header-badge.svg]] [[https://stable.melpa.org/#/org-sticky-header][file:https://stable.melpa.org/packages/org-sticky-header-badge.svg]]

This package displays in the header-line the Org heading for the node that's at the top of the window. This way, if the heading for the text at the top of the window is beyond the top of the window, you don't forget which heading the text belongs to. The display can be customized to show just the heading, the full outline path, or the full outline path in reverse.

Here's a screenshot showing the reversed-path setting:

[[screenshot.gif]]

  • Installation and Usage

Install from MELPA and run =org-sticky-header-mode=.

To install manually, put this file in your =load-path=, =(require 'org-sticky-header)= in your init file, and run =org-sticky-header-mode=.

You'll probably want to add =org-sticky-header-mode= to your =org-mode-hook= too.

If =org-startup-indented= is enabled, the =org-sticky-header-prefix= will be automatically set to match the =org-indent-mode= prefixes; otherwise you may wish to customize it.

  • Changelog

** 1.1

Added

  • Clicking on header line jumps to heading in the buffer. (Thanks to [[https://github.com/technician77][technician77]] for suggesting.)
  • Optionally display to-do keyword and priority of headings (enabled by default).

Changed

  • Default path separator strings changed to =❯= and =❮=.

Fixed

  • Error message was displayed when point was before first heading or in an empty document. (Thanks to [[https://github.com/kaushalmodi][Kaushal Modi]].)
  • Use string-width instead of length where appropriate.

** 1.0.1

Fixed

  • Avoid infinite loop when buffer is narrowed to a region without a parent heading. (See [[https://github.com/alphapapa/org-sticky-header/issues/8][#8]]. Thanks to [[https://github.com/chasberry][Charles C. Berry]].)

** 1.0.0

First tagged release.

  • Credits
  • Thanks to Steve Purcell and Syohei YOSHIDA for their tireless work curating MELPA.
  • Thanks to Carsten Dominik for inventing Org, and for his contributions to this package.
  • Thanks to Eric S. Fraga for his valuable feedback.
  • Thanks to [[https://github.com/kaushalmodi][Kaushal Modi]] for his feedback and help.
  • Thanks to [[https://github.com/angrybacon][Mathieu Marques]] for his feedback and persistent bug-hunting.
  • Thanks to [[https://github.com/aaronjensen][Aaron Jensen]] for his help tracking down a bug in [[https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26586][Emacs]] and in [[https://github.com/alphapapa/org-sticky-header/pull/7][this package]].
  • License

GPLv3 or any later version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].