emacs - Refiling to new node in org-mode -


these setting in .emacs refiling in org-mode:

(setq org-refile-targets (quote ((nil :maxlevel . 10)                              (org-agenda-files :maxlevel . 10))))  (setq org-refile-use-outline-path t) (setq org-outline-path-complete-in-steps nil) (setq org-refile-allow-creating-parent-nodes (quote confirm)) 

refiling existing path works should can't create new node , refile last line should allow me do. when refile path like:

existing node"/new node" 

i error:

please save buffer file before refiling 

supposedly means emacs can figure out target file target set org-refile-targets line what's wrong?


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -