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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -