From: Ihor Radchenko <yantar92@gmail.com>
To: Sharon Kimble <boudiccas@skimble09.plus.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Something has happened such that I can't export to latex
Date: Thu, 28 Jul 2022 18:20:25 +0800 [thread overview]
Message-ID: <87v8rha68m.fsf@localhost> (raw)
In-Reply-To: <877d3xh8g7.fsf@skimble09.plus.com>
Sharon Kimble <boudiccas@skimble09.plus.com> writes:
> After several rebuilds of emacs I'm now getting this line showing for
> org-version -
>
> Org mode version 9.5.4 (release_9.5.4-17-g6e991f @ mixed installation!
> /home/boudiccas/git/emacs/lisp/org/ and
> /home/boudiccas/git/org-mode/lisp/)
>
> I want to stay with the git version of org-mode if possible, so how do I
> stop the emacs org from operating please?
Try
#+BEGIN_SRC emacs-lisp :tangle "~/.emacs.d/init.el" :exports code :results silent
;;; init.el --- sharon's config -*- eval: (read-only-mode 1) -*-
(require 'package)
(setq package-enable-at-startup nil)
;; Make sure that Git version of Org mode is being loaded instead of the
;; built-in version.
(add-to-list 'load-path (expand-file-name "/home/boudiccas/git/org-mode/lisp"))
(add-to-list 'load-path (expand-file-name "/home/boudiccas/git/org-contrib/lisp"))
(package-initialize)
(require 'ob-tangle)
(org-babel-load-file "~/.emacs.d/config22.org")
#+END_SRC
Hope it helps.
Best,
Ihor
next prev parent reply other threads:[~2022-07-28 10:20 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-26 15:32 Something has happened such that I can't export to latex Sharon Kimble
2022-07-26 15:37 ` Ihor Radchenko
2022-07-26 16:33 ` Sharon Kimble
2022-07-26 16:39 ` Sharon Kimble
2022-07-27 3:41 ` Ihor Radchenko
2022-07-27 6:30 ` Sharon Kimble
2022-07-27 14:03 ` Fraga, Eric
2022-07-27 14:16 ` Ihor Radchenko
2022-07-27 15:20 ` Sharon Kimble
2022-07-27 15:43 ` Fraga, Eric
2022-07-27 23:02 ` Tim Cross
2022-07-28 9:50 ` Sharon Kimble
2022-07-28 10:20 ` Ihor Radchenko [this message]
2022-07-28 13:29 ` Sharon Kimble
2022-07-29 1:10 ` Ihor Radchenko
2022-07-29 8:48 ` Sharon Kimble
2022-07-29 12:00 ` Robert Pluim
2022-07-29 12:24 ` Sharon Kimble
2022-07-29 12:37 ` Robert Pluim
2022-07-29 13:24 ` Ihor Radchenko
2022-07-30 7:25 ` [SOLVED] " Sharon Kimble
2022-07-31 19:49 ` Robert Pluim
2022-07-30 3:18 ` Tim Cross
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=87v8rha68m.fsf@localhost \
--to=yantar92@gmail.com \
--cc=boudiccas@skimble09.plus.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).