Ahmed Shariff
Ahmed Shariff
This was a long time ago. I dont remember how I fixed this. Perhaps provide some detail, will try to help you guys out.
oh bugger, i should check which repo I am in. Actually I haven't had much success with it, and wound up implementing it from scratch. I never managed to fix...
I think having a query like system would be a more reasonable starting point. For example, what are the list of entries that have two particular nodes as their parents.
This is an ugly hack, for now I am using a slightly modified version of @allanlewis: ```python class MyEnum(Enum): a = "a" b = "b" @click.option("-m", "--method", type=click.Choice(MyEnum.__members__), callback=lambda c,...
@weirdNox the implementation for now provides support for [page, top and left] coordinates with precise notes while also providing backward compatibility with the [page top] format. The tooltip shows at...
Added that to the PR. Thank you for pointing it out 👍
I need to investigate a better way to visualise the arrow. I hadn't been able to get around to it. See https://github.com/politza/pdf-tools/issues/582
I am of the opinion that no data should be discarded, even bad/incomplete data can be of use. Hence I opt having more files even though it might clutter the...
I also have the same issue, but I don't use org-indent. I was playing around to see what was happening: The `org-transclusion-content-insert` function seems to be setting the `line-prefix` and...
@nobiot is it worth refactoring so that adding the fringe is done with the overlay functions instead of text-properties?