From 0f4cce89ca78b15d4a9f0c82f084e13ee1507385 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 6 Sep 2013 15:38:52 +0200 Subject: [PATCH] etc/ORG-NEWS: Rephrase the "Combine org-mac-message.el ..." section Thanks to Anthony Lander for the new version. --- etc/ORG-NEWS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index f332884c8..80ce9f361 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -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 -- 2.11.4.GIT