summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-06-10 21:23:39 -0400
committerKyle Meyer <kyle@kyleam.com>2020-06-10 21:23:39 -0400
commitfd6696ea8b41e0dd03d4bc1cd798794b40e0da18 (patch)
treef20ef5e5eff985a1a23977445733217fcd93c023
parent3ba4f056d736c4ed4261ad3b234e0199edec6e8c (diff)
downloadorg-mode-fd6696ea8b41e0dd03d4bc1cd798794b40e0da18.tar.gz
ORG-NEWS: Fix some typos in v9.4 entries
-rw-r--r--etc/ORG-NEWS18
1 files changed, 9 insertions, 9 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 28ed8c9..ee1ee43 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -88,7 +88,7 @@ new keybinding is =<C-c C-TAB>=.
** New default settings for some options
-These options now defaults to =t=:
+These options now default to =t=:
- ~org-loop-over-headlines-in-active-region~
- ~org-fontify-done-headline~
@@ -107,7 +107,7 @@ Also, ~org-startup-folded~ now defaults to ~showeverything~.
agenda commands over the active region.
When set to =t= (the default), loop over all headlines. When set to
-='start-level=, loop over headlines with the same level than the first
+='start-level=, loop over headlines with the same level as the first
headline in the region. When set to a string, loop over lines
matching this regular expression.
@@ -220,9 +220,9 @@ argument like =:alias "alias"= the Clojure REPL will boot with
Also, when using [[https://github.com/clojure-emacs/cider][cider]], you can now use =#+begin_src clojurescript= to
execute ClojureScript code from Org files. Note that this works only
-your Org file is associated with a cider session that knows how to run
-ClojureScript code. A bare =lein repl= session outside of a directory
-configured for ClojureScript will /not/ work.
+if your Org file is associated with a cider session that knows how to
+run ClojureScript code. A bare =lein repl= session outside of a
+directory configured for ClojureScript will /not/ work.
*** =ob-java.el=: you can now pass Java command line arguments
@@ -335,7 +335,7 @@ HTML.
Functions in this hook are run after ~org-agenda-filter~ is called.
** Removed or renamed functions and variables
-*** Deprecated ~org-flag-dawer~ function
+*** Deprecated ~org-flag-drawer~ function
Use ~org-hide-drawer-toggle~ instead.
@@ -389,8 +389,8 @@ From ~org-show-priority~ to ~org-priority-show~.
The caller is now responsible for the check. It can use, e.g.,
~org-at-table-p~.
-The function is also much more efficient than it used to, even on very
-large tables.
+The function is also much more efficient than it used to be, even on
+very large tables.
*** New function : ~org-collect-keywords~
*** Drawers' folding use an API similar to block's
@@ -433,7 +433,7 @@ The new value uses Emacs as the application for opening directory.
*** Allowed empty HTML extension
Using =(setq org-html-extension "")= or setting the HTML extension in
-any fashing will produce the expected output, with no trailing period
+any fashion will produce the expected output, with no trailing period
to the resulting HTML file.
*** New =org-refile.el= file