etc/ORG-NEWS: Rephrase the "Combine org-mac-message.el ..." section

Thanks to Anthony Lander for the new version.
This commit is contained in:
Bastien Guerry 2013-09-06 15:38:52 +02:00
parent d3805adba7
commit 0f4cce89ca
1 changed files with 10 additions and 1 deletions

View File

@ -18,7 +18,16 @@ 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)=.
*** HTML export: Replace "HTML_HTML5_FANCY" by :html-html5-fancy (...)
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)
*** HTML export: Replace =HTML_HTML5_FANCY= by =:html-html5-fancy= (...)
Some of the HTML specific export options in Org <8.1 are either nil or
t, like =#+HTML_INCLUDE_STYLE=. We replaced these binary options with