Fix typos
This commit is contained in:
parent
272263a48e
commit
275da724d4
|
@ -6173,7 +6173,7 @@ Use the refile interface to jump to a heading.
|
||||||
@item C-u C-u C-c C-w
|
@item C-u C-u C-c C-w
|
||||||
Jump to the location where @code{org-refile} last moved a tree to.
|
Jump to the location where @code{org-refile} last moved a tree to.
|
||||||
@item C-2 C-c C-w
|
@item C-2 C-c C-w
|
||||||
Refile as the child of the tiem currently being clocked.
|
Refile as the child of the item currently being clocked.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@node Archiving, , Refiling notes, Capture - Refile - Archive
|
@node Archiving, , Refiling notes, Capture - Refile - Archive
|
||||||
|
|
|
@ -543,7 +543,7 @@ The table of checksums is written to the file mobile-checksums."
|
||||||
(defun org-mobile-move-capture ()
|
(defun org-mobile-move-capture ()
|
||||||
"Move the contents of the capture file to the inbox file.
|
"Move the contents of the capture file to the inbox file.
|
||||||
Return a marker to the location where the new content has been added.
|
Return a marker to the location where the new content has been added.
|
||||||
If nothing new has beed added, return nil."
|
If nothing new has been added, return nil."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((inbox-buffer (find-file-noselect org-mobile-inbox-for-pull))
|
(let ((inbox-buffer (find-file-noselect org-mobile-inbox-for-pull))
|
||||||
(capture-buffer (find-file-noselect
|
(capture-buffer (find-file-noselect
|
||||||
|
|
Loading…
Reference in New Issue