Orgmode +INCLUDE 不允许部分包含文件

Orgmode +INCLUDE not allowing partial inclusion of files

根据文档 (http://orgmode.org/manual/Include-files.html#fnd-1),我尝试通过以下方式包含部分文件:

#+INCLUDE: "../experiments.org::*Experiments"

当 运行 M-x org-publish-curent-project 我收到一条错误消息

Cannot include file "(...)/experiments.org::*Experiments"

同时,外部 link 完美运行并指向正确的标题:

[[../experiments.org::*Experiments]]

我的版本:

  1. GNU Emacs 25.2.1(x86_64-unknown-linux-gnu,GTK+ 版本 2.24.30)2017-06-27
  2. Org-mode 版本 8.2.10

这是一个错误吗?我应该只提交错误报告吗?

根据 Nick 的建议,我已经将 org-mode 更新到最新的 9.0.9 版本,现在问题已经解决了。