Skip to content

fixup f7cc2af98d - off-by-one error in appending display#57

Open
MartinNowak wants to merge 1 commit into
emacsorphanage:masterfrom
MartinNowak:patch-1
Open

fixup f7cc2af98d - off-by-one error in appending display#57
MartinNowak wants to merge 1 commit into
emacsorphanage:masterfrom
MartinNowak:patch-1

Conversation

@MartinNowak

Copy link
Copy Markdown

Org-Modern

* TODO my org-modern item :tag:
image

Buggy:

<span class="org-level-1"><span class="hl-line">&#9660; T</span></span><span class="org-modern-todo"><span class="hl-line">ODO </span>

image

Fixed:

<span class="org-level-1"><span class="hl-line">&#9660; </span></span><span class="org-modern-todo"><span class="hl-line"> TODO </span>

image

- was testing the following char for a display property when it should test the last char
- fixup f7cc2af
- found when htmlizing org-modern (`* TODO my org-modern item :tag:`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant