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
Copy file name to clipboardExpand all lines: lua/orgmode/config/_meta.lua
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -252,6 +252,8 @@
252
252
---@fieldorg_attach_archive_delete'always' | 'ask' | 'never' Determines whether to delete a headline's attachments when it is archived. Default: 'never'
253
253
---@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.
254
254
---@fieldorg_attach_sync_delete_empty_dir'always' | 'ask' | 'never' Determines whether to delete empty directories when using `org.attach.sync()`. Default: 'ask'
255
+
---@fieldorg_resource_download_policy'always' | 'prompt' | 'safe' | 'never' Policy for downloading files from the Internet. Default: 'prompt'
256
+
---@fieldorg_safe_remote_resourcesstring[] List of regex patterns for URIs considered always safe to download from. Default: {}
255
257
---@fieldwin_split_mode? 'horizontal' | 'vertical' | 'auto' | 'float' | string[] How to open agenda and capture windows. Default: 'horizontal'
0 commit comments