all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* attachments and inheritance (bug?)
@ 2020-07-09 15:27 Julius Dittmar
  2020-09-06  8:38 ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Julius Dittmar @ 2020-07-09 15:27 UTC (permalink / raw)
  To: Org Mode

Hello friends,

either I misunderstood something or I stumbled upon a bug.

Situation: I have a heading with some files attached. This heading has
an ID property, upon which the directory for those files is based.

There's also a subheading with no ID. Inside of that subheading I'd like
to link to one of the attached files. But although
org-attach-use-inheritance is non-nil, the attachment is not found from
inside that subheading.

Shouldn't it be found?

Thanks for any pointers,

Julius


#+name main.org
#+begin_src org
,* first heading :ATTACH:
:PROPERTIES:
:ID: 7eai57u0npi0
:END:

[[attachment:some-file.txt]]

,** subheading
(no ID property here)

[[attachment:some-file.txt]]
#+end_src


#+name some-file.txt
#+begin_src text
Just some junk to verify whether the correct file is displayed.
#+end_src


- GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.10.9) of
2018-07-06
- org-mode: current master
- no setting containing 'attach' in any configuration file


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-06 10:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-09 15:27 attachments and inheritance (bug?) Julius Dittmar
2020-09-06  8:38 ` Bastien
2020-09-06  8:52   ` flare
2020-09-06  9:12     ` tomas
2020-09-06 10:10     ` Bastien

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.