Closed pedro-nonfree closed 10 months ago
Thank you for pointing out this issue!
At that time, I lacked experience and mistakenly treated this function as a built-in. The latest commit should have fixed this issue. If there are any further problems, please let me know.
When I tried to make it work the (GREAT!!!) functionality of
org-media-note-adjust-timestamp-offset
it failed because function(org-link-edit--link-data)
[1] was not definedThen I discovered that I just needed this piece of code [2] which I got it from here [3], and this is by the way the proper place according to [4], you might want to get all the package, but I just needed that two functions to make the "adjust timestamp" functionality to work
I am just reporting how I solved the problem, I don't know how this should be fixed, just updating README.md docs? code refactor? code inclusion?
[1] https://github.com/yuchen-lea/org-media-note/blob/fa285dd59ccd9cd0b1823496293f17ab74569274/org-media-note-core.el#L490
[2] emacs lisp code:
[3] https://git.kyleam.com/org-link-edit/tree/org-link-edit.el?id=239179077ed8029bdccf7c9d4abcc6ea7d1aa2bb#n69
[4] release_0.4 commit message from https://git.sr.ht/~bzg/org-contrib/commit/c6aef31ccfc7c4418c3b51e98f7c3bd8e255f5e6 (I copy here the content too)