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
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
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
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
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
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