1
组织模式多行强调和粗体
在组织模式下是否存在某种形式的标记,以使多行文本变为粗体,斜体等? *This is what I want to be bold and I only want lines to be a certain length so that this doesn't work.* 我知道使用visual-line-mode替代方法fill-paragraph可以解决此问题,但是我M-q太喜欢了,我想尝试将文件保持在一定宽度。 片段欢迎。我不认识Elisp,所以我自己做不到。但是我想这也会破坏出口。 我在想类似的东西: #+BEGIN_BOLD All my text in here would be super bold and would be very nice. #+END_BOLD
11
org-mode