emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Help proofreading ORG-NEWS for Org 8.1
@ 2013-09-06  5:57 Bastien
  2013-09-06 10:58 ` Carsten Dominik
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Bastien @ 2013-09-06  5:57 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Help proofreading ORG-NEWS for Org 8.1
  2013-09-06  5:57 Help proofreading ORG-NEWS for Org 8.1 Bastien
@ 2013-09-06 10:58 ` Carsten Dominik
  2013-09-06 11:48 ` Rasmus
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 13+ messages in thread
From: Carsten Dominik @ 2013-09-06 10:58 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 569 bytes --]

Hi Bastien,

this does cover the changes I was involved in.

Thanks.

- Carsten

On Sep 6, 2013, at 7: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:
> 
>  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
> 
> 


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Help proofreading ORG-NEWS for Org 8.1
  2013-09-06  5:57 Help proofreading ORG-NEWS for Org 8.1 Bastien
  2013-09-06 10:58 ` Carsten Dominik
@ 2013-09-06 11:48 ` Rasmus
  2013-09-06 13:40   ` Bastien
  2013-09-06 12:24 ` Anthony Lander
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 13+ messages in thread
From: Rasmus @ 2013-09-06 11:48 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg@gnu.org> writes:

> 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
>xo

Thanks!  Generally looks fine IMO.

> 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.

Is the following important?  You decide.

> *** Various LaTeX export enhancements

> - support SVG images
> - Support for pgf files
> - LaTeX Babel blocks can now be exported as =.tikz= files
> - Allow =latexmk= as an option for [[doc:org-latex-pdf-process][org-latex-pdf-process]]

   - Babel supports AUTO which is replaced by the document's language
     (like inputenc).

> *** New entities in =org-entities.el=

Is this really interesting enough for the NEWS file?

–Rasmus

-- 
. . . It begins of course with The Internet.  A Net of Peers.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Help proofreading ORG-NEWS for Org 8.1
  2013-09-06  5:57 Help proofreading ORG-NEWS for Org 8.1 Bastien
  2013-09-06 10:58 ` Carsten Dominik
  2013-09-06 11:48 ` Rasmus
@ 2013-09-06 12:24 ` Anthony Lander
  2013-09-06 13:39   ` Bastien
  2013-09-06 13:20 ` Rick Frankel
  2013-09-06 17:55 ` Charles Berry
  4 siblings, 1 reply; 13+ messages in thread
From: Anthony Lander @ 2013-09-06 12:24 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1174 bytes --]

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 <bzg@gnu.org> 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
>
>
>

[-- Attachment #2: Type: text/html, Size: 1974 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Help proofreading ORG-NEWS for Org 8.1
  2013-09-06  5:57 Help proofreading ORG-NEWS for Org 8.1 Bastien
                   ` (2 preceding siblings ...)
  2013-09-06 12:24 ` Anthony Lander
@ 2013-09-06 13:20 ` Rick Frankel
  2013-09-06 13:34   ` Rick Frankel
  2013-09-06 17:55 ` Charles Berry
  4 siblings, 1 reply; 13+ messages in thread
From: Rick Frankel @ 2013-09-06 13:20 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Bastien-

Small typo (missing ':' prefix):

% diff -wu ORG-NEWS.org*
--- ORG-NEWS.org        2013-09-06 09:10:09.748950700 -0400
+++ ORG-NEWS.org~       2013-09-06 09:07:40.913774100 -0400
@@ -30,7 +30,7 @@

by

-: #+OPTIONS: :html-include-style t
+#+OPTIONS: :html-include-style t

Options affected by this change: =HTML5_FANCY=, =HTML_INCLUDE_SCRIPTS=
and =HTML_INCLUDE_STYLE=.
ut0598@PCE26774 (diff -wu ORG-NEWS...) ~dl

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Help proofreading ORG-NEWS for Org 8.1
  2013-09-06 13:20 ` Rick Frankel
@ 2013-09-06 13:34   ` Rick Frankel
  2013-09-06 13:36     ` Bastien
  0 siblings, 1 reply; 13+ messages in thread
From: Rick Frankel @ 2013-09-06 13:34 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Whoops. That would be the reverse diff. Let's try again:

% diff -wu ORG-NEWS.org~ ORG-NEWS.org
--- ORG-NEWS.org~       2013-09-06 09:07:40.913774100 -0400
+++ ORG-NEWS.org        2013-09-06 09:10:09.748950700 -0400
@@ -30,7 +30,7 @@

by

-#+OPTIONS: :html-include-style t
+: #+OPTIONS: :html-include-style t

Options affected by this change: =HTML5_FANCY=, =HTML_INCLUDE_SCRIPTS=
and =HTML_INCLUDE_STYLE=.


On 2013-09-06 09:20, Rick Frankel wrote:
> Bastien-
> 
> Small typo (missing ':' prefix):
> 
> % diff -wu ORG-NEWS.org*
> --- ORG-NEWS.org        2013-09-06 09:10:09.748950700 -0400
> +++ ORG-NEWS.org~       2013-09-06 09:07:40.913774100 -0400
> @@ -30,7 +30,7 @@
> 
> by
> 
> -: #+OPTIONS: :html-include-style t
> +#+OPTIONS: :html-include-style t
> 
> Options affected by this change: =HTML5_FANCY=, =HTML_INCLUDE_SCRIPTS=
> and =HTML_INCLUDE_STYLE=.
> ut0598@PCE26774 (diff -wu ORG-NEWS...) ~dl

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Help proofreading ORG-NEWS for Org 8.1
  2013-09-06 13:34   ` Rick Frankel
@ 2013-09-06 13:36     ` Bastien
  0 siblings, 0 replies; 13+ messages in thread
From: Bastien @ 2013-09-06 13:36 UTC (permalink / raw)
  To: Rick Frankel; +Cc: emacs-orgmode

Rick Frankel <rick@rickster.com> writes:

> -#+OPTIONS: :html-include-style t
> +: #+OPTIONS: :html-include-style t

Applied, thanks!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Help proofreading ORG-NEWS for Org 8.1
  2013-09-06 12:24 ` Anthony Lander
@ 2013-09-06 13:39   ` Bastien
  0 siblings, 0 replies; 13+ messages in thread
From: Bastien @ 2013-09-06 13:39 UTC (permalink / raw)
  To: Anthony Lander; +Cc: emacs-orgmode

Hi Anthony,

Anthony Lander <anthony@landerfamily.ca> writes:

> 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:

Done, thanks!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Help proofreading ORG-NEWS for Org 8.1
  2013-09-06 11:48 ` Rasmus
@ 2013-09-06 13:40   ` Bastien
  0 siblings, 0 replies; 13+ messages in thread
From: Bastien @ 2013-09-06 13:40 UTC (permalink / raw)
  To: Rasmus; +Cc: emacs-orgmode

Hi Rasmus,

Rasmus <rasmus@gmx.us> writes:

>    - Babel supports AUTO which is replaced by the document's language
>      (like inputenc).

Thanks.

Can you make it a bit more explicit, or point to the commit?

>> *** New entities in =org-entities.el=
>
> Is this really interesting enough for the NEWS file?

Well, I'd say so :)

-- 
 Bastien

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Help proofreading ORG-NEWS for Org 8.1
  2013-09-06  5:57 Help proofreading ORG-NEWS for Org 8.1 Bastien
                   ` (3 preceding siblings ...)
  2013-09-06 13:20 ` Rick Frankel
@ 2013-09-06 17:55 ` Charles Berry
  2013-09-07  6:36   ` Bastien
  4 siblings, 1 reply; 13+ messages in thread
From: Charles Berry @ 2013-09-06 17:55 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg <at> gnu.org> writes:

> 
> 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.


Should the changes in the arguments of org-export-to-file/buffer 
or the move to make the (plist-get info :back-end) return a struct
count as 'Incompatible changes'? Or at least be highlighted somewhere as old
code may be (and - in my case - was) broken by them.

HTH,

Chuck

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Help proofreading ORG-NEWS for Org 8.1
  2013-09-06 17:55 ` Charles Berry
@ 2013-09-07  6:36   ` Bastien
  2013-09-07  8:00     ` Nicolas Goaziou
  0 siblings, 1 reply; 13+ messages in thread
From: Bastien @ 2013-09-07  6:36 UTC (permalink / raw)
  To: Charles Berry; +Cc: emacs-orgmode

Hi Charles,

Charles Berry <ccberry@ucsd.edu> writes:

> Should the changes in the arguments of org-export-to-file/buffer 
> or the move to make the (plist-get info :back-end) return a struct
> count as 'Incompatible changes'? Or at least be highlighted somewhere as old
> code may be (and - in my case - was) broken by them.

sorry your email came up when I just packaged 8.1.

Nicolas, is this something that should be part of ORG-NEWS?
If so, we can add it now and it will be part of the next bugfix
release 8.1.1.

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Help proofreading ORG-NEWS for Org 8.1
  2013-09-07  6:36   ` Bastien
@ 2013-09-07  8:00     ` Nicolas Goaziou
  2013-09-07  8:13       ` Bastien
  0 siblings, 1 reply; 13+ messages in thread
From: Nicolas Goaziou @ 2013-09-07  8:00 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode, Charles Berry

Hello,

Bastien <bzg@gnu.org> writes:

> Charles Berry <ccberry@ucsd.edu> writes:
>
>> Should the changes in the arguments of org-export-to-file/buffer 
>> or the move to make the (plist-get info :back-end) return a struct
>> count as 'Incompatible changes'? Or at least be highlighted somewhere as old
>> code may be (and - in my case - was) broken by them.
>
> sorry your email came up when I just packaged 8.1.
>
> Nicolas, is this something that should be part of ORG-NEWS?
> If so, we can add it now and it will be part of the next bugfix
> release 8.1.1.

I forgot about these changes. I've added some notes about it in
ORG-NEWS.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Help proofreading ORG-NEWS for Org 8.1
  2013-09-07  8:00     ` Nicolas Goaziou
@ 2013-09-07  8:13       ` Bastien
  0 siblings, 0 replies; 13+ messages in thread
From: Bastien @ 2013-09-07  8:13 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode, Charles Berry

Nicolas Goaziou <n.goaziou@gmail.com> writes:

> I forgot about these changes. I've added some notes about it in
> ORG-NEWS.

Thanks!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-09-07  8:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-06  5:57 Help proofreading ORG-NEWS for Org 8.1 Bastien
2013-09-06 10:58 ` Carsten Dominik
2013-09-06 11:48 ` Rasmus
2013-09-06 13:40   ` Bastien
2013-09-06 12:24 ` Anthony Lander
2013-09-06 13:39   ` Bastien
2013-09-06 13:20 ` Rick Frankel
2013-09-06 13:34   ` Rick Frankel
2013-09-06 13:36     ` Bastien
2013-09-06 17:55 ` Charles Berry
2013-09-07  6:36   ` Bastien
2013-09-07  8:00     ` Nicolas Goaziou
2013-09-07  8:13       ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).