在 Org Mode 写一些笔记的时候,经常会用到下划线 -
,而 a_b
总是会变成 ab 的形式,可以通过在文档的最上面,增加配置来关闭自动转义,对于在文章头部加上了 #+OPTIONS: ^:nil
, 还可以通过配置 (setq org-use-sub-superscripts nil)
的方式来实现全局配置。
#+BEGIN_SRC ditaa :file ../images/linux-os.png :exports both :cmdline -E -r -s 1.0
+---------------------------------------------------------+
| Applications |
| +----------------------------------------------------+
| | System Libraries |
+----+----------------------------------------------------+
| System Call Interface |
+------------------------+--------------+-----------------+ +---------+
| VFS | Socket | | | |
+------------------------+--------------+ Scheduler +-------+ CPU |
| File Systems | TCP/UDP | | | |
+------------------------+--------------+-----------------+ +----+----+
| Volume Manager | IP | Virtual | |
+------------------------+--------------+ Memory | |
| Block Device Interface | Ethernet | | |
+------------------------+--------------+-----------------+ +----+----+
| Device Driver | | DRAM |
+-----------------------------+---------------------------+ +---------+
|
|
+-------+--------+
| I/O Bridge |
+-------+--------+
|
|
------+-----------------+--------------------+------
| |
+---------+--------+ +----------+---------+
| I/O Controller | | Network Controller |
+-+-------+------+-+ +----+----------+----+
| | | | |
+---+---+ | +---+---+ +----+----+ +---+----+
| Disk | ... | Swap | | Port | | Port |
+-------+ +-------+ +---------+ +--------+
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有