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

Add option to make the invisible leading stars. #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add option to make the invisible leading stars. #13

wants to merge 2 commits into from

Conversation

cadadr
Copy link

@cadadr cadadr commented Oct 28, 2015

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.

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.
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 this pull request may close these issues.

1 participant