diff options
| -rw-r--r-- | config.org | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -621,6 +621,12 @@ information from any buffer. | |||
| 621 | ;; Show the full org header path when displaying refile options | 621 | ;; Show the full org header path when displaying refile options |
| 622 | org-refile-use-outline-path t | 622 | org-refile-use-outline-path t |
| 623 | 623 | ||
| 624 | ;; Allow refile to create parent nodes with confirmation | ||
| 625 | org-refile-allow-creating-parent-nodes (quote confirm) | ||
| 626 | |||
| 627 | ;; generate all possible refile paths so it's faster to search | ||
| 628 | org-outline-path-complete-in-steps nil | ||
| 629 | |||
| 624 | ;; Define the menu options for org-capture | 630 | ;; Define the menu options for org-capture |
| 625 | org-capture-templates (quote | 631 | org-capture-templates (quote |
| 626 | (("t" "TODO" entry | 632 | (("t" "TODO" entry |