作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在 Org-mode 中有 several ways to make comments .但我不知道有什么方法可以进行内联评论。根据手册
regions surrounded by ‘#+BEGIN_COMMENT’ ... ‘#+END_COMMENT’ will not be exported.
#+TITLE: Test
text #+BEGIN_COMMENT comment 1 #+END_COMMENT text
text
#+BEGIN_COMMENT comment 2 #+END_COMMENT text
text #+BEGIN_COMMENT comment 1 #+END_COMMENT text
text
org-toggle-comment
在区域和
comment-region
上使用内联注释不起作用甚至不创建评论。
最佳答案
Jonathan Leech-Pepin 对 your question on \printbibliography
的评论给了我一个想法。您可以使用宏进行内联注释。请注意,注释定义后需要尾随空格。
#+macro: comment
...
{{{comment(here is a comment)}}}
{{{comment(here is a)}} comment)}}}
{{{comment(here is a comment) more}}}
关于emacs - 如何在 Org 模式下进行内联注释?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9212737/
我是一名优秀的程序员,十分优秀!