[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] org-latex-export-to-pdf error
From: |
claude fuhrer |
Subject: |
[O] org-latex-export-to-pdf error |
Date: |
Mon, 19 Mar 2018 10:22:05 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
Hi,
This morning, I've received an error message that I do not understand.
Perheaps you can help me.
If a try to export a file to pdf typing "C-c C-e l p", I receive the
error message below (that I do not understand.)
if, for the same file, I type "M-x org-latex-export-to-pdf", the pdf
file is produced without any error. I suspect (but you can perheaps
confirm that) that there is a conflict between "my" org configuration
and "my" yasnippet configuration.
Thank you in advance for your advice
kind regards
claude
;;================================ error message
==========================================================================
Debugger entered: ("`yas--original-auto-fill-function' unexpectedly nil!
Please report this backtrace (hit `c' to continue)")
(progn (debug nil "`yas--original-auto-fill-function' unexpectedly
nil! Please report this backtrace (hit `c' to continue)"))
(if (and (null newval) (eq auto-fill-function 'yas--auto-fill)
(fboundp 'backtrace-frames) (not (and (eq op 'makunbound) (not (eq
(default-value 'auto-fill-function) 'yas--auto-fill)) (cl-member
'kill-all-local-variables (backtrace-frames 'yas--watch-auto-fill) :key
(function (lambda (frame) (nth 1 frame))))))) (progn (debug nil
"`yas--original-auto-fill-function' unexpectedly nil! Please report this
backtrace (hit `c' to continue)")))
yas--watch-auto-fill(yas--original-auto-fill-function nil set
#<buffer *temp*>)
make-local-variable(yas--original-auto-fill-function)
#f(compiled-function () #<bytecode 0x123777d>)()
funcall(#f(compiled-function () #<bytecode 0x123777d>))
org-element-parse-secondary-string("13 novembre 2017" (bold code
entity export-snippet inline-babel-call inline-src-block italic
line-break latex-fragment link macro radio-target statistics-cookie
strike-through subscript superscript target timestamp underline verbatim))
org-macro-initialize-templates()
org-export-as(latex nil nil nil (:output-file "cprog.tex"))
org-export-to-file(latex "cprog.tex" nil nil nil nil nil
#f(compiled-function (file) #<bytecode 0x10f2bb9>))
org-latex-export-to-pdf(nil nil nil nil)
org-export-dispatch(nil)
funcall-interactively(org-export-dispatch nil)
#<subr call-interactively>(org-export-dispatch nil nil)
apply(#<subr call-interactively> org-export-dispatch (nil nil))
address@hidden(#<subr
call-interactively> org-export-dispatch nil nil)
apply(address@hidden #<subr
call-interactively> (org-export-dispatch nil nil))
call-interactively(org-export-dispatch nil nil)
command-execute(org-export-dispatch)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [O] org-latex-export-to-pdf error,
claude fuhrer <=