Questions tagged [pdf]
is for PDF format. Emacs supports creating and viewing PDF files.
163 questions
0 votes
1 answer
55 views
Pass 'export_file_name' option in elisp when export to LaTeX/PDF
I'd like to export an org file to different outputs, changing the file options and the export file name. In particular, I'd change the #+LANGUAGE, the #+SELECT_TAGS and the #+EXPORT_FILE_NAME. As the ...
0 votes
0 answers
113 views
Can cape-dabbrev be made to skip buffers of certain modes?
cape-dabbrev is part of cape. It lets you autocomplete based on the content of other buffers. This is great when all of my buffers are text files, but it's a problem when one of the buffers is ...
0 votes
0 answers
309 views
Interacting with Okular (backward search)
I use Auctex to edit my LaTeX files. I've configured Auctex to use Okular as my PDF viewer, and I've configured Okular to use Emacs (emacsclient) as its editor. When I compile a source file with C-c C-...
0 votes
1 answer
248 views
How to use Sioyek as the default pdf viewer in spacemacs
I want to be able to link to pdf files in spacemacs and open them with Sioyek. This post: https://github.com/ahrm/sioyek/discussions/347 seems to almost solve my issue but I have no idea where to put ...
0 votes
0 answers
69 views
pdf opening issue in emacs terminal
I am a new user of emacs. I have installed emacs 27.1 in my Ubuntu 22.04. I can successfully open my ms.tex file in emacs (terminal). After that, I press the C-c C-c command and then I type my file ...
3 votes
1 answer
302 views
Extract pdf information from papers into org
I like to use org to take notes on PDFs. I find Zotero a bit "scattered" and too linked to the papers themselves rather than just being notes. However, manually extracting information from ...
0 votes
0 answers
128 views
How to have transparency in frames, but disable transparency in PDF windows?
Basically what the title said. I like to have some transparency. (got it with following line) (add-to-list 'default-frame-alist '(alpha 95 95)) However, this makes PDF buffers also transparent, which ...
1 vote
0 answers
238 views
Problems enabling pdf-tools continuous-scroll with quelpa
My goal is to use org-pdftools as described in this blogpost. I started by trying to make pdf-tools work with continuous scrolling, but I'm running into various problems. It is getting way complicated ...