From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: Literal Example does not work [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)] Date: Fri, 13 Jun 2014 12:08:39 +0200 Message-ID: <87egyt86l4.fsf@bzg.ath.cx> References: <714n104qsj.fsf@msi.co.jp> <87d2ffs5nx.fsf@bzg.ath.cx> <87y4x5w3z5.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvOPg-0004Ep-H1 for emacs-orgmode@gnu.org; Fri, 13 Jun 2014 06:08:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvOPa-00009U-Sv for emacs-orgmode@gnu.org; Fri, 13 Jun 2014 06:08:48 -0400 Received: from mail-s76.mailgun.info ([184.173.153.204]:38241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvOPa-00009Q-PB for emacs-orgmode@gnu.org; Fri, 13 Jun 2014 06:08:42 -0400 In-Reply-To: (KURODA Hisao's message of "Wed, 11 Jun 2014 14:06:45 +0900") 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: KURODA Hisao Cc: emacs-orgmode@gnu.org Hi Hisao, KURODA Hisao writes: > It would be much great if org-mode has upper-compatible notation like: > #+ORG_VERSION 7 > Then I could use > #+STYLE > as well? If you want to use #+STYLE you should use Org-mode from git and checkout an older version ~$ cd org-mode/ ~$ git checkout release_7.9 ~$ make But updating files and replacing the old syntax by the new one seems really better. HTH, -- Bastien