Use Org-roam with markdown files by adding Md-roam as a plug-in. Mix org and markdown files in a single Org-roam database.
GNU General Public License v3.0
333
stars
15
forks
source link
Do not depend on arg numbers for `md-roam-id-get` #85
Closed
HyunggyuJang closed 7 months ago
With recent change of org mode, https://github.com/emacsmirror/org/commit/95554543b98513fb807a72a9fc5256e92c4cece0, the number of optional arguments of
org-id-get
has changed to 4; somd-roam-id-get
causes trouble.This PR makes
md-roam-id-get
argument number agnostic to resolve the error.