all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Charles Millar <millarc@verizon.net>
To: bug-recutils@gnu.org, help-gnu-emacs@gnu.org
Subject: rec-mode initialization, emacs 25, org mode
Date: Fri, 10 Mar 2017 14:33:10 -0500	[thread overview]
Message-ID: <a6a92391-8bc8-8b0c-a8f4-40b7515e058b@verizon.net> (raw)

I can't recall if I posted this observation a while back; if so, then 
here it is - again.

Whle using rec-mode with recutils 1.7 and

GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 
2015-03-07 on trouble, modified by Debian
Org mode version 9.0.5 (release_9.0.5-351-g0e0fda.dirty @ 
/usr/local/share/emacs/site-lisp/org-mode/lisp/)

emacs loaded no problem with the following in my init file

;;;;;;;;;;;;;;;;;;;;;;;;; Org mode ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/org-mode/lisp")
(add-to-list 'load-path 
"/usr/local/share/emacs/site-lisp/org-mode/contrib/lisp")

---snip---

  (org-babel-do-load-languages
      'org-babel-load-languages '((awk . t)
                   (calc . t)
                   (C . t)
                   (clojure . t)
                   (emacs-lisp . t)
                   (latex . t)
                   (ledger . t)
                   (lisp . t)
                   (org . t)
                   (rec . t)
                   (scheme . t)
                   (shell . t)
))

----snip----

;;;;;;;;;;;;;;;;;;;;;;;RecUtils;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(add-to-list 'load-path "/usr/share/emacs/site-lisp/")
(require 'rec-mode)
(add-to-list 'auto-mode-alist '("\\.rec\\'" . rec-mode))

;;;;;;;;;;;;;;;;;;;;;;;; etc ;;;;;;;;;;;;;;;;;;;;;;;;;

When I started emacs 25 using the same init file I received the following

File error: Cannot open load file, No such file or directory, ob-rec

I relocated the rec-mode stanza before the org mode stanzas and there 
was no problem.

GNU Emacs 25.1.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.5) of 
2016-07-21
Org mode version 9.0.5 (release_9.0.5-351-g0e0fda.dirty @ 
/usr/local/share/emacs/site-lisp/org-mode/lisp/)

Just bringing this to your attention if changes from Emacs 24 to 25 has 
affected the order in which rec mode must be loaded.

Best,

Charlie Millar




                 reply	other threads:[~2017-03-10 19:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=a6a92391-8bc8-8b0c-a8f4-40b7515e058b@verizon.net \
    --to=millarc@verizon.net \
    --cc=bug-recutils@gnu.org \
    --cc=help-gnu-emacs@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 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.