Re: [O] defconst: Symbol’s value as variable is void: css-syntax-propertize-function

2019-08-14 Thread Nick Dokos
"Charles R (Charlie) Martin"  writes:

> I'm getting this error when trying to export HTML from org-mode. Is this a 
> known issue? I haven't found
> any solutions via google.
>

When I do `C-h v css-syntax-propertize-function RET' I get:

,
| css-syntax-propertize-function is a variable defined in ‘css-mode.el’.
| Its value is #f(compiled-function (start end) #)
| 
|   This variable may be risky if used as a file-local variable.
| 
| Documentation:
| Not documented as a variable.
`

Maybe try `M-x load-library RET css-mode RET' and try the export again?
A backtrace would be useful for identifying what is going awry. Try

M-x toggle-debug-on-error RET

and try the export againg; then post the backtrace.

-- 
Nick

"There are only two hard problems in computer science: cache
invalidation, naming things, and off-by-one errors." -Martin Fowler




[O] defconst: Symbol’s value as variable is void: css-syntax-propertize-function

2019-08-13 Thread Charles R (Charlie) Martin
I'm getting this error when trying to export HTML from org-mode. Is this a
known issue? I haven't found any solutions via google.

Thanks