Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 org 文件,其中包含许多表,其中包含简单的算术值,例如“2 + 2”、“1 + 2 + 3”、“3 * 4”(注意 - 这里没有省略号),我想保持原样,而不进行转换成相应的算术结果(出于透明度/可见性的原因)。
但我想找到一种方法来快速选择任何单元格/算术运算并获得其结果(理想情况下在弹出/单独的迷你缓冲区中)。
可能吗?
基本上它是(calculator)使用选定区域的非迭代方式的组合。
(calculator)
我能够做到这一点的功能
(calc-grab-region)
将该区域解析为数字向量并将其推入计算器堆栈。