我已经在 org-mode 中设置了我的 Emacs 配置,如下所示。
所以标题标签下的代码:noexport:
不应该导出到init.el
文件中。但它确实虽然我有
...
#+OPTIONS: tags:t
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
#+EXCLUDE_TAGS: noexport
...
#+TAGS: ... noexport(n)
在标题中,虽然C-h v org-export-exclude-tags
也显示了正确的值:
org-export-exclude-tags is a variable defined in `ox.el'.
Its value is ("noexport")
...
有人知道为什么:noexport:
我打电话org-babel-load-file
打字时会忽略标签C-c i
吗?
提前致谢,
克里斯