branch: elpa/gnosis commit 4be5facf8b3653ec45fb73176e40ffc1f123f71a Author: Thanos Apollo <pub...@thanosapollo.org> Commit: Thanos Apollo <pub...@thanosapollo.org>
save-note: Extract id links from keimenon and parathema. --- gnosis.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnosis.el b/gnosis.el index 78ba19fe68..5c8cb4aa26 100644 --- a/gnosis.el +++ b/gnosis.el @@ -1891,7 +1891,8 @@ Split content of Hypothesis and Answer headings using SEPARATOR." (answer (nth 4 note)) (parathema (or (nth 5 note) "")) (tags (nth 6 note)) - (links (gnosis-extract-id-links parathema)) + (links (append (gnosis-extract-id-links parathema) + (gnosis-extract-id-links keimenon))) (note-func (cdr (assoc (downcase type) (mapcar (lambda (pair) (cons (downcase (car pair)) (cdr pair)))