help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Install orgmode using its git repository.


From: Eli Zaretskii
Subject: Re: Install orgmode using its git repository.
Date: Sun, 27 Dec 2020 19:50:14 +0200

> From: Hongyi Zhao <hongyi.zhao@gmail.com>
> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]