You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This provides functionality provided by the following functions in the
Emacs implementation:
- `org-attach-file-list`
- `org-attach-expand`
- `org-attach-follow`
- `org-attach-complete-link`
---@fieldorg_attach_visit_commandstring | fun(dir: string) Command or Lua function used to open a directory. Default: 'edit'
259
259
---@fieldorg_attach_use_inheritance'always' | 'selective' | 'never' Determines whether headlines inherit the attachments directory of their parents. Default: 'selective'
260
+
---@fieldorg_attach_store_link_p'original' | 'file' | 'attached' | false If true, attaching a file stores a link to it. Default: 'attached'
260
261
---@fieldorg_attach_id_to_path_function_list (string | fun(id: string): (string|nil))[] List of functions used to derive the attachments directory from an ID property.
261
262
---@fieldorg_attach_sync_delete_empty_dir'always' | 'ask' | 'never' Determines whether to delete empty directories when using `org.attach.sync()`. Default: 'ask'
262
263
---@fieldwin_split_mode? 'horizontal' | 'vertical' | 'auto' | 'float' | string[] How to open agenda and capture windows. Default: 'horizontal'
0 commit comments