From ca301506591502d03064600ba09b40cd6079c7c5 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 11 Jul 2025 11:41:56 +0100 Subject: Add noweb references for org settings --- emacs-config.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs-config.org b/emacs-config.org index 7eb23a4..a9cb443 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -361,7 +361,7 @@ Enable checkbox dependency checking. Try to get the width from attribute tags or fall-back to original image width. Also redisplay updated images on block execution. -#+begin_src elisp +#+begin_src elisp :tangle no :noweb-ref org-settings (setq-default org-image-actual-width nil) (add-hook 'org-babel-after-execute-hook (lambda () "Redisplay Org inline images." @@ -377,13 +377,13 @@ Use custom IDs for links. #+end_src Set org column format. -#+begin_src elisp +#+begin_src elisp :tangle no :noweb-ref org-settings (setq-default org-columns-default-format "%70ITEM %TODO %10CLOCKSUM %16DEADLINE") #+end_src Enable notes for various actions. -#+begin_src elisp +#+begin_src elisp :tangle no :noweb-ref org-settings (setq-default org-log-done 'time org-log-reschedule 'note org-log-redeadline 'note -- cgit