Skip to content

Instantly share code, notes, and snippets.

@randomwangran
Created December 26, 2019 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randomwangran/4e9963ab6397d65d90dad398aab67297 to your computer and use it in GitHub Desktop.
Save randomwangran/4e9963ab6397d65d90dad398aab67297 to your computer and use it in GitHub Desktop.
有两个 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