diff options
| author | Craig Jennings <craigmartinjennings@gmail.com> | 2024-04-11 03:23:03 -0500 |
|---|---|---|
| committer | Craig Jennings <craigmartinjennings@gmail.com> | 2024-04-11 03:23:03 -0500 |
| commit | 315f0122ea041d02bb81ad7d4b112a20252cbba8 (patch) | |
| tree | b1cc4e6931557cbde4bc3f3aa5208a4057ffdd6d /modules/org-config.el | |
| parent | 07fd4f1a6930dc62880b0fd7a0496270f4c2efd6 (diff) | |
fixed agenda and refile issues
- fixed building refile-targets not building accurately
- fixed events in schedule.org not showing up in agendas
Diffstat (limited to 'modules/org-config.el')
| -rw-r--r-- | modules/org-config.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/org-config.el b/modules/org-config.el index 6a177d30..0094cc9d 100644 --- a/modules/org-config.el +++ b/modules/org-config.el @@ -54,7 +54,6 @@ (:map org-mode-map ("C-c ?" . hydra-general/body) ;; was org-table-field-info ("C-c I" . org-table-field-info) ;; was C-c ? - ("C-c w" . cj/org-refile-in-file) ("C-\\" . org-match-sparse-tree) ("C-c t" . org-set-tags-command) ("C-c l" . org-store-link) |
