boxy-headings
- Description
- View org files in a boxy diagram
- Latest
- boxy-headings-2.1.9.tar (.sig), 2025-Jan-05, 60.0 KiB
- Maintainer
- Amy Grinn <grinn.amy@gmail.com>
- Website
- https://gitlab.com/grinn.amy/boxy-headings
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
View org files as a boxy diagram.
package-install RET boxy-headings RET
1. Usage
1.1. boxy-headings
To view all headings in an org-mode file as a boxy diagram, use
the interactive function boxy-headings
Suggested keybinding:
(define-key org-mode-map (kbd "C-c r o") 'boxy-headings)
To modify the relationship between a headline and its parent, add the property REL to the child headline. Valid values are:
- on-top
- in-front
- behind
- above
- below
- right
- left
The tooltip for each headline shows the values that would be displayed if the org file was in org columns view.
2. License
GPLv3
3. Development
3.1. Setup
Install eldev
3.2. Commands
3.2.1. eldev lint
Lint the boxy-headings.el
file
3.2.2. eldev compile
Test whether ELC has any complaints
3.2.3. eldev package
Creates a dist folder with boxy-headings-<version>.el
3.2.4. eldev md5
Creates an md5 checksum against all files in the dist folder.
Old versions
boxy-headings-2.1.8.tar.lz | 2025-Jan-04 | 15.2 KiB |
boxy-headings-2.1.6.tar.lz | 2024-May-06 | 15.2 KiB |
boxy-headings-2.1.5.tar.lz | 2024-Mar-31 | 15.2 KiB |
boxy-headings-2.1.4.tar.lz | 2022-Nov-14 | 15.3 KiB |
boxy-headings-2.1.3.tar.lz | 2022-May-10 | 14.8 KiB |
boxy-headings-2.1.2.tar.lz | 2021-Oct-17 | 14.7 KiB |
boxy-headings-2.1.1.tar.lz | 2021-Oct-16 | 14.4 KiB |
boxy-headings-2.1.0.tar.lz | 2021-Oct-15 | 14.4 KiB |
boxy-headings-2.0.0.tar.lz | 2021-Oct-08 | 14.1 KiB |
News
1. 2.1.9
- Updated NEWS file
2. 2.1.8
- Remove eieio dependency
3. 2.1.7
- Updating boxy dependency to 2.0.0
4. 2.1.6
- Updated documentation
5. 2.1.5
- Moved project location
6. 2.1.4
- Update dependencies
7. 2.1.3
- Use #+TITLE property if it exists
- Reveal cursor location if in a hidden subtree after jumping to the location of a box
8. 2.1.2
- Added NEWS file
- Fixed bug where sibling relationships were not being added
9. 2.1.1
v2.1.1
Fix typo that caused 'left' and 'right' to not be valid REL property values.
See merge request tygrdev/boxy-headings!5
10. 2.1.0
v2.1.0
Bug fixes
- Added org 9.3 dependency for emacs 26.
Improvements
- Generalized `REL` property using regex to match, for example, all of "in front" "in front of" and "in-front".
- Added max visibility option
Fixes #2
See merge request tygrdev/boxy-headings!4
11. 2.0.0
2.0.0
- Renamed boxy-headlines to boxy-headings
- Standardized defface calls
See merge request tygrdev/boxy-headings!3
12. 1.0.2
Updated elpaignore
See merge request tygrdev/boxy-headlines!2
13. 1.0.1
1.0.1
- Added changes from Stefan Monnier
- Changed from cl-defmethod to defun
See merge request tygrdev/boxy-headlines!1