Skip to content

Commit e0290a0

Browse files
Merge pull request #312 from jgollenz/docs/refile-example
Add explanation for `org_refile`
2 parents ad76fa9 + c4ca550 commit e0290a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOCS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ require('orgmode').setup({
690690
Mappings for `org` files.
691691
#### **org_refile**
692692
*mapped to*: `<Leader>or`<br />
693-
Refile current headline to destination
693+
Refile current headline, including its subtree, to a destination org-file. This file must be one of the files specified for the `org_agenda_files` setting. A target headline in the destination file can be specified with `destination.org/<headline>`. If there are multiple headlines with the same name in the destination file, the first occurence will be used.
694694
#### **org_timestamp_up**
695695
*mapped to*: `<C-a>`<br />
696696
Increase date part under under cursor. Accepts count: (Example: `5<C-a>`)<br />

0 commit comments

Comments
 (0)