From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Weylandt Subject: Re: Prepare release 8.2.6 Date: Fri, 4 Apr 2014 10:32:59 -0400 Message-ID: <4C681CE3-580A-4C68-A745-FD0CCF115E0C@gmail.com> References: <87ha6adikd.fsf@bzg.ath.cx> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WW5B7-0006Xi-RB for emacs-orgmode@gnu.org; Fri, 04 Apr 2014 10:33:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WW5B2-0007dh-9W for emacs-orgmode@gnu.org; Fri, 04 Apr 2014 10:33:09 -0400 In-Reply-To: <87ha6adikd.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" On Apr 3, 2014, at 2:37, Bastien wrote: > Hi all, >=20 > I'll try to fix a few remaining bugs in maint this afternoon > then release 8.2.6 so that we can merge it into Emacs emacs-24 > branch, the pretest is scheduled to happen as soon as possible. >=20 > If you have important bugs you want us to look at, now is the > time to point at them. A few more minor things from my .emacs: 1) In ox-latex.el, add a `downcase` around the definition of mint-lang in or= g-latex-inline-src-block and the sexp `(or (cadr (assq (intern lang) org-lat= ex-minted-langs)) lang)` in org-latex-src-block to respect minted's conventi= on of putting all language names in lowercase.=20 2) Add a key binding C-c C-v k for org-babel-remove result in ob-keys.el. (D= iscussed on list but I can't find the reference) I actually wrap it so C-u C-c C-v k calls=20 (org-babel-map-src-blocks nil (org-babel-remove-result)) >=20 > Thanks, >=20 > --=20 > Bastien >=20 >=20