M-shift-RET 不会在组织模式下产生另一个待办事项
M-shift-RET does not produce another todo in org-mode
我正在使用 Org 模式来练习 TODO,
在 GUI 控制台中时,
我发出 M-shift-RET,它产生另一个 ** TODO
* Tasks
** TODO
** TODO
** DONE Start new org file for tutorial
CLOSED: [2018-12-30 Sun 21:04]
但是,在终端上工作时
** DONE Start new org file for tutorial
CLOSED: [2018-12-30 Sun 21:01]
** TODO
**
它产生 ** 作为 M-RET 而不是 M-shift-RET
我该如何解决这个问题?
许多热键在 GUI-emacs 中运行良好,但在终端-emacs 中无法运行。你可以 learn something and find fix method here. But the easiest way is to use GUI-emacs instead of terminal-emacs.
我正在使用 Org 模式来练习 TODO,
在 GUI 控制台中时,
我发出 M-shift-RET,它产生另一个 ** TODO
* Tasks
** TODO
** TODO
** DONE Start new org file for tutorial
CLOSED: [2018-12-30 Sun 21:04]
但是,在终端上工作时
** DONE Start new org file for tutorial
CLOSED: [2018-12-30 Sun 21:01]
** TODO
**
它产生 ** 作为 M-RET 而不是 M-shift-RET
我该如何解决这个问题?
许多热键在 GUI-emacs 中运行良好,但在终端-emacs 中无法运行。你可以 learn something and find fix method here. But the easiest way is to use GUI-emacs instead of terminal-emacs.