emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 6.29c bug: (void-variable org-export-html-special-string-regexps)
@ 2009-08-10 11:47 Leo
  2009-08-10 11:55 ` Leo
  2009-08-10 12:46 ` Carsten Dominik
  0 siblings, 2 replies; 6+ messages in thread
From: Leo @ 2009-08-10 11:47 UTC (permalink / raw)
  To: emacs-orgmode

[-- 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 6.29c bug: (void-variable org-export-html-special-string-regexps)
  2009-08-10 11:47 6.29c bug: (void-variable org-export-html-special-string-regexps) Leo
@ 2009-08-10 11:55 ` 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 12:46 ` Carsten Dominik
  1 sibling, 2 replies; 6+ messages in thread
From: Leo @ 2009-08-10 11:55 UTC (permalink / raw)
  To: emacs-orgmode


Another bug maybe related to this one is trying to complete #+ produces
another error:

Debugger entered--Lisp error: (args-out-of-range "" 2 10)
  match-string(2 "")
  (cons (match-string 2 x) (match-string 1 x))
  (lambda (x) (string-match "^#\\+\\(\\([A-Z_]+:?\\).*\\)" x) (cons (match-string 2 x) (match-string 1 x)))("")
  mapcar((lambda (x) (string-match "^#\\+\\(\\([A-Z_]+:?\\).*\\)" x) (cons (match-string 2 x) (match-string 1 x))) ("#+TITLE:     Tasks.org" "#+AUTHOR:    Leo Shidai Liu" "#+EMAIL:     sl392@cam.ac.uk" "#+DATE:      2009-08-10 Mon" "#+DESCRIPTION: " "#+KEYWORDS: " "#+LANGUAGE:  en" "#+OPTIONS:   H:3 num:t toc:t \\n:nil @:t ::t |:t ^:t -:t f:t *:t <:t" "#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc" "" "#+EXPORT_SELECT_TAGS: export" "#+EXPORT_EXCLUDE_TAGS: noexport" "#+LINK_UP:   " "#+LINK_HOME: " "#+CATEGORY:  Tasks" "#+SEQ_TODO:  TODO FEEDBACK VERIFY DONE" "#+TYP_TODO:  Me Jason Marie DONE" "#+PRIORITIES: A C B" "#+DRAWERS:   PROPERTIES CLOCK LOGBOOK" "#+STARTUP:   content odd hidestars noalign nil" "#+TAGS:      @Computer(c) @Errands(e) @Home(h) @None(n) @Offic
 e(o) @Phone(p)" "#+FILETAGS:  " "#+ARCHIVE:   %s_archive::" "#+LINK:      org file:~/org/%s.org"))
  (append (mapcar (lambda ... ... ...) (org-split-string ... "\n")) (mapcar (quote list) org-additional-option-like-keywords))
  (cond (opt (setq type :opt) (require ...) (append ... ...)) (startup (setq type :startup) org-startup-options) (link (append org-link-abbrev-alist-local org-link-abbrev-alist)) (texp (setq type :tex) org-html-entities) ((string-match "\\`\\*+[ 	]+\\'" ...) (setq type :todo) (mapcar ... org-todo-keywords-1)) (searchhead (setq type :searchhead) (save-excursion ... ...) tbl) (tag (setq type :tag beg beg1) (or org-tag-alist ...)) (prop (setq type :prop beg beg1) (mapcar ... ...)) (t (progn ... ...)))
  (let* ((a nil) (end ...) (beg1 ...) (beg ...) (confirm ...) (searchhead ...) (struct ...) (tag ...) (prop ...) (texp ...) (link ...) (opt ...) (startup ...) (completion-ignore-case opt) (type nil) (tbl nil) (table ...) (pattern ...) (completion ...)) (cond (... ...) (... ... ...) (... ... ... ... ... ... ...) (t ... ... ...)))
  (catch (quote exit) (let* (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) (cond ... ... ... ...)))
  (progn (if pc-mode (partial-completion-mode -1)) (catch (quote exit) (let* ... ...)))
  (unwind-protect (progn (if pc-mode ...) (catch ... ...)) (if pc-mode (partial-completion-mode 1)))
  (let ((pc-mode ...)) (unwind-protect (progn ... ...) (if pc-mode ...)))
  (org-without-partial-completion (catch (quote exit) (let* ... ...)))
  org-complete(nil)
  call-interactively(org-complete nil nil)

-- 
Emacs uptime: 18 minutes, 25 seconds

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Lisp error: (args-out-of-range "" 2 10) (was: 6.29c bug: (void-variable org-export-html-special-string-regexps))
  2009-08-10 11:55 ` Leo
@ 2009-08-10 12:25   ` Leo
  2009-08-10 12:46   ` Re: 6.29c bug: (void-variable org-export-html-special-string-regexps) Carsten Dominik
  1 sibling, 0 replies; 6+ messages in thread
From: Leo @ 2009-08-10 12:25 UTC (permalink / raw)
  To: emacs-orgmode

On 2009-08-10 12:55 +0100, Leo wrote:
> Another bug maybe related to this one is trying to complete #+ produces
> another error:
>
> Debugger entered--Lisp error: (args-out-of-range "" 2 10)
>   match-string(2 "")
>   (cons (match-string 2 x) (match-string 1 x))
>   (lambda (x) (string-match "^#\\+\\(\\([A-Z_]+:?\\).*\\)" x) (cons (match-string 2 x) (match-string 1 x)))("")
>   mapcar((lambda (x) (string-match "^#\\+\\(\\([A-Z_]+:?\\).*\\)" x) (cons (match-string 2 x) (match-string 1 x))) ("#+TITLE:     Tasks.org" "#+AUTHOR:    Leo Shidai Liu" "#+EMAIL:     sl392@cam.ac.uk" "#+DATE:      2009-08-10 Mon" "#+DESCRIPTION: " "#+KEYWORDS: " "#+LANGUAGE:  en" "#+OPTIONS:   H:3 num:t toc:t \\n:nil @:t ::t |:t ^:t -:t f:t *:t <:t" "#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc" "" "#+EXPORT_SELECT_TAGS: export" "#+EXPORT_EXCLUDE_TAGS: noexport" "#+LINK_UP:   " "#+LINK_HOME: " "#+CATEGORY:  Tasks" "#+SEQ_TODO:  TODO FEEDBACK VERIFY DONE" "#+TYP_TODO:  Me Jason Marie DONE" "#+PRIORITIES: A C B" "#+DRAWERS:   PROPERTIES CLOCK LOGBOOK" "#+STARTUP:   content odd hidestars noalign nil" "#+TAGS:      @Computer(c) @Errands(e) @Home(h) @None(n) @Off
 ic
>  e(o) @Phone(p)" "#+FILETAGS:  " "#+ARCHIVE:   %s_archive::" "#+LINK:      org file:~/org/%s.org"))
>   (append (mapcar (lambda ... ... ...) (org-split-string ... "\n")) (mapcar (quote list) org-additional-option-like-keywords))
>   (cond (opt (setq type :opt) (require ...) (append ... ...)) (startup (setq type :startup) org-startup-options) (link (append org-link-abbrev-alist-local org-link-abbrev-alist)) (texp (setq type :tex) org-html-entities) ((string-match "\\`\\*+[ 	]+\\'" ...) (setq type :todo) (mapcar ... org-todo-keywords-1)) (searchhead (setq type :searchhead) (save-excursion ... ...) tbl) (tag (setq type :tag beg beg1) (or org-tag-alist ...)) (prop (setq type :prop beg beg1) (mapcar ... ...)) (t (progn ... ...)))
>   (let* ((a nil) (end ...) (beg1 ...) (beg ...) (confirm ...) (searchhead ...) (struct ...) (tag ...) (prop ...) (texp ...) (link ...) (opt ...) (startup ...) (completion-ignore-case opt) (type nil) (tbl nil) (table ...) (pattern ...) (completion ...)) (cond (... ...) (... ... ...) (... ... ... ... ... ... ...) (t ... ... ...)))
>   (catch (quote exit) (let* (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) (cond ... ... ... ...)))
>   (progn (if pc-mode (partial-completion-mode -1)) (catch (quote exit) (let* ... ...)))
>   (unwind-protect (progn (if pc-mode ...) (catch ... ...)) (if pc-mode (partial-completion-mode 1)))
>   (let ((pc-mode ...)) (unwind-protect (progn ... ...) (if pc-mode ...)))
>   (org-without-partial-completion (catch (quote exit) (let* ... ...)))
>   org-complete(nil)
>   call-interactively(org-complete nil nil)

Here is how to reproduce this one:

1. kk.el with the following line:

    (setq org-modules nil)

2. emacs -q -l kk.el

3. open an org file

4. type in #+

5. press M-TAB

Backtrace is as in the previous post.

-- 
Emacs uptime: 11 minutes, 34 seconds

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 6.29c bug: (void-variable org-export-html-special-string-regexps)
  2009-08-10 11:47 6.29c bug: (void-variable org-export-html-special-string-regexps) Leo
  2009-08-10 11:55 ` Leo
@ 2009-08-10 12:46 ` Carsten Dominik
  1 sibling, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2009-08-10 12:46 UTC (permalink / raw)
  To: Leo; +Cc: emacs-orgmode

Fixed, thanks.

- Carsten
On Aug 10, 2009, at 1:47 PM, Leo wrote:

> 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
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: 6.29c bug: (void-variable org-export-html-special-string-regexps)
  2009-08-10 11:55 ` 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   ` Carsten Dominik
  2009-08-10 13:22     ` Leo
  1 sibling, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2009-08-10 12:46 UTC (permalink / raw)
  To: Leo; +Cc: emacs-orgmode

Fixed, thanks.

- Carsten

On Aug 10, 2009, at 1:55 PM, Leo wrote:

>
> Another bug maybe related to this one is trying to complete #+  
> produces
> another error:
>
> Debugger entered--Lisp error: (args-out-of-range "" 2 10)
>  match-string(2 "")
>  (cons (match-string 2 x) (match-string 1 x))
>  (lambda (x) (string-match "^#\\+\\(\\([A-Z_]+:?\\).*\\)" x) (cons  
> (match-string 2 x) (match-string 1 x)))("")
>  mapcar((lambda (x) (string-match "^#\\+\\(\\([A-Z_]+:?\\).*\\)" x)  
> (cons (match-string 2 x) (match-string 1 x))) ("#+TITLE:      
> Tasks.org" "#+AUTHOR:    Leo Shidai Liu" "#+EMAIL:      
> sl392@cam.ac.uk" "#+DATE:      2009-08-10 Mon" "#+DESCRIPTION: " "# 
> +KEYWORDS: " "#+LANGUAGE:  en" "#+OPTIONS:   H:3 num:t toc:t \\n:nil  
> @:t ::t |:t ^:t -:t f:t *:t <:t" "#+OPTIONS:   TeX:t LaTeX:t  
> skip:nil d:nil todo:t pri:nil tags:not-in-toc" "" "# 
> +EXPORT_SELECT_TAGS: export" "#+EXPORT_EXCLUDE_TAGS: noexport" "# 
> +LINK_UP:   " "#+LINK_HOME: " "#+CATEGORY:  Tasks" "#+SEQ_TODO:   
> TODO FEEDBACK VERIFY DONE" "#+TYP_TODO:  Me Jason Marie DONE" "# 
> +PRIORITIES: A C B" "#+DRAWERS:   PROPERTIES CLOCK LOGBOOK" "# 
> +STARTUP:   content odd hidestars noalign nil" "#+TAGS:       
> @Computer(c) @Errands(e) @Home(h) @None(n) @Office(o) @Phone(p)" "# 
> +FILETAGS:  " "#+ARCHIVE:   %s_archive::" "#+LINK:      org file:~/ 
> org/%s.org"))
>  (append (mapcar (lambda ... ... ...) (org-split-string ... "\n"))  
> (mapcar (quote list) org-additional-option-like-keywords))
>  (cond (opt (setq type :opt) (require ...) (append ... ...))  
> (startup (setq type :startup) org-startup-options) (link (append org- 
> link-abbrev-alist-local org-link-abbrev-alist)) (texp (setq  
> type :tex) org-html-entities) ((string-match "\\`\\*+[ 	]+\\'" ...)  
> (setq type :todo) (mapcar ... org-todo-keywords-1)) (searchhead  
> (setq type :searchhead) (save-excursion ... ...) tbl) (tag (setq  
> type :tag beg beg1) (or org-tag-alist ...)) (prop (setq type :prop  
> beg beg1) (mapcar ... ...)) (t (progn ... ...)))
>  (let* ((a nil) (end ...) (beg1 ...) (beg ...) (confirm ...)  
> (searchhead ...) (struct ...) (tag ...) (prop ...) (texp ...)  
> (link ...) (opt ...) (startup ...) (completion-ignore-case opt)  
> (type nil) (tbl nil) (table ...) (pattern ...) (completion ...))  
> (cond (... ...) (... ... ...) (... ... ... ... ... ... ...)  
> (t ... ... ...)))
>  (catch (quote exit) (let*  
> (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) (cond 
>  ... ... ... ...)))
>  (progn (if pc-mode (partial-completion-mode -1)) (catch (quote  
> exit) (let* ... ...)))
>  (unwind-protect (progn (if pc-mode ...) (catch ... ...)) (if pc- 
> mode (partial-completion-mode 1)))
>  (let ((pc-mode ...)) (unwind-protect (progn ... ...) (if pc- 
> mode ...)))
>  (org-without-partial-completion (catch (quote exit) (let* ... ...)))
>  org-complete(nil)
>  call-interactively(org-complete nil nil)
>
> -- 
> Emacs uptime: 18 minutes, 25 seconds
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 6.29c bug: (void-variable org-export-html-special-string-regexps)
  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
  0 siblings, 0 replies; 6+ messages in thread
From: Leo @ 2009-08-10 13:22 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

On 2009-08-10 13:46 +0100, Carsten Dominik wrote:
> Fixed, thanks.

On 2009-08-10 13:46 +0100, Carsten Dominik wrote:
> Fixed, thanks.
>
> - Carsten

Many thanks, Carsten. Both bugs are indeed fixed.

Best wishes,
Leo

-- 
Emacs uptime: 3 minutes, 36 seconds

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-08-10 13:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-10 11:47 6.29c bug: (void-variable org-export-html-special-string-regexps) Leo
2009-08-10 11:55 ` 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

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