From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Release 8.2 Date: Fri, 20 Sep 2013 07:07:01 +0200 Message-ID: References: <8F09B93E-FC4D-48B8-A9AB-3EDC0D81EEEF@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: multipart/signed; boundary="Apple-Mail=_051AE0A5-D32A-4B0E-B464-2BCB4D89D42C"; protocol="application/pgp-signature"; micalg=pgp-sha1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMsvx-00048V-E5 for emacs-orgmode@gnu.org; Fri, 20 Sep 2013 01:07:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMsvo-0003FY-NX for emacs-orgmode@gnu.org; Fri, 20 Sep 2013 01:07:13 -0400 Received: from mail-ea0-x22e.google.com ([2a00:1450:4013:c01::22e]:65383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMsvo-0003Ct-Bl for emacs-orgmode@gnu.org; Fri, 20 Sep 2013 01:07:04 -0400 Received: by mail-ea0-f174.google.com with SMTP id z15so4558369ead.19 for ; Thu, 19 Sep 2013 22:07:03 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Mehul Sanghvi Cc: emacs-orgmode mode --Apple-Mail=_051AE0A5-D32A-4B0E-B464-2BCB4D89D42C Content-Type: multipart/alternative; boundary="Apple-Mail=_19B4359A-7DAF-46D2-BE50-5781AD97D516" --Apple-Mail=_19B4359A-7DAF-46D2-BE50-5781AD97D516 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Hi Mehul, thank you for this, I have made that change. - Carsten On 20.9.2013, at 06:32, Mehul Sanghvi wrote: > Maybe I'm being nit picky but here's a patch to get rid of a warning = that was coming up with lisp/ox-texinfo.el about using old-style = backquotes. >=20 >=20 > cheers, >=20 > mehul >=20 >=20 >=20 > On Thu, Sep 19, 2013 at 4:27 PM, Carsten Dominik = wrote: >=20 > Hi everyone, >=20 > I have just released version 8.2 of Org mode. This is rather a minor = release, > mainly designed to do some stabilization and cleanup before the merge > into Emacs. Bastien will do this next week (?). >=20 > Lets keep in mind that this is the first time that version 8 reaches = Emacs, > so we can assume wider distribution, and possibly more issues and = complaints > as the incompatible changes in version 8 reach this wider audience. = So we > should be prepared for the possibility of a more intensive period of = questions. > We will see - I hope everything goes well. >=20 > Thanks to everyone who contributed to this release. >=20 > Enjoy! >=20 > - Carsten >=20 >=20 > Incompatible changes > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > `xdg-open' has been removed again from `org-file-apps-defaults-gnu' > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > This did not work properly in some environments as xdg-open is = desktop > specific. >=20 >=20 > Important bug fixes > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Match string for sparse trees can now contain a slash in a property = value > = ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > You can now have searches like SOMEPROP=3D"aaa/bbb". Until now, = this > would break because the slash would be interpreted as the separator > starting a TOTO match string. >=20 >=20 > New features > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Changes in the default packages loaded for LaTeX > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > - `rotating' is now a default package, to support sideways tables. > - `amsmath' is a default package > - `eucal' package removed, no longer needed since amsmath is present >=20 > Furthermore, the manual now specifically notes if an additional > package is needed for one of the documented attributes. >=20 >=20 > Microsoft Outlook support has been added to /org-mac-link.el/ > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > Thanks to Marc McLean for this patch. >=20 >=20 > Lazy autoloading of /org-id.el/ to follow links > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > When following a link that has an `id:' prefix, /org-id.el/ will now > automatically be loaded. >=20 > Thanks to Oleh for this patch >=20 >=20 > New functions for paragraph motion > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > The commands `C-down' and `C-up' now invoke special commands that = use > knowledge from the org-elements parser to move the cursor in a > paragraph-like way. >=20 > Thanks to Nicolas Goaziou for the implementation. >=20 >=20 > New agenda fortnight view > ~~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > The agenda has not, in addition to day, week, month, and year views, > also a fortnight view covering 14 days. >=20 > Thanks to Michael Gauland for the implementation. >=20 >=20 > New options > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > New option: [org-special-ctrl-o] > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > This variable can be used to turn off the special behavior of `C-o' = in > tables. >=20 >=20 >=20 >=20 > --=20 > Mehul N. Sanghvi > email: mehul.sanghvi@gmail.com > --Apple-Mail=_19B4359A-7DAF-46D2-BE50-5781AD97D516 Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=iso-8859-1 Hi Mehul,

thank you for this, I have made that change.

- Carsten

On 20.9.2013, at 06:32, Mehul Sanghvi <mehul.sanghvi@gmail.com> wrote:

Maybe I'm being nit picky but here's a patch to get rid of a warning that was coming up with lisp/ox-texinfo.el about using old-style backquotes.


cheers,

       mehul



On Thu, Sep 19, 2013 at 4:27 PM, Carsten Dominik <carsten.dominik@gmail.com> wrote:

Hi everyone,

I have just released version 8.2 of Org mode.  This is rather a minor release,
mainly designed to do some stabilization and cleanup before the merge
into Emacs.  Bastien will do this next week (?).

Lets keep in mind that this is the first time that version 8 reaches Emacs,
so we can assume wider distribution, and possibly more issues and complaints
as the incompatible changes in version 8 reach this wider audience.  So we
should be prepared for the possibility of a more intensive period of questions.
We will see - I hope everything goes well.

Thanks to everyone who contributed to this release.

Enjoy!

- Carsten


Incompatible changes
====================

`xdg-open' has been removed again from `org-file-apps-defaults-gnu'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  This did not work properly in some environments as xdg-open is desktop
  specific.


Important bug fixes
===================

Match string for sparse trees can now contain a slash in a property value
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  You can now have searches like SOMEPROP="aaa/bbb".  Until now, this
  would break because the slash would be interpreted as the separator
  starting a TOTO match string.


New features
============

Changes in the default packages loaded for LaTeX
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  - `rotating' is now a default package, to support sideways tables.
  - `amsmath' is a default package
  - `eucal' package removed, no longer needed since amsmath is present

  Furthermore, the manual now specifically notes if an additional
  package is needed for one of the documented attributes.


Microsoft Outlook support has been added to /org-mac-link.el/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Thanks to Marc McLean for this patch.


Lazy autoloading of /org-id.el/ to follow links
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  When following a link that has an `id:' prefix, /org-id.el/ will now
  automatically be loaded.

  Thanks to Oleh for this patch


New functions for paragraph motion
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  The commands `C-down' and `C-up' now invoke special commands that use
  knowledge from the org-elements parser to move the cursor in a
  paragraph-like way.

  Thanks to Nicolas Goaziou for the implementation.


New agenda fortnight view
~~~~~~~~~~~~~~~~~~~~~~~~~

  The agenda has not, in addition to day, week, month, and year views,
  also a fortnight view covering 14 days.

  Thanks to Michael Gauland for the implementation.


New options
===========

New option: [org-special-ctrl-o]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  This variable can be used to turn off the special behavior of `C-o' in
  tables.




--
Mehul N. Sanghvi
email: mehul.sanghvi@gmail.com
<org-mode-ox-texinfo-backquote-patch.diff>

--Apple-Mail=_19B4359A-7DAF-46D2-BE50-5781AD97D516-- --Apple-Mail=_051AE0A5-D32A-4B0E-B464-2BCB4D89D42C Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJSO9f1AAoJEO+gg/nAZuwM/YUH/1Q0S0DvCsS0vRhnYptGG0mh RD41NTCtVjR6Zmd0I8vsPlFfWZ/hKr+WbU/mtGbbCHj1481z6q5JdFq9wMBsPR80 0VYXRJIeDSKeuhKqX8DaCMkwu6etofkESmJmj34/h3Q4/f79neKoG+OZhBeTzehZ wXhcKXqSeX0H2wDC9e4txrn6GmlC1p+lunzGVg/5aye/ZrWUkX0V/X3ENij0bpqy yGrb1TUUwnnaxtuSDqiEFQJPmVhkrS79d/F9covzGlU0RZpNZm1nlxUQJNj8/Heg 74lWU0rtLEjx6OxI41o6bVhBxc10ATI6b2OwJIqDWFWKS7mQoaesiPdhjnOqTmw= =XOY1 -----END PGP SIGNATURE----- --Apple-Mail=_051AE0A5-D32A-4B0E-B464-2BCB4D89D42C--