enc*_*ter 4 emacs export org-mode
我的文件中有一些部分.org我不想导出。我不知道我该怎么做。这是一个示例文件来说明我的意思:
* Should be exported
bla bla
** Should be exported
*** Secret part that should not be exported; the same goes for its child sections
The contents should not be exported either.
**** Child section (not exported)
*** Should be exported
** Should be exported
Run Code Online (Sandbox Code Playgroud)
您可以使用 export 和 noexport 标签来完成它。为了启用此功能,您需要添加
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
给你的文件。