emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Max Nikulin <manikulin@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Mininmal init.el on Worg for testing bleeding edge?
Date: Wed, 29 Sep 2021 19:20:15 +0700	[thread overview]
Message-ID: <sj1lm1$mus$1@ciao.gmane.io> (raw)
In-Reply-To: <87bl4bbyyu.fsf@hornfels.zedat.fu-berlin.de>

On 29/09/2021 14:52, Loris Bennett wrote:
> 
>    https://orgmode.org/worg/org-faq.html#keeping-current-with-Org-mode-development
> 
> I had to fiddle around a bit to get a minimal init.el that allowed me to
> test a fix made in the Savannah repo.

I am unsure, what the FAQ entry should contain. Just to test a fix, the 
following section from the manual may be handy:

(info "(org) Installation")
https://orgmode.org/manual/Installation.html

     git clone https://git.savannah.gnu.org/git/emacs/org-mode.git
     cd org-mode/
     make autoloads

     emacs -Q -L ~/src/org-mode/lisp test.org

without any init file. The only pitfall is that -q or -Q is almost 
certainly required since ~/.emacs.d/init.el is processed *before* -L 
option. In simple cases alternative init file may be loaded later 
(normal init is suppressed by -q/-Q)

     emacs -Q -L ~/src/org-mode/lisp -l ~/another-init.el test.org

Actually (add-to-list 'load-path "~/src/org-mode/lisp") close to 
beginning of of ~/.emacs.d/init.el is another way to run latest Org 
version, but do not forget comment it out after testing.



      parent reply	other threads:[~2021-09-29 12:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-29  7:52 Mininmal init.el on Worg for testing bleeding edge? Loris Bennett
2021-09-29  7:58 ` Bastien
2021-09-29 12:20 ` Max Nikulin [this message]

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='sj1lm1$mus$1@ciao.gmane.io' \
    --to=manikulin@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).