Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orgmode hl groups changed #71

Closed
kristijanhusak opened this issue Feb 25, 2024 · 0 comments · Fixed by #72
Closed

Orgmode hl groups changed #71

kristijanhusak opened this issue Feb 25, 2024 · 0 comments · Fixed by #72

Comments

@kristijanhusak
Copy link

Hey,

Just a heads up that Orgmode highlights were changed. This patch should fix it:

diff --git a/lua/headlines/init.lua b/lua/headlines/init.lua
index 8bc5025..0d8c217 100644
--- a/lua/headlines/init.lua
+++ b/lua/headlines/init.lua
@@ -173,14 +173,14 @@ M.config = {
         ),
         headline_highlights = { "Headline" },
         bullet_highlights = {
-            "OrgTSHeadlineLevel1",
-            "OrgTSHeadlineLevel2",
-            "OrgTSHeadlineLevel3",
-            "OrgTSHeadlineLevel4",
-            "OrgTSHeadlineLevel5",
-            "OrgTSHeadlineLevel6",
-            "OrgTSHeadlineLevel7",
-            "OrgTSHeadlineLevel8",
+            "@org.headline.level1",
+            "@org.headline.level2",
+            "@org.headline.level3",
+            "@org.headline.level4",
+            "@org.headline.level5",
+            "@org.headline.level6",
+            "@org.headline.level7",
+            "@org.headline.level8",
         },
         bullets = { "◉", "○", "✸", "✿" },
         codeblock_highlight = "CodeBlock",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant