From: Hongyi Zhao <hongyi.zhao@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: Install orgmode using its git repository.
Date: Mon, 28 Dec 2020 08:12:46 +0800 [thread overview]
Message-ID: <CAGP6POKH2BTjqOk1ow2uSMV0rtV0Yuo15DuLc-eda-3+oPhcEw@mail.gmail.com> (raw)
In-Reply-To: <jwvtus7jkg9.fsf-monnier+emacs@gnu.org>
On Mon, Dec 28, 2020 at 12:18 AM Stefan Monnier
<monnier@iro.umontreal.ca> wrote:
>
> BTW, you can also install the latest code from Git via package.el:
>
> M-x url-handler-mode RET ;; Assuming it's not already enabled
> C-x C-f https://elpa.gnu.org/devel/org.tar RET
> M-x package-install-from-buffer RET
If I want to implement the above codes as a package-install-from-repo
function with the pakcage's URL as the argument, then how should I
rewrite the above code?
>
> Stefan
>
>
> Hongyi Zhao [2020-12-27 14:23:28] wrote:
> > 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.
> >
> > [1] https://orgmode.org/manual/Installation.html.
> >
> > Regards
>
>
--
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Polytechnic University of Science and Technology engineering
NO. 552 North Gangtie Road, Xingtai, China
next prev parent reply other threads:[~2020-12-28 0:12 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-27 6:23 Install orgmode using its git repository Hongyi Zhao
2020-12-27 16:17 ` Stefan Monnier
2020-12-28 0:12 ` Hongyi Zhao [this message]
2020-12-28 5:13 ` David Masterson
2020-12-28 5:21 ` Stefan Monnier
2020-12-28 5:40 ` Hongyi Zhao
2020-12-28 8:08 ` Sv: " arthur miller
2020-12-28 15:53 ` Stefan Monnier
2020-12-28 21:43 ` David Masterson
2020-12-28 23:16 ` arthur miller
2020-12-29 15:33 ` Leo Butler
2020-12-29 17:16 ` arthur miller
2020-12-29 21:39 ` Robert Thorpe
2020-12-30 0:07 ` Hongyi Zhao
2020-12-29 17:18 ` arthur miller
2020-12-29 23:44 ` Hongyi Zhao
2020-12-28 15:52 ` Stefan Monnier
2020-12-27 17:50 ` Eli Zaretskii
2020-12-28 7:58 ` Sv: " arthur miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAGP6POKH2BTjqOk1ow2uSMV0rtV0Yuo15DuLc-eda-3+oPhcEw@mail.gmail.com \
--to=hongyi.zhao@gmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.