emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [bug] void-variable org-special-blocks-line when exporting to HTML


From: Sebastien Vauban
Subject: [O] [bug] void-variable org-special-blocks-line when exporting to HTML
Date: Thu, 05 Apr 2012 11:51:48 +0200
User-agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.94 (windows-nt)

Hello,

On Org-mode version 7.8.08 (release_7.8.07.217.gcf3b.dirty),
I just experienced this when exporting to HTML:

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (void-variable org-special-blocks-line)
  (string-match "^ORG-\\(.*\\)-\\(START\\|END\\)$" org-special-blocks-line)
  (if (string-match "^ORG-\\(.*\\)-\\(START\\|END\\)$" org-special-blocks-line) 
(progn (message "%s" (match-string 1)) (when (equal (match-string 2 
org-special-blocks-line) "START") (org-close-par-maybe) (insert "\n<div 
class=\"" (match-string 1 org-special-blocks-line) "\">") (org-open-par)) (when 
(equal (match-string 2 org-special-blocks-line) "END") (org-close-par-maybe) 
(insert "\n</div>") (org-open-par)) (throw (quote nextline) nil)))
  (when (string-match "^ORG-\\(.*\\)-\\(START\\|END\\)$" 
org-special-blocks-line) (message "%s" (match-string 1)) (when (equal 
(match-string 2 org-special-blocks-line) "START") (org-close-par-maybe) (insert 
"\n<div class=\"" (match-string 1 org-special-blocks-line) "\">") 
(org-open-par)) (when (equal (match-string 2 org-special-blocks-line) "END") 
(org-close-par-maybe) (insert "\n</div>") (org-open-par)) (throw (quote 
nextline) nil))
  org-special-blocks-convert-html-special-cookies()
  run-hooks(org-export-html-after-blockquotes-hook)
  [...]
  org-export-as-html(nil hidden)
  org-export-as-html-and-open(nil)
  call-interactively(org-export-as-html-and-open)
--8<---------------cut here---------------end--------------->8---

I must report that I don't have "special blocks" in the Org document,
though...

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]