From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?RnJhbsOnb2lz?= Allisson Subject: [BUG] shell links broken Date: Sun, 5 Aug 2012 11:21:18 +0200 Message-ID: <20120805092118.GA12989@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sxx1X-00006I-MS for emacs-orgmode@gnu.org; Sun, 05 Aug 2012 05:21:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sxx1S-0002Jj-M1 for emacs-orgmode@gnu.org; Sun, 05 Aug 2012 05:21:23 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:59415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sxx1S-0002JZ-F3 for emacs-orgmode@gnu.org; Sun, 05 Aug 2012 05:21:18 -0400 Content-Disposition: inline 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: emacs-orgmode@gnu.org Hello list, Since last update of org this morning, I cannot open shell links any longer. Instead, I get the message "void-variable clean-buffer-list-kill-buffer-names" in the mini-buffer. Commit 96551f3dd8885dee6972c70ce06888fd3d5f4dd4 (http://orgmode.org/w/?p=3Dorg-mode.git;a=3Dcommit;h=3D96551f3dd8885dee69= 72c70ce06888fd3d5f4dd4) seems to be responsible. I don't understand the idea behind this huge commit (I just started to read the elisp intro, since all my e-life is in org now, it's time to start understanding the tool I use ;-) hopefully I'll be more useful in some time for these kind of stuffs). Anyway, below are potentially useful stuffs to reproduce the bug. Best, Fran=C3=A7ois Versions: Org-mode version 7.8.11 (release_7.8.11-366-g6f571d @ /usr/local/share/em= acs/24.1.50/site-lisp/org/) GNU Emacs 24.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-08-= 02 on debian -----*ecm.org*------------ * An eshell link [[shell:echo 'Hello!'][My shell is polite.]] ---------------------------- -----*Backtrace*------ Debugger entered--Lisp error: (void-variable clean-buffer-list-kill-buffe= r-names) org-open-at-point(nil) call-interactively(org-open-at-point nil nil) ---------------------- -----*minimal-org.el*--------- (setq debug-on-error t debug-on-signal nil debug-on-quit nil) =20 (add-to-list 'load-path (expand-file-name "/usr/local/share/emacs/24.1.50= /site-lisp/org")) (require 'org-install) ------------------------------