redguardtoo / emacs.d

Fast and robust Emacs setup.
http://blog.binchen.org
GNU General Public License v3.0
2.4k stars 619 forks source link

Org Refile abnormality of behavior #688

Closed peng051410 closed 6 years ago

peng051410 commented 6 years ago

I use Org for management. In the previous refile, I can correctly navigate to the existing org file in my system. However, after updating the configuration in the past few days, I can only navigate to the file name, as shown in the following figure: image

The Personal in the diagram is in my mylife.org file, but I can't refile. Can you tell me how to deal with this?

redguardtoo commented 6 years ago

What's the command to org-navigate?

peng051410 commented 6 years ago

c-c c-w

redguardtoo commented 6 years ago

Can you give me the command?

peng051410 commented 6 years ago

I recorded a video and I have sent it to you on twitter.

redguardtoo commented 6 years ago

Can't find video. What's output of C-h k C-c -C-w?

peng051410 commented 6 years ago

C-c C-w runs the command org-refile (found in org-mode-map), which is an interactive compiled Lisp function in ‘~/.ihsec/personal/elpa/org-20180416/org.el’.

It is bound to C-c C-w, <Refile Subtree>.

peng051410 commented 6 years ago

I sent a video again

peng051410 commented 6 years ago

When I execute refile, I get the following error: error in evil-define-key: Symbol’s function definition is void: evil-org-define-eol-command [12 times]

redguardtoo commented 6 years ago

I don't use evil-org. Wrong setup or not using stable version of evil-org?

peng051410 commented 6 years ago

Does this mistake have something to do with my problem?

redguardtoo commented 6 years ago

Yes

peng051410 commented 6 years ago

I stopped evil-org, It still couldn't work.

redguardtoo commented 6 years ago

18ddd06d org-refile setup (Chen Bin)

peng051410 commented 6 years ago

It works, Thanks!