emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
blob 4c8cf4e3857ac299e6b2a88c65b583335606c9fd 564 bytes (raw)
name: testing/org-batch-test-init.el 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
;;  -*- lexical-binding: t; -*-
;; Remove Org remnants built into Emacs
;;

;; clean load-path
(setq load-path
      (delq nil (mapcar
		 (lambda (p)
		   (unless (string-match "lisp\\(/packages\\)?/org$" p)
		     p))
		 load-path)))
;; remove property list to defeat cus-load and remove autoloads
(mapatoms (function  (lambda (s)
		       (let ((sn (symbol-name s)))
			 (when (string-match "^\\(org\\|ob\\|ox\\)\\(-.*\\)?$" sn)
			   (setplist s nil)
			   (when (eq 'autoload (car-safe s))
			     (unintern s)))))))

;; we should now start from a clean slate

debug log:

solving 4c8cf4e385 ...
found 4c8cf4e385 in https://list.orgmode.org/orgmode/jwvfsgw6syx.fsf-monnier+emacs@gnu.org/
found 87216cffda in https://git.savannah.gnu.org/cgit/emacs/org-mode.git
preparing index
index prepared:
100644 87216cffda902327807adf2186879bb98eb75cdd	testing/org-batch-test-init.el

applying [1/1] https://list.orgmode.org/orgmode/jwvfsgw6syx.fsf-monnier+emacs@gnu.org/
diff --git a/testing/org-batch-test-init.el b/testing/org-batch-test-init.el
index 87216cffda..4c8cf4e385 100644

Checking patch testing/org-batch-test-init.el...
Applied patch testing/org-batch-test-init.el cleanly.

index at:
100644 4c8cf4e3857ac299e6b2a88c65b583335606c9fd	testing/org-batch-test-init.el

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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