Skip to content

Commit 77877a6

Browse files
docs: Add docs for org_add_note
1 parent 44e5e7b commit 77877a6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

DOCS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,11 @@ _mapped to_: `<Leader>or`<br />
10821082
Refile current headline to a destination org-file.
10831083
Same as [org_refile](#org_refile) but from agenda view.
10841084

1085+
#### **org_agenda_add_note**
1086+
1087+
_mapped to_: `<Leader>ona`<br />
1088+
Add note to the current headline
1089+
10851090
#### **org_agenda_filter**
10861091

10871092
_mapped to_: `/`<br />
@@ -1291,6 +1296,11 @@ Open a source block for editing in a temporary buffer of the associated `filetyp
12911296
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.
12921297
_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_
12931298

1299+
#### **org_add_note**
1300+
1301+
_mapped to_: `<Leader>ona`<br />
1302+
Add note to the current headline
1303+
12941304
#### **org_cycle**
12951305

12961306
_mapped to_: `<TAB>`<br />

0 commit comments

Comments
 (0)