From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Lomov Subject: [BUG] Org manual without correct org-version Date: Fri, 13 Apr 2018 13:07:12 +0800 Message-ID: <20180413050711.GA753@smoon.vl-lomov.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6qvl-0002yt-0M for emacs-orgmode@gnu.org; Fri, 13 Apr 2018 01:07:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6qvh-0002Si-RK for emacs-orgmode@gnu.org; Fri, 13 Apr 2018 01:07:24 -0400 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:53171) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f6qvh-0002SR-KI for emacs-orgmode@gnu.org; Fri, 13 Apr 2018 01:07:21 -0400 Received: by mail-wm0-x229.google.com with SMTP id g8so2540509wmd.2 for ; Thu, 12 Apr 2018 22:07:21 -0700 (PDT) Received: from smoon.vl-lomov.ru ([37.49.185.66]) by smtp.gmail.com with ESMTPSA id 71sm1135000wmg.11.2018.04.12.22.07.18 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 12 Apr 2018 22:07:18 -0700 (PDT) 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" To: General discussions about Org-mode Hello, I'm using org-mode from git and found that now it is not show the 'git' version but simply 9.1 in Info file. In doc/ there is 'org-version.inc', it is included into 'orgguide.texi' but not in 'org.texi'. As I understand the 'org.texi' is generated from 'org-manual.org', so 'org-manual.org' should either somehow includes that file or provide other way to get version information. P.S. I'm practially do the following: 1. git clone/"update" to/the local repo; 2. byte-compile the files; 3. make a package (for my distro). --- WBR, Vladimir Lomov -- Sattinger's Law: It works better if you plug it in.