Variable: org-attach-id-dir

org-attach-id-dir is a customizable variable defined in org-attach.el.gz.

Value

"data/"

Documentation

The directory where attachments are stored.

If this is a relative path, it will be interpreted relative to the directory where the Org file lives.

Aliases

org-attach-directory (obsolete since 9.3)

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-attach.el.gz
(defcustom org-attach-id-dir "data/"
  "The directory where attachments are stored.
If this is a relative path, it will be interpreted relative to the directory
where the Org file lives."
  :group 'org-attach
  :type 'directory
  :safe #'stringp)