emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Leo <sdl.web@gmail.com>
To: emacs-orgmode@gnu.org
Subject: 6.29c bug: (void-variable org-export-html-special-string-regexps)
Date: Mon, 10 Aug 2009 12:47:15 +0100	[thread overview]
Message-ID: <m01vnj3n7g.fsf@cam.ac.uk> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 3477 bytes --]

Hi all,

Here is how to reproduce the bug:

1. create a file kk.el with the following content:

(setq org-modules nil)
(define-key mode-specific-map [?a] 'org-agenda)
(define-key mode-specific-map [?l] 'org-store-link)
(setq org-agenda-files '("~/kk.org"))
(setq org-export-with-LaTeX-fragments t
      org-highlight-latex-fragments-and-specials t)

2. create an empty file named "kk.org"

3. emacs -q -l kk.el

4. C-c a a

Backtrace:

Debugger entered--Lisp error: (void-variable org-export-html-special-string-regexps)
  org-compute-latex-and-specials-regexp()
  org-set-regexps-and-options()
  org-mode()
  set-auto-mode-0(org-mode nil)
  set-auto-mode()
  normal-mode(t)
  after-find-file(nil t)
  find-file-noselect-1(#<buffer kk.org> "~/kk.org" nil nil "~/kk.org" (1861876 234881026))
  find-file-noselect("~/kk.org")
  org-get-agenda-file-buffer("~/kk.org")
  byte-code(".\b!ƒ\f.\bqˆ‚...\b!ˆ.\b!qˆ~ˆ. .. ˆ.\n\v\"..\f.\"......\".......\"..Š.ed..#ˆ..ƒc.ebˆ.....#ƒc...!ƒG... ..!.\x1f#ˆ‚G.ebˆ.. .Q.!..!..#ƒƒ...”..!.\"#ˆ‚m.).	!‡" [file bmp org-todo-keywords-for-agenda org-todo-keywords-1 org-done-keywords-for-agenda org-done-keywords bufferp org-check-agenda-file org-get-agenda-file-buffer buffer-modified-p org-refresh-category-properties append remove-text-properties re-search-forward nil t org-on-heading-p add-text-properties point-at-bol org-end-of-subtree "^\\*+ +" "\\>" 0 set-buffer-modified-p org-todo-keyword-alist-for-agenda org-todo-key-alist org-tag-alist-for-agenda org-tag-alist pall org-agenda-skip-archived-trees rea pa org-comment-string re pc] 4)
  org-prepare-agenda-buffers(("~/kk.org"))
  org-prepare-agenda("Day/Week")
  org-agenda-list(nil)
  call-interactively(org-agenda-list)
  byte-code("..	.....	\"\".p... !..‰..@.‰.A.B.‰.C.D.E„>.....#ˆ..F.G.‰“ˆ.H.‰“ˆ....#ˆp.I.J„Z..\b!‰.D@.J.DA.K.E„...Kƒ.....\fC#ˆ.K.=ƒ†...F.G. .“ˆ.H. .“ˆ‚...K.=ƒ..Š..F..!ˆ.G`.“ˆ.H..!.“ˆ)..!ˆ..J	\"‰.ƒ....89„.....8!ƒœ...8.A..8.B..8.C....C#ˆ.A.=ƒ....C.\"‚...A.=ƒ....C.\"‚...A.=ƒ....C.\"‚...A.=ƒ....C.\"‚...A.=ƒ\"...C.\"‚...A.=ƒ1...C.\"‚...A.=ƒ@...C.\"‚...A.=ƒR.. ˆ..C.\"‚...A.=ƒd.. ˆ..C.\"‚...A.=ƒv.. ˆ..C.\"‚....A!ƒ…...C.\"‚....A!ƒ”...C.\"‚.....A\"‚....A@.‰.LAA)\"‚...J.šƒ..\n...!‚...J.šƒ...Q.!‚...JR.šƒ...S.!‚...JT.šƒ...U.!‚...JV.šƒ..U..M†..W..M.N.M.O..N!+‚...JX.šƒ ..Y.!‚...JZ.šƒD.Y..M†4.[..M.N.M.O..N!+‚...J\\.šƒU..].!‚...J^.šƒ..P_.=„m..`.!ˆ.K?….....\fC#ˆa..M.M.N.M.O..N!+‚...Jb.šƒ...c.!‚...Jd.šƒ...e.!‚...Jf.šƒ...g.!‚...h.!.\v‡" [prefix-descriptions org-agenda-custom-commands org-agenda-custom-commands-orig buf bfn entry nil delq mapcar #[(x) "\bA;ƒ\f.\b	B..‡\bA@;ƒ..\b‡\bA@„'.\b@.\b‰.AA)BB‡\b@.\bABB‡" [x prefix-descriptions nil ""] 4] buffer-file-name buffer-base-buffer put org-agenda-files org-restrict org-agenda-redo-command org-lprops org-agenda-get-restriction-and-command region t region-beginning region-end subtree org-back-to-heading org-end-of-subtree require calendar assoc 2 functionp 3 4 agenda org-let (org-agenda-list current-prefix-arg) alltodo (org-todo-list current-prefix-arg) search (org-search-view current-prefix-arg match nil) stuck (org-agenda-list-stuck-projects current-prefix-arg) tags (org-tags-view current-prefix-arg match) tags-todo (org-tags-view (quote ...) match) todo (org-todo-list match) tags-tree org-check-for-org-mode (org-match-sparse-tree current-prefix-arg match) ...] 6)
  org-agenda(nil)
  call-interactively(org-agenda nil nil)

-- 
Emacs uptime: 7 minutes, 29 seconds

             reply	other threads:[~2009-08-10 11:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-10 11:47 Leo [this message]
2009-08-10 11:55 ` 6.29c bug: (void-variable org-export-html-special-string-regexps) Leo
2009-08-10 12:25   ` Lisp error: (args-out-of-range "" 2 10) (was: 6.29c bug: (void-variable org-export-html-special-string-regexps)) Leo
2009-08-10 12:46   ` Re: 6.29c bug: (void-variable org-export-html-special-string-regexps) Carsten Dominik
2009-08-10 13:22     ` Leo
2009-08-10 12:46 ` Carsten Dominik

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m01vnj3n7g.fsf@cam.ac.uk \
    --to=sdl.web@gmail.com \
    --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 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).