emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can org-attach attach a single file to multiple headlines?


From: Max Nikulin
Subject: Re: Can org-attach attach a single file to multiple headlines?
Date: Sun, 11 Dec 2022 09:21:17 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2


On 11/12/2022 05:12, arozbiz@gmail.com wrote:
Using org-attach, is it possible to attach a single file to multiple headlines, so that each headline shares the same attachment folder (rather than having each headline have its own attachment folder with its own version of the file)?

Headings may have the same :DIR: property that specifies location of attachments.

info "(org) Attachments"
https://orgmode.org/manual/Attachments.html

Another method is attachments, which are files located in a directory
belonging to an outline node. Org uses directories either named by a
unique ID of each entry, or by a ‘DIR’ property.

* Chapter A
  :PROPERTIES:
  :DIR: chap-a
  :END:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]