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
@@ -261,6 +261,8 @@
261
261
---@fieldorg_attach_archive_delete'always' | 'ask' | 'never' Determines whether to delete a headline's attachments when it is archived. Default: 'never'
262
262
---@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.
263
263
---@fieldorg_attach_sync_delete_empty_dir'always' | 'ask' | 'never' Determines whether to delete empty directories when using `org.attach.sync()`. Default: 'ask'
264
+
---@fieldorg_resource_download_policy'always' | 'prompt' | 'safe' | 'never' Policy for downloading files from the Internet. Default: 'prompt'
265
+
---@fieldorg_safe_remote_resourcesstring[] List of regex patterns for URIs considered always safe to download from. Default: {}
264
266
---@fieldwin_split_mode? 'horizontal' | 'vertical' | 'auto' | 'float' | string[] How to open agenda and capture windows. Default: 'horizontal'
0 commit comments