Created
December 26, 2019 22:47
-
-
Save randomwangran/4e9963ab6397d65d90dad398aab67297 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
有两个 interactive 函数,欲呼叫 alice 之后呼叫 blob. | |
0. 能不能这样呼叫? | |
1. 怎么呼叫? | |
```Lisp | |
(defun alice (arg) | |
(message "a")) | |
(defun blob (&optional creepy_arg) | |
(message "b")) | |
``` | |
现实的需求是: | |
在 *org-brain* 的 Resource 直接打开 org-noter. | |
Resource 形入: | |
:RESOURCES: | |
- [[id:3cf64253-a543-4567-ad3a-df7e561fcd0b][A BOOK]] | |
也就是: | |
执行完 org-brain-open-resource 自动执行 org-noter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment