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: docs/configuration.org
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1250,6 +1250,19 @@ Be careful when changing this setting. If you remove a function, previously
1250
1250
created attachment folders may be no longer mapped correctly and Org may be
1251
1251
unable to detect them.
1252
1252
1253
+
*** org_attach_sync_delete_empty_dir
1254
+
:PROPERTIES:
1255
+
:CUSTOM_ID: org_attach_sync_delete_empty_dir
1256
+
:END:
1257
+
- Type: ='always'|'ask'|'never'=
1258
+
- Default: ='ask'=
1259
+
1260
+
Determines whether to delete empty directories during [[https://orgmode.org/manual/Attachment-defaults-and-dispatcher.html*index-C_002dc-C_002da-z][org_attach_sync]].
1261
+
1262
+
- =never= - never delete empty directories
1263
+
- =ask= - ask the user whether to delete
1264
+
- =always= - delete empty directories without asking
0 commit comments