docs(org): update docstring for +org/dwim-at-point

This commit is contained in:
Siddharth Shekar 2022-02-03 23:26:55 -08:00 committed by Henrik Lissner
parent 008b080b45
commit 4cc82bb32a

View file

@ -127,16 +127,19 @@
If on a: If on a:
- checkbox list item or todo heading: toggle it. - checkbox list item or todo heading: toggle it.
- clock: update its time. - citation: follow it
- headline: cycle ARCHIVE subtrees, toggle latex fragments and inline images in - headline: cycle ARCHIVE subtrees, toggle latex fragments and inline images in
subtree; update statistics cookies/checkboxes and ToCs. subtree; update statistics cookies/checkboxes and ToCs.
- clock: update its time.
- footnote reference: jump to the footnote's definition - footnote reference: jump to the footnote's definition
- footnote definition: jump to the first reference of this footnote - footnote definition: jump to the first reference of this footnote
- timestamp: open an agenda view for the time-stamp date/range at point.
- table-row or a TBLFM: recalculate the table's formulas - table-row or a TBLFM: recalculate the table's formulas
- table-cell: clear it and go into insert mode. If this is a formula cell, - table-cell: clear it and go into insert mode. If this is a formula cell,
recaluclate it instead. recaluclate it instead.
- babel-call: execute the source block - babel-call: execute the source block
- statistics-cookie: update it. - statistics-cookie: update it.
- src block: execute it
- latex fragment: toggle it. - latex fragment: toggle it.
- link: follow it - link: follow it
- otherwise, refresh all inline images in current tree." - otherwise, refresh all inline images in current tree."