diff options
| author | Blake Romero <blake@blkrom.com> | 2025-07-11 11:41:56 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-07-11 11:41:56 +0100 |
| commit | ca301506591502d03064600ba09b40cd6079c7c5 (patch) | |
| tree | 1fbe327073f5269669adc3563dc8c7969f4331db | |
| parent | ac58ce2c17605045d7260200d150c29271320239 (diff) | |
Add noweb references for org settings
| -rw-r--r-- | emacs-config.org | 6 |
1 files 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 |
