* void-variable org-list-allow-alphabetical
@ 2013-03-25 17:07 Andreas Röhler
0 siblings, 0 replies; only message in thread
From: Andreas Röhler @ 2013-03-25 17:07 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 154 bytes --]
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
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: eil.el --]
[-- Type: text/x-emacs-lisp; name="eil.el", Size: 2756 bytes --]
Debugger entered--Lisp error: (void-variable org-list-allow-alphabetical)
byte-code("\306\b\307\310\307\311\307\312\313\307\314\307\315\307\316\307\317\307\320 \n\v\fF!\307\r\321=\203$\0\322\202/\0\r\323=\203.\0\324\202/\0\325\x0e^[\2055\0\326\x1e\x1c\x1e\x1d\327\x0e\x1c\330\x0e\x1d\330\331\260\x06*\332\260\x16\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\b\307\310\307\311\307\312\313\307\314\307\315\307\316\307\317\307\320 \n\v\fF!\307\r\321=\203$\0\322\202/\0\r\323=\203.\0\324\202/\0\325\x0e^[\2055\0\326\x1e\x1c\x1e\x1d\327\x0e\x1c\330\x0e\x1d\330\331\260\x06*\332\260\x16\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))))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-25 17:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-25 17:07 void-variable org-list-allow-alphabetical Andreas Röhler
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.