ahyatt / ekg

The emacs knowledge graph, app for notes and structured data.
GNU General Public License v3.0
230 stars 19 forks source link

Remove extra `list` in `ekg-notes-select-and-browse-url` & Fix typos #114

Closed qingshuizheng closed 11 months ago

qingshuizheng commented 11 months ago

Hello @ahyatt,

  1. For ekg-notes-select-and-browse-url, since title in the let-binding is a list already, no need to wrap it with (list ...). Otherwise, only ONE title in notes with multi-titles will be collected.
  2. Typos in ekg--metadata-on-insert-behind
ahyatt commented 11 months ago

Thank you for your fix! I'll include them in the next bugfix release, which should be in a week or two.