Hi,

when trying to load git-devel-repo after "make all" get the error.
Traceback attached

If defvarred before defcustom, that error is gone.

Andreas

Debugger entered--Lisp error: (void-variable org-list-allow-alphabetical)
  byte-code("\306\307\310\307\311\307\312\313\307\314\307\315\307\316\307\317\307\320	\n\fF!\307
\321=\203$\322\202/
\323=\203.\324\202/\325\2055\326\327\330\330\331\260*\332\260\207" [org-outline-regexp org-scheduled-string org-deadline-string org-closed-string org-clock-string org-plain-list-ordered-item-terminator "^\\(?:" "\\|" "\\[\\(?:[0-9]+\\|fn:[-_[:word:]]+\\)\\]" "%%(" "[ 	]*\\(?:" "$" "\\(?:|\\|\\+-[-+]\\)" "[#:]" "-\\{5,\\}[ 	]*$" "\\\\begin{\\([A-Za-z0-9]+\\*?\\)}" regexp-opt 41 ")" 46 "\\." "[.)]" "\\|[A-Za-z]" "\\(?:[-+*]\\|\\(?:[0-9]+" "\\)" "\\(?:[ 	]\\|$\\)" "\\)\\)" org-list-allow-alphabetical alpha term] 26)
  (defconst org-element-paragraph-separate (byte-code "\306\307\310\307\311\307\312\313\307\314\307\315\307\316\307\317\307\320	\n\fF!\307
\321=\203$\322\202/
\323=\203.\324\202/\325\2055\326\327\330\330\331\260*\332\260\207" [org-outline-regexp org-scheduled-string org-deadline-string org-closed-string org-clock-string org-plain-list-ordered-item-terminator "^\\(?:" "\\|" "\\[\\(?:[0-9]+\\|fn:[-_[:word:]]+\\)\\]" "%%(" "[ 	]*\\(?:" "$" "\\(?:|\\|\\+-[-+]\\)" "[#:]" "-\\{5,\\}[ 	]*$" "\\\\begin{\\([A-Za-z0-9]+\\*?\\)}" regexp-opt 41 ")" 46 "\\." "[.)]" "\\|[A-Za-z]" "\\(?:[-+*]\\|\\(?:[0-9]+" "\\)" "\\(?:[ 	]\\|$\\)" "\\)\\)" org-list-allow-alphabetical alpha term] 26) ("MY-PATH/org-element.elc" . 533))
  load("MY-PATH/org-element.elc" nil nil t)
  load-file("MY-PATH/org-element.elc")
  (if ask (if (y-or-n-p (concat file " load?")) (progn (load-file file))) (load-file file))
  (let ((file (car files))) (if (file-exists-p (concat file "c")) (progn (if (file-newer-than-file-p file (concat file "c")) (setq files (remove (concat file "c") files)) (setq files (cdr files)) (setq file (concat file "c"))))) (if ask (if (y-or-n-p (concat file " load?")) (progn (load-file file))) (load-file file)))
  (while files (let ((file (car files))) (if (file-exists-p (concat file "c")) (progn (if (file-newer-than-file-p file (concat file "c")) (setq files (remove (concat file "c") files)) (setq files (cdr files)) (setq file (concat file "c"))))) (if ask (if (y-or-n-p (concat file " load?")) (progn (load-file file))) (load-file file))) (setq files (cdr files)))
  (let ((files (directory-files (expand-file-name (substitute-in-file-name dir)) t "\\.elc?$"))) (while files (let ((file (car files))) (if (file-exists-p (concat file "c")) (progn (if (file-newer-than-file-p file (concat file "c")) (setq files (remove ... files)) (setq files (cdr files)) (setq file (concat file "c"))))) (if ask (if (y-or-n-p (concat file " load?")) (progn (load-file file))) (load-file file))) (setq files (cdr files))))

Reply via email to