Hiding markup elements in org-mode

前端 未结 1 653
北海茫月
北海茫月 2021-02-11 18:54

There are plenty structural markup elements in org-mode like *bold* or /italic/, but they are visible in the org-mode text, which is good, if the file

相关标签:
1条回答
  • 2021-02-11 19:29

    Try:

    (setq org-hide-emphasis-markers t)
    

    or set it via customize:

    M-xcustomize-variableRETorg-hide-emphasis-markersRET

    0 讨论(0)
提交回复
热议问题