karlicoss
karlicoss
don't think I even ran into this after years, but feel free to reopen if it's still an issue
I feel like it may be related -- I have a big file (5K lines), and when I press `G` just nothing happens, unless I manually scroll to the bottom...
@tasmo hey, have you tried forcing sync (via pull to refresh for instance)?
better late then never :) it's on pypi now https://github.com/karlicoss/grasp?tab=readme-ov-file#setup
I'm not using Hakyll these days, but in the past I've hacked around this for my [blog](https://beepb00p.xyz) by messing with Metadata, in case it might help https://github.com/karlicoss/beepb00p/blob/c522970bd8b1cfb6ffb3c8245bdcb57243a87570/hakyll/Org.hs#L36-L38 https://github.com/karlicoss/beepb00p/blob/a0bdb8fe5c6d965f21a7afd28cc27be55a838b4b/hakyll/site.hs#L340
btw, some inspiration for this can be borrowed from https://github.com/karlicoss/promnesia/blob/master/src/promnesia/sources/signal.py
Hey, I'm very relaxed about all this. There is just one branch in the repo, so obviously it's just created against `master` :) I don't care about branch naming. No...
Hi! Sorry -- I had an issue with github notification, only seen this now. I fixed the remaining mypy issue myself and merged -- will do a new release shortly
Yep, can't see why it won't be possible. I don't have a usecase for myself though, and time right now, but will be happy to accept a contribution with tests...
ended up with something like this for now.. ``` (defun --my/org-get-created-ts (item) (let* ((created-prop-s (org-element-property :CREATED item)) (created-prop-ts (when created-prop-s (ts-parse-org created-prop-s)))) (if created-prop-ts created-prop-ts (let* ((created-title-el (car (org-element-map (org-element-property...