From 581cb40c08a3d8204377f9415e2ba19eedab98bf Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 7 Feb 2026 13:24:48 -0800 Subject: [PATCH] emacs: add missing tangle directive for org-window-habit The org-window-habit use-package block had no :tangle header, so it was never written to org-config-config.el. This meant the mode was never activated and the advice on org-habit-parse-todo was never installed, causing errors for habits without a scheduled repeater. Co-Authored-By: Claude Opus 4.6 --- dotfiles/emacs.d/org-config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/org-config.org b/dotfiles/emacs.d/org-config.org index 63aae56d..54b2fe63 100644 --- a/dotfiles/emacs.d/org-config.org +++ b/dotfiles/emacs.d/org-config.org @@ -1131,7 +1131,7 @@ alphanumeric characters only." :commands org-ql-find-in-agenda) #+end_src ** org-window-habit -#+begin_src emacs-lisp +#+begin_src emacs-lisp :tangle org-config-config.el (use-package org-window-habit :demand t :ensure