From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: Re: Org merge Date: Sun, 10 Nov 2013 23:42:02 +0530 Message-ID: <87iow0p1n1.fsf@gmail.com> References: <8738n5cijg.fsf@bzg.ath.cx> <87vc0016yy.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1384107118 2890 80.91.229.3 (10 Nov 2013 18:11:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Nov 2013 18:11:58 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 10 19:12:02 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VfZUK-0003mc-Tq for ged-emacs-devel@m.gmane.org; Sun, 10 Nov 2013 19:11:57 +0100 Original-Received: from localhost ([::1]:32965 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfZUK-0008Q1-Dq for ged-emacs-devel@m.gmane.org; Sun, 10 Nov 2013 13:11:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfZUC-0008Pt-DJ for emacs-devel@gnu.org; Sun, 10 Nov 2013 13:11:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfZU7-0000QW-1j for emacs-devel@gnu.org; Sun, 10 Nov 2013 13:11:48 -0500 Original-Received: from mail-pd0-x22f.google.com ([2607:f8b0:400e:c02::22f]:57972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfZU6-0000QP-QR; Sun, 10 Nov 2013 13:11:42 -0500 Original-Received: by mail-pd0-f175.google.com with SMTP id g10so4256112pdj.34 for ; Sun, 10 Nov 2013 10:11:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=v83DXibsLUvYzSpum/B4XwJ3ji3jPaeQvmihXWiWoBo=; b=YovzhBDDab6LRjri4Am2N8OpjZoEbuFS9WakgmtAhRI+WHZhWLrfU6X5BA1dF0Zplu uxQXrtLgVgCekUPdaAUI/SAlU3gmcIWtNAZ3D/vR0xR7U2hahMBIfQmdNunotdGlSj1e /TTz0PhjelGYPcj1FCghMd536MSGUPQo22UOr0Og/EppVLI7yxHYXUHkdlyhzKmVJTUp A5G/kFjkwLox3meZjuO4c8rKFr6fqf7Xh3vMj8dO+nC74fYXl8RkJEE463UJuCVCy/Uu Lyfsnho1yBImCbUiYZ9M8/GxNnOzraj5/eMP19NSCpoVGh2syMs8CQDxu3MC4uHN0z5Q KU9w== X-Received: by 10.66.242.17 with SMTP id wm17mr27244128pac.102.1384107101561; Sun, 10 Nov 2013 10:11:41 -0800 (PST) Original-Received: from debian-6.05 ([115.241.101.78]) by mx.google.com with ESMTPSA id hi5sm25637391pbb.43.2013.11.10.10.11.38 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Sun, 10 Nov 2013 10:11:40 -0800 (PST) In-Reply-To: <87vc0016yy.fsf@bzg.ath.cx> (Bastien's message of "Sun, 10 Nov 2013 18:50:45 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::22f X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:165121 Archived-At: Bastien writes: > most of the options are the same. ^^^^ It is difficult to say what you have in mind there. The diff you posted doesn't include the exporters. But from the diff of .texi file, I see things like -@vindex org-export-html-preamble -@vindex org-export-html-postamble +@vindex org-html-preamble +@vindex org-html-postamble The changes in prefixes are a rule rather than an exception. i.e., it is all over. Many variables have been removed and new ones introduced. Some exporters have been removed, docbook, freemind etc.