From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Install orgmode using its git repository. Date: Sun, 27 Dec 2020 19:50:14 +0200 Message-ID: <83im8nkujt.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12686"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Dec 27 18:50:59 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ktaC2-00037F-RZ for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 27 Dec 2020 18:50:58 +0100 Original-Received: from localhost ([::1]:34078 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ktaC1-0000i5-SW for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 27 Dec 2020 12:50:57 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52856) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ktaBV-0000hr-Li for help-gnu-emacs@gnu.org; Sun, 27 Dec 2020 12:50:26 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52424) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ktaBV-0001Jm-F1 for help-gnu-emacs@gnu.org; Sun, 27 Dec 2020 12:50:25 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4135 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ktaBU-0005K8-Nv for help-gnu-emacs@gnu.org; Sun, 27 Dec 2020 12:50:25 -0500 In-Reply-To: (message from Hongyi Zhao on Sun, 27 Dec 2020 14:23:28 +0800) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:126811 Archived-At: > From: Hongyi Zhao > Date: Sun, 27 Dec 2020 14:23:28 +0800 > > On Ubuntu 20.10, I compiled the latest git master version of emacs, > but I can't the org-mode command from within it. So I try to install > the orgmode using its git repository according to the guidance [1] as > shown below. > > $ git clone https://code.orgmode.org/bzg/org-mode.git > Public/repo/code.orgmode.org/bzg/org-mode.git > $ cd code.orgmode.org/bzg/org-mode.git > $ make autoloads > > Then add the following lines into ~/.emacs.d/init.el: > > (add-to-list 'load-path "~/Public/repo/code.orgmode.org/bzg/org-mode.git/lisp") > (add-to-list 'load-path > "~/Public/repo/code.orgmode.org/bzg/org-mode.git/contrib/lisp" t) > > But after I started emacs and issue the instructions 'M-x org- RET', I > see the following information in the minibuffer: > > Possible completions are: > org-decrypt-entries org-decrypt-entry > org-encrypt-entries org-encrypt-entry > > As you can see, the org-mode is still not available. Any hints for > solving this problem is highly appreciated. I believe/hope this is a bug that was already fixed on the emacs-27 branch, and hopefully will be merged to master soon.