When taking notes, writing blogs and managing knowledge base with org-mode, I need to insert source code blocks quite frequently, so I wrote an Elisp function to help me to do it.
Emacs:insert source code block in org-mode
2 Replies
When taking notes, writing blogs and managing knowledge base with org-mode, I need to insert source code blocks quite frequently, so I wrote an Elisp function to help me to do it.
用 org-mode 记笔记、写博客(比如你现在看到的这篇)、做知识管理的时候,经常需要插入各种类型的源代码,于是我写了个小函数来简化这个过程。