PR #32 adds a nice feature of showing excerpts of the notes' body as a tooltip/help-echo. This has opened up a new avenue to allow Org-remark communicate some notes' properties to from notes file to its source file.
However, this PR also added an additional argument TEXT to the main function org-remark-mark. We should prefer to keep the key function's signature unchanged.
In addition, there should be a standard ways for notes and source files to communicate -- especially on change/save of notes file.
Still WIP, but this PR quickly removes the TEXT arg in org-remark-mark and its friends (org-remark-create and org-remark-change) and yet retains the tooltip/help-echo.
PR #32 adds a nice feature of showing excerpts of the notes' body as a tooltip/help-echo. This has opened up a new avenue to allow Org-remark communicate some notes' properties to from notes file to its source file.
However, this PR also added an additional argument TEXT to the main function
org-remark-mark
. We should prefer to keep the key function's signature unchanged.In addition, there should be a standard ways for notes and source files to communicate -- especially on change/save of notes file.
Still WIP, but this PR quickly removes the TEXT arg in
org-remark-mark
and its friends (org-remark-create
andorg-remark-change
) and yet retains the tooltip/help-echo.