8000 Exporting · vscode-org-mode/vscode-org-mode Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
SabryTarek edited this page Apr 20, 2021 · 4 revisions

Comment lines

Lines starting with # are treated as comments and are not exported.

Likewise, regions surrounded by #+BEGIN_COMMENT#+END_COMMENT are not exported.

The standard VS Code keybindings will toggle comment status:

  • Single line comments: cmd+/ or ctrl+/
  • Block comments: shift+opt+a or shift+alt+a

Pandoc

The extension does not provide an exporting interface, though documents created in it can be exported using external tools. We recommend Pandoc.

Clone this wiki locally
0