From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Lander Subject: Re: Help proofreading ORG-NEWS for Org 8.1 Date: Fri, 6 Sep 2013 08:24:31 -0400 Message-ID: References: <8738pi331b.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2b36a44ef5304e5b621a9 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHv6D-0002Ra-H2 for emacs-orgmode@gnu.org; Fri, 06 Sep 2013 08:25:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHv68-0005AA-Vd for emacs-orgmode@gnu.org; Fri, 06 Sep 2013 08:25:17 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:50629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHv68-00059S-NE for emacs-orgmode@gnu.org; Fri, 06 Sep 2013 08:25:12 -0400 Received: by mail-we0-f176.google.com with SMTP id u56so2832288wes.7 for ; Fri, 06 Sep 2013 05:25:11 -0700 (PDT) In-Reply-To: <8738pi331b.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org --001a11c2b36a44ef5304e5b621a9 Content-Type: text/plain; charset=ISO-8859-1 Hi Bastien, In the "Incompatible changes section", please change the section on org-mac-link to read as follows so that it incorporates further instructions on how to deal with the change: *** Combine org-mac-message.el and org-mac-link-grabber into org-mac-link.el Please remove calls to =(require 'org-mac-message)= and =(require 'org-mac-link-grabber)= in your =.emacs= initialization file. All you need now is =(require 'org-mac-link)=. Additionally, replace any calls to 'ogml-grab-link to 'org-mac-grab-link. For example, replace this line: (define-key org-mode-map (kbd "C-c g") 'omgl-grab-link) with this: (define-key org-mode-map (kbd "C-c g") 'org-mac-grab-link) On Fri, Sep 6, 2013 at 1:57 AM, Bastien wrote: > Hi all, > > I have prepared the changelogs for Org 8.1, see the first > section in this file: > > http://orgmode.org/cgit.cgi/org-mode.git/plain/etc/ORG-NEWS > > I have not documented changes in the contrib/ directory, as > ORG-NEWS is meant to go into the Emacs trunk. > > Please let me know if I missed some important changes or if > some descriptions need some rephrasing/details. > > Thanks! > > -- > Bastien > > > --001a11c2b36a44ef5304e5b621a9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Bastien,

In the "Incompatible c= hanges section", please change the section on org-mac-link to read as = follows so that it incorporates further instructions on how to deal with th= e change:

*** Combine org-mac-message.el and org-mac-link-gr= abber into org-mac-link.el

Please remove calls to = =3D(require 'org-mac-message)=3D and =3D(require
'org-mac= -link-grabber)=3D in your =3D.emacs=3D initialization file. =A0All you
need now is =3D(require 'org-mac-link)=3D.

Additionally, replace any calls to 'ogml-grab-link to 'org-mac-gr= ab-link. For
example, replace this line:

=A0 (define-key org-mode-map (kbd "C-c g") 'omgl-grab-link)

with this:

=A0 (define-key= org-mode-map (kbd "C-c g") 'org-mac-grab-link)



On Fri, Sep 6, 2013 at 1:57 AM, Bastien <bzg@gnu.org> wrote:
Hi all,

I have prepared the changelogs for Org 8.1, see the first
section in this file:

=A0 http://orgmode.org/cgit.cgi/org-mode.git/plain/etc/ORG-N= EWS

I have not documented changes in the contrib/ directory, as
ORG-NEWS is meant to go into the Emacs trunk.

Please let me know if I missed some important changes or if
some descriptions need some rephrasing/details.

Thanks!

--
=A0Bastien



--001a11c2b36a44ef5304e5b621a9--