Skip to content

Commit 50a49b1

Browse files
committed
Try to fix broken build and add an Emacs badge
1 parent 5b36cde commit 50a49b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#+TITLE:Org Outline Tree
22

3+
[[https://www.gnu.org/software/emacs/][https://img.shields.io/badge/Emacs-27.1+-blueviolet.svg?logo=GNU%20Emacs&logoColor=white]]
34
[[https://github.com/Townk/org-ol-tree/blob/main/LICENSE][http://img.shields.io/badge/license-MIT-brightgreen.svg]] [[https://github.com/Townk/org-ol-tree/actions/workflows/tests.yml][https://github.com/Townk/org-ol-tree/actions/workflows/tests.yml/badge.svg]] [[https://codecov.io/gh/Townk/org-ol-tree][https://codecov.io/gh/Townk/org-ol-tree/branch/main/graph/badge.svg?token=XL88FR24XT]]
45

56
This package offers an Org mode outline window that does not use indirect buffers.

org-ol-tree.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
;; Version: 0.0.1
99
;; Keywords: org, org-mode, outline, tree, tree-view, treeview, treemacs
1010
;; Homepage: https://github.com/Townk/org-ol-tree
11-
;; Package-Requires: ((org "9.5") (treemacs "2.8") (dash "2.18.1") (s "1.12.0") (ht "2.3") (cfrs "1.5.4") (seq) (cl-lib))
11+
;; Package-Requires: ((org "9.4") (treemacs "2.8") (dash "2.18.1") (s "1.12.0") (ht "2.3") (cfrs "1.5.4") (seq) (cl-lib))
1212
;;
1313
;; This file is not part of GNU Emacs.
1414
;;

0 commit comments

Comments
 (0)