From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: void-variable org-list-allow-alphabetical
Date: Mon, 25 Mar 2013 18:07:25 +0100 [thread overview]
Message-ID: <5150844D.9090405@easy-emacs.de> (raw)
[-- 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))))
reply other threads:[~2013-03-25 17:06 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=5150844D.9090405@easy-emacs.de \
--to=andreas.roehler@easy-emacs.de \
--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 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.