File: org-attach.el.html
See the Org manual for information on how to use it.
Attachments are managed either by using a custom property DIR or by
using property ID from org-id. When DIR is defined, a location in
the filesystem is directly attached to the outline node. When
org-id is used, attachments are stored in a folder named after the
ID, in a location defined by org-attach-id-dir. DIR has
precedence over ID when both parameters are defined for the current
outline node (also when inherited parameters are taken into
account).
Defined variables (14)
org-attach-after-change-hook | Hook called when files have been added or removed to the attachment folder. |
org-attach-archive-delete | Non-nil means attachments are deleted upon archiving a subtree. |
org-attach-auto-tag | Tag that will be triggered automatically when an entry has an attachment. |
org-attach-commands | The list of commands for the attachment dispatcher. |
org-attach-dir-relative | Non-nil means directories in DIR property are added as relative links. |
org-attach-expert | Non-nil means do not show the splash buffer with the attach dispatcher. |
org-attach-id-dir | The directory where attachments are stored. |
org-attach-id-to-path-function-list | List of functions used to derive attachment path from an ID string. |
org-attach-method | The preferred method to attach a file. |
org-attach-open-hook | Hook that is invoked by ‘org-attach-open’. |
org-attach-preferred-new-method | Preferred way to attach to nodes without existing ID and DIR property. |
org-attach-store-link-p | Non-nil means store a link to a file when attaching it. |
org-attach-sync-delete-empty-dir | Determine what to do with an empty attachment directory on sync. |
org-attach-use-inheritance | Attachment inheritance for the outline. |