diff --git a/config.org b/config.org index f489a41..2a05adf 100644 --- a/config.org +++ b/config.org @@ -3595,7 +3595,7 @@ To fix this issue, it is thankfully rather simple to patch Org-mode's category s (defadvice! ~/org-default-category (old-fn) "Modify how Org resolves the default category through the `org-category' variable." - :around '(org-refresh-category-properties org-element--get-category) + :around '(org-refresh-category-properties org-element-org-data-parser) (let ((org-category (or org-category (org-get-title)))) (funcall old-fn))) #+end_src