Add option to make the invisible leading stars.#13
Open
cadadr wants to merge 2 commits into
Open
Conversation
Add option to make them invisible, not hidden by means of it's colour. Thus, the end result looks like x Heading level 1 o Heading level 2 > Heading level 3 o Heading level 2 instead of x Heading level 1 o Heading level 2 > Heading level 3 o Heading level 2 if `org-bullets-invisible-leading-stars' is `t'. Useful if the the contents of `org-bullets-bullet-list' makes obvious the level of the heading, and indentation is superfluous.
When the leading stars are invisible, org-cycle behaves badly, i.e. cycles wrong headings.
lmintmate
added a commit
to lmintmate/org-bullets
that referenced
this pull request
Jun 30, 2019
From sabof#13. I wanted to remove the indentation from the org levels and this pull request against the original repository did this. I however had to make the changes to this file by hand because the emacsorphanage version has added most of the stuff that used to be in the minor mode definition in the org-bullets--keywords variable instead and there would thus be a conflict if I attempted to merge the specific commits.
lmintmate
added a commit
to lmintmate/emacs.d
that referenced
this pull request
Jun 30, 2019
Added the ability found at sabof/org-bullets#13 to completely hide the leading stars, thus removing any sort of indentations.
lmintmate
added a commit
to lmintmate/org-bullets
that referenced
this pull request
Aug 16, 2019
From sabof#13. I wanted to remove the indentation from the org levels and this pull request against the original repository did this. I however had to make the changes to this file by hand because the emacsorphanage version has added most of the stuff that used to be in the minor mode definition in the org-bullets--keywords variable instead and there would thus be a conflict if I attempted to merge the specific commits.
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add option to make them invisible, not hidden by means of it's colour.
Thus, the end result looks like
instead of
if
org-bullets-invisible-leading-starsist. Useful if the thecontents of
org-bullets-bullet-listmakes obvious the level of theheading, and indentation is superfluous.