我将 org-mode 表转换为 table.el 表。为此,我选择了表格:
| Option | Type | Value | Descr |
| -[no]h | bool | yes | Print |
| -[no]versio | bool | no | Print |
| -nice | int | 0 | Set t |
| -[no]v | bool | no | Be lo |
| -time | real | -1 | Take |
| -[no]rmvsbd | bool | yes | Removvirtual |
| sites | | | |
| -maxwarn | int | 0 | Numbe |
| procenerate | | | |
| unsta | | | |
| -[no]zero | bool | no | Set pthout |
| defau error | | | |
| -[no]renum | bool | yes | Renum |
| atomty | | | |
并按C-c ~
。org-mode
然后问我
Convert table to table.el table? (y or n)
我如何以y
编程方式回答?我阅读了那个 defun 的文档——没有办法用前缀 arg 来做。
bash 中的类似功能:
echo y | script-which-asks-y-or-n