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
@@ -1240,6 +1240,19 @@ Be careful when changing this setting. If you remove a function, previously
1240
1240
created attachment folders may be no longer mapped correctly and Org may be
1241
1241
unable to detect them.
1242
1242
1243
+
*** org_attach_sync_delete_empty_dir
1244
+
:PROPERTIES:
1245
+
:CUSTOM_ID: org_attach_sync_delete_empty_dir
1246
+
:END:
1247
+
- Type: ='always'|'ask'|'never'=
1248
+
- Default: ='ask'=
1249
+
1250
+
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]].
1251
+
1252
+
- =never= - never delete empty directories
1253
+
- =ask= - ask the user whether to delete
1254
+
- =always= - delete empty directories without asking
0 commit comments