Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sasa
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
Container Registry
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
verimag
synchrone
sasa
Commits
8b6dea1f
Commit
8b6dea1f
authored
3 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
Chore: adapt the doc generation to the new docker image (emacs 25->26)
parent
1cfb296f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
guides/users/Makefile
+3
-3
3 additions, 3 deletions
guides/users/Makefile
guides/users/emacs-org.el
+2
-1
2 additions, 1 deletion
guides/users/emacs-org.el
with
5 additions
and
4 deletions
guides/users/Makefile
+
3
−
3
View file @
8b6dea1f
...
...
@@ -10,17 +10,17 @@ algo:
cp
-rf
../../_build/default/_doc/_html .
%.html
:
%.org
emacs
25
--batch
--eval
=
"(add-to-list 'load-path
\"
.
\"
) (add-to-list 'load-path
\"
./el
\"
)"
--eval
=
"(require 'htmlize)"
--load
=
emacs-org.el
\
emacs
--batch
--load
=
emacs-org.el
\
--visit
=
$*
.org
--funcall
org-html-export-to-html
%.md
:
%.org
emacs
25
--batch
--eval
=
"(add-to-list 'load-path
\"
.
\"
)
(add-to-list 'load-path
\"
./el
\"
)"
--eval
=
"(require 'htmlize)
"
--load
=
emacs-org.el
--visit
=
$*
.org
--funcall
org-md-export-to-markdown
emacs
--batch
--eval
=
"(add-to-list 'load-path
\"
.
\"
)"
--load
=
emacs-org.el
--visit
=
$*
.org
--funcall
org-md-export-to-markdown
%.html3
:
%.org
emacs
--batch
--eval
=
"(add-to-list 'load-path
\"
.
\"
) (add-to-list 'load-path
\"
./el
\"
)"
--eval
=
"(require 'htmlize)"
--load
=
emacs-org.el
\
--visit
=
$*
.org
--funcall
org-html-export-to-html
EMACS
=
emacs
25
\
EMACS
=
emacs
\
--load
=
htmlize.el
\
--load
=
el/ob-ocaml.el
\
--load
=
emacs-org.el
...
...
This diff is collapsed.
Click to expand it.
guides/users/emacs-org.el
+
2
−
1
View file @
8b6dea1f
(
setq
load-path
(
cons
(
expand-file-name
"./el"
)
load-path
))
(
setq
load-path
(
cons
(
expand-file-name
"./"
)
load-path
))
(
setq
auto-mode-alist
(
cons
'
(
"\\.lut$"
.
lutin-mode
)
auto-mode-alist
))
...
...
@@ -49,7 +50,7 @@
(
lutin
.
t
)
(
dot
.
t
)
(
rif
.
t
)
(
sh
.
t
)
(
sh
ell
.
t
)
)
)
...
...
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