|
@@ -6591,8 +6591,8 @@ in an indirect buffer, in overview mode. You can dive into the tree in
|
|
that copy, use org-occur and incremental search to find a location.
|
|
that copy, use org-occur and incremental search to find a location.
|
|
When pressing RET or `Q', the command returns to the original buffer in
|
|
When pressing RET or `Q', the command returns to the original buffer in
|
|
which the visibility is still unchanged. After RET is will also jump to
|
|
which the visibility is still unchanged. After RET is will also jump to
|
|
-the location selected in the indirect buffer and expose the
|
|
|
|
-the headline hierarchy above."
|
|
|
|
|
|
+the location selected in the indirect buffer and expose the headline
|
|
|
|
+hierarchy above."
|
|
(interactive "P")
|
|
(interactive "P")
|
|
(let* ((org-refile-targets `((nil . (:maxlevel . ,org-goto-max-level))))
|
|
(let* ((org-refile-targets `((nil . (:maxlevel . ,org-goto-max-level))))
|
|
(org-refile-use-outline-path t)
|
|
(org-refile-use-outline-path t)
|
|
@@ -16120,8 +16120,8 @@ sequence appearing also before point.
|
|
Even though the matchers for math are configurable, this function assumes
|
|
Even though the matchers for math are configurable, this function assumes
|
|
that \\begin, \\(, \\[, and $$ are always used. Only the single dollar
|
|
that \\begin, \\(, \\[, and $$ are always used. Only the single dollar
|
|
delimiters are skipped when they have been removed by customization.
|
|
delimiters are skipped when they have been removed by customization.
|
|
-The return value is nil, or a cons cell with the delimiter and
|
|
|
|
-and the position of this delimiter.
|
|
|
|
|
|
+The return value is nil, or a cons cell with the delimiter and the
|
|
|
|
+position of this delimiter.
|
|
|
|
|
|
This function does a reasonably good job, but can locally be fooled by
|
|
This function does a reasonably good job, but can locally be fooled by
|
|
for example currency specifications. For example it will assume being in
|
|
for example currency specifications. For example it will assume being in
|