Is there an equivalent of Org-mode's b_ignoreheading for non-beamer documents?
问题 When using Org-mode to create beamer presentation it is possible to set the property of a heading such that the exported heading is not shown but only its contents. For instance, the following #+title: Test #+options: toc:nil #+latex_class: beamer #+startup: beamer #+BEAMER_FRAME_LEVEL: 2 * Ignored heading :B_ignoreheading: :PROPERTIES: :BEAMER_env: ignoreheading :END: Text Result in a frame with "Text" only and no heading. Is this kind of functionality available for non-beamer documents?