branch: externals-release/org
commit 7512a60b3af7fa5898f813c4eb32ff536ed80816
Author: Kyle Meyer <[email protected]>
Commit: Kyle Meyer <[email protected]>
Clean up spacing to pass Emacs's pre-commit check
---
etc/ORG-NEWS | 4 ++--
lisp/org-agenda.el | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index b0396e7bbe..7a95e1ed13 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -169,7 +169,7 @@ considered the official successor.
Org links support a new parameter =:preview= that can be used to
preview arbitrary link types. The value of this parameter should be a
function that is called to preview links of the corresponding type
-(see ~org-link-parameters~).
+(see ~org-link-parameters~).
The new preview system does not bring any brand-new link previews, but
open the possibility for third-party packages to implement custom previews
@@ -471,7 +471,7 @@ will be used as a directory to save the image to.
Candidate refile targets may now be specified with the symbol ~t~ to
indicate that all headlines within the specified file are to be
-considered. For example, setting ~org-refile-targets~ to ~((nil . t))~
+considered. For example, setting ~org-refile-targets~ to ~((nil . t))~
will allow one to refile to any heading within the current buffer.
*** In =ob-ditaa=, the output type is now controlled consistently with other
babel backends
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 106a0919b7..dd86a716ac 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -1762,7 +1762,7 @@ meaning:
%b show breadcrumbs, i.e., the names of the higher levels
%(expression) Eval `(EXPRESSION)' and replace the control string by
the result.
-
+
`(EXPRESSION)' is evaluated with point and buffer associated with
agenda entry/line being rendered. For example, heading lines will be