From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Zhao Subject: Re: Prepare release 8.2.6 Date: Sat, 5 Apr 2014 17:48:17 -0400 Message-ID: References: <87ha6adikd.fsf@bzg.ath.cx> <4C681CE3-580A-4C68-A745-FD0CCF115E0C@gmail.com> <87txa760h6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWYRm-0004S0-Uj for emacs-orgmode@gnu.org; Sat, 05 Apr 2014 17:48:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WWYRl-0004Hq-V3 for emacs-orgmode@gnu.org; Sat, 05 Apr 2014 17:48:18 -0400 In-Reply-To: <87txa760h6.fsf@gmail.com> 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: Nicolas Goaziou Cc: "R. Michael Weylandt" , Bastien , "emacs-orgmode@gnu.org" Hi there, I reported a regression a few days ago, and I just knew that you are busy preparing a new release. Since the bug I reported is a regression, I think you may want to consider fix it before releasing the new version. Here's the bug report I copied from the other email I had sent to this list: (org-insert-headline '(4)) used to insert new heading before point. But this had broken recently. According to the docstring, this command inserts new heading at the end of the parent subtree ONLY if two universal prefix arguments is given, not one. Here's the reproducer: --8<---------------cut here---------------start------------->8--- emacs -Q -L path/to/org-mode/lisp/ --eval \ "(let ((buf (get-buffer-create \"test-org\"))) \ (with-current-buffer buf \ (org-mode) \ (insert \"* headline 1\") \ (goto-char (line-beginning-position)) \ (org-insert-heading '(4))) \ (switch-to-buffer buf))" --8<---------------cut here---------------end--------------->8--- Thanks, York On Sat, Apr 5, 2014 at 3:27 PM, Nicolas Goaziou wrote: > Hello, > > "R. Michael Weylandt" writes: > >>> A few more minor things from my .emacs: >>> >>> 1) In ox-latex.el, add a `downcase` around the definition of >>> mint-lang in org-latex-inline-src-block and the sexp `(or (cadr >>> (assq (intern lang) org-latex-minted-langs)) lang)` in >>> org-latex-src-block to respect minted's convention of putting all >>> language names in lowercase. > > Thank you. > > Would you mind adding a commit message, TINYCHANGE at its end, and send > it again with "git format-patch"? See > > http://orgmode.org/worg/org-contribute.html > > for more information. > >>> 2) Add a key binding C-c C-v k for org-babel-remove result in ob-keys.el. (Discussed on list but I can't find the reference) > > [...] > > > Regards, > > -- > Nicolas Goaziou >