summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org6
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