summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2022-05-09 19:22:09 +0200
committerfpi2022-05-13 10:09:39 +0200
commit555123131a640a183c48469cb8c7cda98e24e495 (patch)
treec23bebe66e20aab41077df2af2abe24066284ff2 /emacs-init.org
parentUse builtin magit completion (diff)
Change org image preview, attach-inheritance settings
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 7caf258..23f5309 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -4363,7 +4363,7 @@ Make gnorb consider the same refile targets as org.
Resize inline images to 400px but respect width specifications in attribute lines.
#+begin_src emacs-lisp :noweb-ref org-custom :tangle no
-(org-image-actual-width '(600))
+(org-image-actual-width t)
#+end_src
Also display remote images by downloading them.
#+begin_src emacs-lisp :noweb-ref org-custom :tangle no
@@ -4775,7 +4775,7 @@ Org Edna
*** org-attach
=org-attach= is useful to attach reference material to org files. This can be reference images, data or other files. A special link type is available for attached files: ~[[attachment:file]]~.
-- Inheritance :: While inheritance for attachments sounds useful, so subheadings can access their parents attachments, I find that the current implementation (Org 9.3.1) instead of inheriting just sets the attachment dir of all children to that of the parent. So for now I decided not to use it.
+- Inheritance :: Note that inheritance here means, that the attachment dir of all children is set to that of the parent.
- Attachment Folder :: While I do not like the default double nested
folder structure it creates, I also do not want to set an individual
=DIR= property for all headings I want to attach something to.
@@ -4784,7 +4784,7 @@ Org Edna
#+begin_src emacs-lisp
(use-package org-attach
:custom
- (org-attach-use-inheritance nil)
+ (org-attach-use-inheritance t)
(org-attach-preferred-new-method 'id)
(org-attach-store-link-p t)
:config