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
Refile current headline to a destination org-file.
1083
1083
Same as [org_refile](#org_refile) but from agenda view.
1084
1084
1085
+
#### **org_agenda_add_note**
1086
+
1087
+
_mapped to_: `<Leader>ona`<br />
1088
+
Add note to the current headline
1089
+
1085
1090
#### **org_agenda_filter**
1086
1091
1087
1092
_mapped to_: `/`<br />
@@ -1291,6 +1296,11 @@ Open a source block for editing in a temporary buffer of the associated `filetyp
1291
1296
This is useful for editing text with language servers attached, etc. When the buffer is closed, the text of the underlying source block in the original Org file is updated.
1292
1297
_Note that if the Org file that the source block comes from is edited before the special edit buffer is closed, the edits will not be applied. The special edit buffer contents can be recovered from :messages output_
0 commit comments