File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -962,9 +962,9 @@ even when the file is larger than `large-file-warning-threshold'.")
962
962
(setq org-refile-targets (append org-refile-targets
963
963
'((" ~/Dropbox/Documents/Notes/Computer_notes.org" :maxlevel . 2 )
964
964
))))
965
- (if (file-exists-p (expand-file-name " ~/Dropbox/Documents/Notes/Orgzly/Manager_notes .org" ))
965
+ (if (file-exists-p (expand-file-name " ~/Dropbox/Documents/Notes/Orgzly/Manager_Business_notes .org" ))
966
966
(setq org-refile-targets (append org-refile-targets
967
- '((" ~/Dropbox/Documents/Notes/Orgzly/Manager_notes .org" :maxlevel . 2 )
967
+ '((" ~/Dropbox/Documents/Notes/Orgzly/Manager_Business_notes .org" :maxlevel . 2 )
968
968
))))
969
969
(if (file-exists-p (expand-file-name " ~/Dropbox/Documents/Notes/archive/Archive_notes.org" ))
970
970
(setq org-refile-targets (append org-refile-targets
You can’t perform that action at this time.
0 commit comments