Re: Can't activate orgmode after the installation of its git master version.

2020-12-28 Thread tomas
On Mon, Dec 28, 2020 at 08:24:46AM +0800, Hongyi Zhao wrote: [...] > Eli Zaretskii told the following fact: > > I believe/hope this is a bug that was already fixed on the emacs-27 > branch, and hopefully will be merged to master soon. Yes, thanks :) Cheers - t signature.asc Description: Di

Re: Can't activate orgmode after the installation of its git master version.

2020-12-27 Thread Hongyi Zhao
On Mon, Dec 28, 2020 at 12:18 AM wrote: > > On Sun, Dec 27, 2020 at 11:14:56PM +0800, Hongyi Zhao wrote: > > [...] > > > I finally figured out the following initialization code for orgmode > > based on your above wonderful notes: > > > > (add-to-list 'load-path > > "~/Public/repo/code.orgmode.org

Re: Can't activate orgmode after the installation of its git master version.

2020-12-27 Thread tomas
On Sun, Dec 27, 2020 at 11:14:56PM +0800, Hongyi Zhao wrote: [...] > I finally figured out the following initialization code for orgmode > based on your above wonderful notes: > > (add-to-list 'load-path > "~/Public/repo/code.orgmode.org/bzg/org-mode.git/lisp") > (add-to-list 'load-path > "~/Pu

Re: Can't activate orgmode after the installation of its git master version.

2020-12-27 Thread Hongyi Zhao
On Sun, Dec 27, 2020 at 10:57 PM Hongyi Zhao wrote: > > On Sun, Dec 27, 2020 at 10:12 PM wrote: > > > > On Sun, Dec 27, 2020 at 09:34:18PM +0800, Hongyi Zhao wrote: > > > On Ubuntu 20.10, I compiled the latest git master version of emacs, > > > but I can't activate the org-mode command from withi

Re: Can't activate orgmode after the installation of its git master version.

2020-12-27 Thread Hongyi Zhao
On Sun, Dec 27, 2020 at 10:12 PM wrote: > > On Sun, Dec 27, 2020 at 09:34:18PM +0800, Hongyi Zhao wrote: > > On Ubuntu 20.10, I compiled the latest git master version of emacs, > > but I can't activate the org-mode command from within it. So I try to > > install > > the orgmode using its git repo

Re: Can't activate orgmode after the installation of its git master version.

2020-12-27 Thread tomas
On Sun, Dec 27, 2020 at 09:34:18PM +0800, Hongyi Zhao wrote: > On Ubuntu 20.10, I compiled the latest git master version of emacs, > but I can't activate the org-mode command from within it. So I try to install > the orgmode using its git repository according to the official guidance [1] as > shown