在org-mode里如何搜索tag

是这样加tag吧

#+TAGS: 书籍

我用node-find只能显示文件名无法显示和搜索tag

用的org roam?搜索 tag 在关键字前加#。

是org roam 加了# 咋没有显示啊

仔细看这个帖子用的是filetags来添加标签,你试试,然后org roam db async重建数据库,再试试?

这要看你的 org-roam-node-display-template 里面有没有包含 tag ,有的话才能搜。

你可能需要的是 #+ROAM_TAGS

https://emacs-china.org/t/org-roam-tag/13632

#+filetags: :书籍:阅读:

  (setq org-roam-node-display-template
        (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
2 个赞