From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: obsolete function in org-bibtex.el and merges from emacs Date: Fri, 15 Feb 2013 23:36:39 +0100 Message-ID: <87mwv56w7c.fsf@bzg.ath.cx> References: <87k3qak5g5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Ttb-0006G3-6g for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 17:36:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6TtZ-00016H-Mm for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 17:36:43 -0500 Received: from mail-wi0-f178.google.com ([209.85.212.178]:49497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6TtZ-00015k-F8 for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 17:36:41 -0500 Received: by mail-wi0-f178.google.com with SMTP id o1so1729064wic.17 for ; Fri, 15 Feb 2013 14:36:40 -0800 (PST) In-Reply-To: <87k3qak5g5.fsf@gmail.com> (Aaron Ecay's message of "Thu, 14 Feb 2013 15:26:18 -0500") 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: Aaron Ecay Cc: Org-mode Hi Aaron, Aaron Ecay writes: > org-bibtex.el contains a reference to longlines-mode, which is obsolete > in emacs trunk since Dec. 4. When the function was made obsolete, the > version of org distributed with emacs was changed to use > visual-line-mode (the successor to longlines-mode). > > But it seems that this change hasn’t made it to the orgmode git repo yet > – either on the master or maint branches. Is that an expected result? > > In case it’s useful, I’ve attached a patch to make this change. Applied, thanks! -- Bastien