Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emacs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Hauspie
emacs
Commits
c5e5a2a4
Commit
c5e5a2a4
authored
5 months ago
by
Michael Hauspie
Browse files
Options
Downloads
Patches
Plain Diff
Fix latex export in org mode and configure compilation buffer
parent
5292e2cd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configuration.org
+7
-1
7 additions, 1 deletion
configuration.org
with
7 additions
and
1 deletion
configuration.org
+
7
−
1
View file @
c5e5a2a4
...
@@ -450,7 +450,7 @@ org with contributed packages added.
...
@@ -450,7 +450,7 @@ org with contributed packages added.
("h" . emacs)
("h" . emacs)
))
))
;; Define the right latexmk command to export to latex
;; Define the right latexmk command to export to latex
(org-latex-pdf-process (list "latexmk -
pdf
latex='
pdf
latex -shell-escape -interaction
nonstopmode
'
-output-directory=%o
-pdf %f
"))
(org-latex-pdf-process (list "latexmk -
f -pdf -%
latex='
%
latex -shell-escape
'
-interaction
=
nonstopmode -output-directory=%o
%b
"))
;; Task management configuration
;; Task management configuration
(org-log-done 'time)
(org-log-done 'time)
...
@@ -825,6 +825,12 @@ starts by configuring [[https://emacs-lsp.github.io/lsp-mode/][LSP]] which allow
...
@@ -825,6 +825,12 @@ starts by configuring [[https://emacs-lsp.github.io/lsp-mode/][LSP]] which allow
information from a language server dedicated to the programming
information from a language server dedicated to the programming
language currently in use.
language currently in use.
First, configure the compilation buffer so that it scrolls to the end or to the first encountered
error if any
#+begin_src emacs-lisp
(setq compilation-scroll-output 'first-error)
#+end_src
** LSP
** LSP
#+begin_src emacs-lisp
#+begin_src emacs-lisp
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment