Skip to content

Commit

Permalink
Use org-table for commands in help
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Mar 24, 2021
1 parent b7a18df commit d67186d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions helm-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,11 @@ Note: [1] A separator can be a comma, a colon i.e. [,:] or a space.
** Commands
\\<helm-org-headings-map>
\\[helm-org-run-open-heading-in-indirect-buffer]\t\tOpen heading in indirect buffer.
\\[helm-org-run-refile-heading-to]\t\tRefile current or marked headings to selection.
\\[helm-org-run-insert-link-to-heading-at-marker]\t\tInsert link at point to selection."
|Keys|Description
|-----------+----------|
|\\[helm-org-run-open-heading-in-indirect-buffer]|Open heading in indirect buffer.
|\\[helm-org-run-refile-heading-to]|Refile current or marked headings to selection.
|\\[helm-org-run-insert-link-to-heading-at-marker]|Insert link at point to selection."
)

;;; Org capture templates
Expand Down

0 comments on commit d67186d

Please sign in to comment.