在Spacemacs中,如何将文件附加到org-export上的当前缓冲区?

时间:2017-06-27 04:25:15

标签: include export org-mode spacemacs

我相信emacs中的org-mode使用#+ INCLUDE:〜/ file 但在尝试Spacemacs之前我没有使用过emacs。

1 个答案:

答案 0 :(得分:0)

在Spacemacs Gitter上得到了回答: 只需要将行添加到父文件的正文文本(在本例中为3.org),如下所示:

  • 文件3

#+ INCLUDE:"〜/ test / 2.org"出口组织

#+ INCLUDE:"〜/ test / 1.org"出口组织

然后使用org-export-to-org文件2.org和1.org将附加到输出中的3.org(或在放置INCLUDE行的位置添加到正文中):3。 org.org