emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* special strings
@ 2013-02-07  2:08 Samuel Wales
  2013-02-07  8:49 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Samuel Wales @ 2013-02-07  2:08 UTC (permalink / raw)
  To: emacs-orgmode

org-html.el:2468:  (let ((all org-export-html-special-string-regexps)

Where is this defined?

Samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY
can get it.  There is no hope without action.

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

* Re: special strings
  2013-02-07  2:08 special strings Samuel Wales
@ 2013-02-07  8:49 ` Bastien
  2013-02-07 23:24   ` Samuel Wales
  0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2013-02-07  8:49 UTC (permalink / raw)
  To: Samuel Wales; +Cc: emacs-orgmode

Hi Samuel,

Samuel Wales <samologist@gmail.com> writes:

> org-html.el:2468:  (let ((all org-export-html-special-string-regexps)
>
> Where is this defined?

It was defined in org.el but got squeezed out during the move to the
new exporter.  I reintroduced it in contrib/lisp/org-html.el.

Thanks,

-- 
 Bastien

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

* Re: special strings
  2013-02-07  8:49 ` Bastien
@ 2013-02-07 23:24   ` Samuel Wales
  0 siblings, 0 replies; 3+ messages in thread
From: Samuel Wales @ 2013-02-07 23:24 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

> It was defined in org.el but got squeezed out during the move to the
> new exporter.  I reintroduced it in contrib/lisp/org-html.el.

Thanks.  I found the new equivalent.

Is (require 'ox) is the correct way to load variables before setting them?

Is there a mapping of old variables to new ones?  e.g.:

alpha-org-export.el:45:1:Warning: Unused lexical variable
`org-export-copy-to-kill-ring'
alpha-org-export.el:45:1:Warning: Unused lexical variable
`org-export-headline-levels'
alpha-org-export.el:45:1:Warning: Unused lexical variable
`org-export-html-toplevel-hlevel'

In alpha-org-blog-subtree:
alpha-org-export.el:195:30:Warning: reference to free variable
    `org-export-html-toplevel-hlevel'
alpha-org-export.el:202:20:Warning: reference to free variable
    `org-export-headline-levels'

In alpha-org-export-settings:
alpha-org-export.el:631:9:Warning: reference to free variable
    `org-html-special-string-regexps'
alpha-org-export.el:711:13:Warning: assignment to free variable
    `org-html-special-string-regexps'
alpha-org-export.el:714:9:Warning: assignment to free variable
    `org-export-html-special-string-regexps'
alpha-org-export.el:717:9:Warning: assignment to free variable
    `org-export-email-info'
alpha-org-export.el:718:9:Warning: assignment to free variable
    `org-export-author-info'
alpha-org-export.el:719:9:Warning: assignment to free variable
    `org-export-creator-info'
alpha-org-export.el:733:9:Warning: assignment to free variable
    `org-export-html-preamble'
alpha-org-export.el:734:9:Warning: assignment to free variable
    `org-export-html-postamble'
alpha-org-export.el:736:9:Warning: assignment to free variable
    `org-export-headline-levels'
alpha-org-export.el:739:9:Warning: assignment to free variable
    `org-inlinetask-export'
alpha-org-export.el:746:9:Warning: assignment to free variable
    `org-export-with-toc'
alpha-org-export.el:748:9:Warning: assignment to free variable
    `org-export-remove-timestamps-from-toc'
alpha-org-export.el:760:9:Warning: assignment to free variable
    `org-export-with-tags'
alpha-org-export.el:763:9:Warning: assignment to free variable
    `org-export-with-tasks'
alpha-org-export.el:781:9:Warning: assignment to free variable
    `org-export-with-sub-superscripts'

Samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY
can get it.  There is no hope without action.

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

end of thread, other threads:[~2013-02-07 23:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-07  2:08 special strings Samuel Wales
2013-02-07  8:49 ` Bastien
2013-02-07 23:24   ` Samuel Wales

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