etc/ORG-NEWS: Tiny formatting enhancements

This commit is contained in:
Bastien 2020-05-22 16:04:43 +02:00
parent 7c913d1792
commit d868067055
1 changed files with 15 additions and 6 deletions

View File

@ -275,8 +275,8 @@ account.
*** New option ~org-table-header-line-p~ *** New option ~org-table-header-line-p~
Setting this option to =t= will activate Setting this option to =t= will activate ~org-table-header-line-mode~
~org-table-header-line-mode~ in org-mode buffers. in org-mode buffers.
*** New option to group captured datetime entries by month *** New option to group captured datetime entries by month
@ -324,15 +324,20 @@ Functions in this hook are run after ~org-agenda-filter~ is called.
** Removed or renamed functions and variables ** Removed or renamed functions and variables
*** Deprecated ~org-flag-dawer~ function *** Deprecated ~org-flag-dawer~ function
Use ~org-hide-drawer-toggle~ instead. Use ~org-hide-drawer-toggle~ instead.
*** Deprecated ~org-cycle-hide-drawers~ function *** Deprecated ~org-cycle-hide-drawers~ function
Use new function ~org-hide-drawer-all~ instead. Note there is also Use the new function ~org-hide-drawer-all~ instead. Note that there
a new ~org-cycle-hide-property-drawers~ function. is also a new ~org-cycle-hide-property-drawers~ function.
*** Deprecated ~org-hide-block-toggle-maybe~ function *** Deprecated ~org-hide-block-toggle-maybe~ function
Use ~org-hide-block-toggle~ instead. Use ~org-hide-block-toggle~ instead.
*** Deprecated ~org-hide-block-toggle-all~ function *** Deprecated ~org-hide-block-toggle-all~ function
This function was not used in the code base, and has no clear use This function was not used in the code base, and has no clear use
either. It has been marked for future removal. Please contact the either. It has been marked for future removal. Please contact the
mailing list if you use this function. mailing list if you use this function.
@ -1820,16 +1825,20 @@ is now obsolete.
Now ~=...=~ markup uses ~@samp{}~ instead of ~@verb{}~. You can use Now ~=...=~ markup uses ~@samp{}~ instead of ~@verb{}~. You can use
~@verb{}~ again by customizing the variable. ~@verb{}~ again by customizing the variable.
*** Texinfo exports example blocks as ~@example~ *** Texinfo exports example blocks as ~@example~
*** Texinfo exports inline source blocks as ~@code{}~ *** Texinfo exports inline source blocks as ~@code{}~
*** Texinfo default table markup is ~@asis~ *** Texinfo default table markup is ~@asis~
It used to be ~@samp~ but ~@asis~ is neutral and, therefore, more It used to be ~@samp~ but ~@asis~ is neutral and, therefore, more
suitable as a default value. suitable as a default value.
*** Texinfo default process includes ~--no-split~ option *** Texinfo default process includes ~--no-split~ option
*** New entities : ~\dollar~ and ~\USD~ *** New entities : ~\dollar~ and ~\USD~
*** Support for date style URLs in =org-protocol://open-source= *** Support for date style URLs in =org-protocol://open-source=
URLs like =https://cool-blog.com/2017/05/20/cool-post/= are
covered by rewrite rules. URLs like =https://cool-blog.com/2017/05/20/cool-post/= are covered by
rewrite rules.
*** Add (C) =COMMENT= support to ~org-structure-template-alist~ *** Add (C) =COMMENT= support to ~org-structure-template-alist~