emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-ref 3 setup
@ 2022-07-20  9:00 Joseph Vidal-Rosset
       [not found] ` <CAJ51ETrH-EbRmdQht3MVUqNZS2aJ3krvez2fPcgnLQM_LN+O5A@mail.gmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Joseph Vidal-Rosset @ 2022-07-20  9:00 UTC (permalink / raw)
  To: John Kitchin; +Cc: org-mode-email


Hello John, (cc. list emacs-orgmode)

I have a problem with my emacs setup that is in relation with org-ref 3.

My emacs version is  29.0.50, via Prelude emacs, and my emacs is
launched with "emacs --daemon" .

Here is the error:

> Loading /home/joseph/.emacs.d/personal/myorgexport.el (source)...
> Output file:
> Warning (initialization): An error occurred while loading ‘/home/joseph/.emacs.d/init.elc’:
>
> Wrong type argument: stringp, nil
>
> To ensure normal operation, you should investigate and remove the
> cause of the error in your initialization file.

With emacs --debug-init, emacs asks also an output file.

the following last lines of (i.e. the end of my orgexport.el)  are
necessary to org-ref :

(let  ((org-export-with-broken-links t)
      (org-latex-pdf-process
        '("pdflatex -interaction nonstopmode -shell-escape
-output-directory %o %f"
	 "bibtex %b"
	 "makeindex %b"
	 "pdflatex -interaction nonstopmode -shell-escape -output-directory %o %f"
	 "pdflatex -interaction nonstopmode -shell-escape -output-directory %o
%f")))
   (org-open-file (org-latex-export-to-pdf)))

It also seems obvious that "org-open-file" is the cause of my (small)
problem.

Your help will be welcome.

All the best,

Jo.



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

end of thread, other threads:[~2022-07-20 18:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-20  9:00 org-ref 3 setup Joseph Vidal-Rosset
     [not found] ` <CAJ51ETrH-EbRmdQht3MVUqNZS2aJ3krvez2fPcgnLQM_LN+O5A@mail.gmail.com>
2022-07-20 12:51   ` Joseph Vidal-Rosset
     [not found]     ` <CAJ51ETp3gyA9ts0eZd=sm7er40B2RouL5A=p-mYxUcLjscjC-A@mail.gmail.com>
2022-07-20 14:48       ` Joseph Vidal-Rosset
2022-07-20 18:20         ` John Kitchin

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