From: Bastien <bzg@gnu.org>
To: emacs-orgmode@gnu.org
Subject: Release 9.2
Date: Thu, 27 Dec 2018 10:41:01 +0100 [thread overview]
Message-ID: <878t0b5mtu.fsf@gnu.org> (raw)
Hi all,
Org 9.2 is out: https://orgmode.org
Below are the release notes.
I'm just the "release manager" here, all the kudos for this hard work
should go to Nicolas and the list of contributors. Let's continue to
have fun by hacking this nice piece of software together!
Best,
========================================================================
Incompatible changes
====================
Change in behavior on exit from an Org edit buffer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Org will no longer attempt to restore the window configuration in the
frame to which the user returns after editing a source block with
`org-edit-src-code'. Instead, the window configuration will remain as
it is.
Change default value for `org-email-link-description-format'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When linking from a mail buffer, Org used to truncate the subject of
the message to 30 characters in order to build the description of the
link. This behavior was considered as too surprising. As a
consequence, Org no longer truncates subjects.
You can get the old behaviour back with the following:
,----
| (setq org-email-link-description-format "Email %c: %.30s")
`----
`:file' header argument no longer assume "file" `:results'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The "file" `:results' value is now mandatory for a code block
returning a link to a file. The `:file' or `:file-ext' header
arguments no longer imply a "file" result is expected.
Plain numbers are hours in Column View mode
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
See for details.
New features
============
Babel
~~~~~
Add LaTeX output support in PlantUML
------------------------------------
New property `HTML_HEADLINE_CLASS' in HTML export
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The new property `HTML_HEADLINE_CLASS' assigns a class attribute to a
headline.
Allow LaTeX attributes and captions for "table.el" tables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Supported LaTeX attributes are `:float', `:center', `:font' and
`:caption'.
Attach buffer contents to headline
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
With `<b>' key from attachment dispatcher (`<C-c C-a>'), it is now
possible to write the contents of a buffer to a file in the headline
attachement directory.
iCalendar export respects a `CLASS' property
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Set the `CLASS' property on an entry to specify a visibility class for
that entry only during iCalendar export. The property can be set to
anything the calendar server supports. The iCalendar standard defines
the values `PUBLIC', `CONFIDENTIAL', `PRIVATE', which can be
interpreted as publicly visable, accessible to a specific group, and
private respectively.
This property can be inherited during iCalendar export, depending on
the value of `org-use-property-inheritance'.
New parameter for `INCLUDE' keyword
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Add `:coding CODING-SYSTEM' to include files using a different coding
system than the main Org document. For example:
,----
| #+INCLUDE: "myfile.cmd" src cmd :coding cp850-dos
`----
New values in clock tables' step: `month' and `year'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ODT export handles numbers cookies in lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New cell movement functions in tables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`S-<UP>', `S-<DOWN>', `S-<RIGHT>', and `S-<LEFT>' now move cells in
the corresponding direction by swapping with the adjacent cell.
New functions
=============
`org-table-cell-up'
~~~~~~~~~~~~~~~~~~~
`org-table-cell-down'
~~~~~~~~~~~~~~~~~~~~~
`org-table-cell-left'
~~~~~~~~~~~~~~~~~~~~~
`org-table-cell-right'
~~~~~~~~~~~~~~~~~~~~~~
Removed functions
=================
`org-babel-set-current-result-hash'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It was unused throughout the code base.
Miscellaneous
=============
Org Table reads numbers starting with 0 as strings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
Bastien
next reply other threads:[~2018-12-27 9:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-27 9:41 Bastien [this message]
2018-12-27 16:05 ` Release 9.2 Josiah Schwab
2018-12-27 18:50 ` Scott Randby
2018-12-28 22:39 ` Scott Randby
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878t0b5mtu.fsf@gnu.org \
--to=bzg@gnu.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.